mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-19 02:45:10 -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() {
|
//Uzbek
|
||||||
|
jQuery.timeago.settings.strings = {
|
||||||
jQuery.timeago.settings.strings = {
|
|
||||||
prefixAgo: null,
|
prefixAgo: null,
|
||||||
prefixFromNow: "keyin",
|
prefixFromNow: "keyin",
|
||||||
suffixAgo: "avval",
|
suffixAgo: "avval",
|
||||||
|
@ -17,5 +16,4 @@
|
||||||
year: "1 yil",
|
year: "1 yil",
|
||||||
years: function(value) { return "%d yil" },
|
years: function(value) { return "%d yil" },
|
||||||
wordSeparator: " "
|
wordSeparator: " "
|
||||||
};
|
};
|
||||||
})();
|
|
||||||
|
|
Loading…
Reference in a new issue