Fix jquery.timeago.ro.js

Adjust Romanian 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:09:05 +02:00
parent bf9d361e4e
commit f7c9c359cd

View file

@ -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"
};
};