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 +};