mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 07:47:54 -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
|
||||
$.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"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue