diff --git a/locales/jquery.timeago.ro.js b/locales/jquery.timeago.ro.js index 883b548..2cee429 100644 --- a/locales/jquery.timeago.ro.js +++ b/locales/jquery.timeago.ro.js @@ -1,5 +1,5 @@ // Romanian -$.timeago.settings.strings = { +jQuery.timeago.settings.strings = { prefixAgo: "acum", prefixFromNow: "in timp de", suffixAgo: "", @@ -15,4 +15,4 @@ $.timeago.settings.strings = { months: "%d luni", year: "un an", years: "%d ani" -}; \ No newline at end of file +}; diff --git a/locales/jquery.timeago.tr.js b/locales/jquery.timeago.tr.js index f3e3a67..160190d 100644 --- a/locales/jquery.timeago.tr.js +++ b/locales/jquery.timeago.tr.js @@ -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' -}); \ No newline at end of file +};