mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-17 00:20:32 -05:00
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:
parent
bf9d361e4e
commit
f7c9c359cd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Romanian
|
// Romanian
|
||||||
$.timeago.settings.strings = {
|
jQuery.timeago.settings.strings = {
|
||||||
prefixAgo: "acum",
|
prefixAgo: "acum",
|
||||||
prefixFromNow: "in timp de",
|
prefixFromNow: "in timp de",
|
||||||
suffixAgo: "",
|
suffixAgo: "",
|
||||||
|
@ -15,4 +15,4 @@ $.timeago.settings.strings = {
|
||||||
months: "%d luni",
|
months: "%d luni",
|
||||||
year: "un an",
|
year: "un an",
|
||||||
years: "%d ani"
|
years: "%d ani"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue