summaryrefslogtreecommitdiff
path: root/locales/jquery.timeago.az-short.js
diff options
context:
space:
mode:
Diffstat (limited to 'locales/jquery.timeago.az-short.js')
-rw-r--r--locales/jquery.timeago.az-short.js30
1 files changed, 30 insertions, 0 deletions
diff --git a/locales/jquery.timeago.az-short.js b/locales/jquery.timeago.az-short.js
new file mode 100644
index 0000000..a1d5740
--- /dev/null
+++ b/locales/jquery.timeago.az-short.js
@@ -0,0 +1,30 @@
+(function (factory) {
+ if (typeof define === 'function' && define.amd) {
+ define(['jquery'], factory);
+ } else if (typeof module === 'object' && typeof module.exports === 'object') {
+ factory(require('jquery'));
+ } else {
+ factory(jQuery);
+ }
+}(function (jQuery) {
+ // Azerbaijani shortened
+ jQuery.timeago.settings.strings = {
+ prefixAgo: null,
+ prefixFromNow: null,
+ suffixAgo: "",
+ suffixFromNow: "",
+ seconds: '1 dəq',
+ minute: '1 dəq',
+ minutes: '%d dəq',
+ hour: '1 saat',
+ hours: '%d saat',
+ day: '1 gün',
+ days: '%d gün',
+ month: '1 ay',
+ months: '%d ay',
+ year: '1 il',
+ years: '%d il',
+ wordSeparator: '',
+ numbers: []
+ };
+}));