mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 01:35:40 -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: "",
|
||||||
|
|
Loading…
Reference in a new issue