mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 01:35:40 -05:00
wrapper function removed, comments added
This commit is contained in:
parent
b26f00ebf5
commit
bc75505542
1 changed files with 19 additions and 21 deletions
|
@ -1,6 +1,5 @@
|
|||
(function() {
|
||||
|
||||
jQuery.timeago.settings.strings = {
|
||||
//Uzbek
|
||||
jQuery.timeago.settings.strings = {
|
||||
prefixAgo: null,
|
||||
prefixFromNow: "keyin",
|
||||
suffixAgo: "avval",
|
||||
|
@ -17,5 +16,4 @@
|
|||
year: "1 yil",
|
||||
years: function(value) { return "%d yil" },
|
||||
wordSeparator: " "
|
||||
};
|
||||
})();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue