Skip to content

Commit c37da20

Browse files
Added concise Azerbaijani locale
1 parent 5a17f3e commit c37da20

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

locales/jquery.timeago.az-short.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Azerbaijani shortened
2+
jQuery.timeago.settings.strings = {
3+
prefixAgo: null,
4+
prefixFromNow: null,
5+
suffixAgo: "",
6+
suffixFromNow: "",
7+
seconds: '1 dəq',
8+
minute: '1 dəq',
9+
minutes: '%d dəq',
10+
hour: '1 saat',
11+
hours: '%d saat',
12+
day: '1 gün',
13+
days: '%d gün',
14+
month: '1 ay',
15+
months: '%d ay',
16+
year: '1 il',
17+
years: '%d il',
18+
wordSeparator: '',
19+
numbers: []
20+
};

0 commit comments

Comments
 (0)