Fix jquery.timeago.tr.js

Adjust Turkish language file to fit the others. File was being ignored because '$' wasn't mapped to 'jQuery'.
This commit is contained in:
more onion 2014-05-07 11:14:18 +02:00
parent f7c9c359cd
commit 4af2cf7135

View file

@ -1,5 +1,5 @@
// Turkish
jQuery.extend($.timeago.settings.strings, {
jQuery.timeago.settings.strings = {
suffixAgo: 'önce',
suffixFromNow: null,
seconds: '1 dakikadan',
@ -13,4 +13,4 @@ jQuery.extend($.timeago.settings.strings, {
months: '%d ay',
year: '1 yıl',
years: '%d yıl'
});
};