Skip to content

Commit 74736c8

Browse files
committed
Merge pull request rmm5t#185 from moreonion/master
Fix for Romanian and Turkish language files
2 parents bf9d361 + 4af2cf7 commit 74736c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

locales/jquery.timeago.ro.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Romanian
2-
$.timeago.settings.strings = {
2+
jQuery.timeago.settings.strings = {
33
prefixAgo: "acum",
44
prefixFromNow: "in timp de",
55
suffixAgo: "",
@@ -15,4 +15,4 @@ $.timeago.settings.strings = {
1515
months: "%d luni",
1616
year: "un an",
1717
years: "%d ani"
18-
};
18+
};

locales/jquery.timeago.tr.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Turkish
2-
jQuery.extend($.timeago.settings.strings, {
2+
jQuery.timeago.settings.strings = {
33
suffixAgo: 'önce',
44
suffixFromNow: null,
55
seconds: '1 dakikadan',
@@ -13,4 +13,4 @@ jQuery.extend($.timeago.settings.strings, {
1313
months: '%d ay',
1414
year: '1 yıl',
1515
years: '%d yıl'
16-
});
16+
};

0 commit comments

Comments
 (0)