twitter_cldr 2.4.0 → 2.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +2 -2
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/twitter_cldr/resources/collation_tries_dumper.rb +2 -1
- data/lib/twitter_cldr/resources/download.rb +2 -2
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +15 -2
- data/lib/twitter_cldr/resources/tailoring_importer.rb +11 -7
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/be.yml +1 -1
- data/resources/collation/tailoring/bg.yml +1 -1
- data/resources/collation/tailoring/en-GB.yml +4 -0
- data/resources/collation/tailoring/he.yml +2 -2
- data/resources/collation/tailoring/ru.yml +1 -1
- data/resources/collation/tailoring/sr.yml +1 -1
- data/resources/collation/tailoring/uk.yml +1 -1
- data/resources/collation/tries/en-GB.dump +0 -0
- data/resources/collation/tries/he.dump +0 -0
- data/resources/custom/locales/en-GB/units.yml +19 -0
- data/resources/locales/af/calendars.yml +18 -6
- data/resources/locales/af/currencies.yml +558 -2
- data/resources/locales/af/languages.yml +386 -0
- data/resources/locales/af/plurals.yml +1 -1
- data/resources/locales/af/territories.yml +1 -0
- data/resources/locales/ar/calendars.yml +19 -3
- data/resources/locales/ar/currencies.yml +194 -0
- data/resources/locales/ar/languages.yml +52 -0
- data/resources/locales/ar/plurals.yml +1 -1
- data/resources/locales/ar/territories.yml +1 -0
- data/resources/locales/be/calendars.yml +33 -13
- data/resources/locales/be/currencies.yml +852 -0
- data/resources/locales/be/languages.yml +431 -0
- data/resources/locales/be/lists.yml +2 -2
- data/resources/locales/be/numbers.yml +17 -3
- data/resources/locales/be/plurals.yml +1 -1
- data/resources/locales/be/territories.yml +24 -0
- data/resources/locales/be/units.yml +49 -14
- data/resources/locales/bg/calendars.yml +17 -6
- data/resources/locales/bg/currencies.yml +143 -2
- data/resources/locales/bg/languages.yml +67 -0
- data/resources/locales/bg/plurals.yml +1 -1
- data/resources/locales/bg/territories.yml +1 -0
- data/resources/locales/bn/calendars.yml +30 -7
- data/resources/locales/bn/currencies.yml +352 -2
- data/resources/locales/bn/languages.yml +67 -0
- data/resources/locales/bn/plurals.yml +1 -1
- data/resources/locales/bn/territories.yml +1 -0
- data/resources/locales/ca/calendars.yml +13 -4
- data/resources/locales/ca/currencies.yml +9 -0
- data/resources/locales/ca/languages.yml +4 -0
- data/resources/locales/ca/plurals.yml +1 -1
- data/resources/locales/ca/territories.yml +1 -0
- data/resources/locales/cs/calendars.yml +9 -0
- data/resources/locales/cs/currencies.yml +105 -0
- data/resources/locales/cs/languages.yml +26 -0
- data/resources/locales/cs/plurals.yml +1 -1
- data/resources/locales/cs/territories.yml +1 -0
- data/resources/locales/cy/calendars.yml +12 -4
- data/resources/locales/cy/currencies.yml +417 -0
- data/resources/locales/cy/languages.yml +404 -0
- data/resources/locales/cy/plurals.yml +1 -1
- data/resources/locales/cy/territories.yml +2 -0
- data/resources/locales/da/calendars.yml +9 -0
- data/resources/locales/da/currencies.yml +99 -0
- data/resources/locales/da/languages.yml +4 -0
- data/resources/locales/da/plurals.yml +1 -1
- data/resources/locales/da/territories.yml +1 -0
- data/resources/locales/de/calendars.yml +13 -2
- data/resources/locales/de/currencies.yml +70 -0
- data/resources/locales/de/languages.yml +64 -0
- data/resources/locales/de/plurals.yml +1 -1
- data/resources/locales/de/territories.yml +1 -0
- data/resources/locales/el/calendars.yml +20 -7
- data/resources/locales/el/currencies.yml +48 -1
- data/resources/locales/el/languages.yml +4 -0
- data/resources/locales/el/plurals.yml +1 -1
- data/resources/locales/el/territories.yml +1 -0
- data/resources/locales/en/plurals.yml +1 -1
- data/resources/locales/en/territories.yml +1 -0
- data/resources/locales/en-GB/calendars.yml +210 -0
- data/resources/locales/en-GB/currencies.yml +915 -0
- data/resources/locales/en-GB/languages.yml +580 -0
- data/resources/locales/en-GB/layout.yml +5 -0
- data/resources/locales/en-GB/lists.yml +7 -0
- data/resources/locales/en-GB/numbers.yml +57 -0
- data/resources/locales/en-GB/plurals.yml +3 -0
- data/resources/locales/en-GB/territories.yml +263 -0
- data/resources/locales/en-GB/units.yml +108 -0
- data/resources/locales/es/calendars.yml +14 -2
- data/resources/locales/es/currencies.yml +101 -2
- data/resources/locales/es/languages.yml +4 -0
- data/resources/locales/es/plurals.yml +1 -1
- data/resources/locales/es/territories.yml +1 -0
- data/resources/locales/eu/calendars.yml +17 -6
- data/resources/locales/eu/currencies.yml +538 -2
- data/resources/locales/eu/languages.yml +402 -0
- data/resources/locales/eu/plurals.yml +1 -1
- data/resources/locales/eu/territories.yml +1 -0
- data/resources/locales/fa/calendars.yml +11 -1
- data/resources/locales/fa/currencies.yml +467 -2
- data/resources/locales/fa/languages.yml +86 -0
- data/resources/locales/fa/numbers.yml +1 -0
- data/resources/locales/fa/plurals.yml +1 -1
- data/resources/locales/fa/territories.yml +1 -0
- data/resources/locales/fa/units.yml +28 -0
- data/resources/locales/fi/calendars.yml +9 -0
- data/resources/locales/fi/currencies.yml +9 -0
- data/resources/locales/fi/languages.yml +4 -0
- data/resources/locales/fi/plurals.yml +1 -1
- data/resources/locales/fi/territories.yml +1 -0
- data/resources/locales/fil/calendars.yml +17 -6
- data/resources/locales/fil/currencies.yml +559 -2
- data/resources/locales/fil/languages.yml +394 -0
- data/resources/locales/fil/plurals.yml +1 -1
- data/resources/locales/fil/territories.yml +1 -0
- data/resources/locales/fr/calendars.yml +9 -1
- data/resources/locales/fr/currencies.yml +63 -0
- data/resources/locales/fr/languages.yml +34 -0
- data/resources/locales/fr/plurals.yml +1 -1
- data/resources/locales/fr/territories.yml +1 -0
- data/resources/locales/ga/calendars.yml +42 -23
- data/resources/locales/ga/currencies.yml +403 -2
- data/resources/locales/ga/languages.yml +433 -0
- data/resources/locales/ga/lists.yml +2 -2
- data/resources/locales/ga/numbers.yml +17 -3
- data/resources/locales/ga/plurals.yml +1 -1
- data/resources/locales/ga/territories.yml +12 -0
- data/resources/locales/ga/units.yml +63 -21
- data/resources/locales/gl/calendars.yml +15 -5
- data/resources/locales/gl/currencies.yml +440 -2
- data/resources/locales/gl/languages.yml +367 -0
- data/resources/locales/gl/plurals.yml +1 -1
- data/resources/locales/gl/territories.yml +1 -0
- data/resources/locales/he/calendars.yml +19 -3
- data/resources/locales/he/currencies.yml +435 -2
- data/resources/locales/he/languages.yml +4 -0
- data/resources/locales/he/plurals.yml +1 -1
- data/resources/locales/he/territories.yml +1 -0
- data/resources/locales/hi/calendars.yml +31 -4
- data/resources/locales/hi/currencies.yml +527 -2
- data/resources/locales/hi/languages.yml +77 -0
- data/resources/locales/hi/plurals.yml +1 -1
- data/resources/locales/hi/territories.yml +1 -0
- data/resources/locales/hr/calendars.yml +9 -0
- data/resources/locales/hr/currencies.yml +9 -0
- data/resources/locales/hr/languages.yml +4 -0
- data/resources/locales/hr/plurals.yml +1 -1
- data/resources/locales/hr/territories.yml +1 -0
- data/resources/locales/hu/calendars.yml +9 -0
- data/resources/locales/hu/currencies.yml +274 -0
- data/resources/locales/hu/languages.yml +4 -0
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/plurals.yml +1 -1
- data/resources/locales/hu/territories.yml +1 -0
- data/resources/locales/hu/units.yml +28 -0
- data/resources/locales/id/calendars.yml +9 -0
- data/resources/locales/id/currencies.yml +311 -0
- data/resources/locales/id/languages.yml +4 -0
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/plurals.yml +1 -1
- data/resources/locales/id/territories.yml +1 -0
- data/resources/locales/id/units.yml +28 -0
- data/resources/locales/is/calendars.yml +13 -4
- data/resources/locales/is/currencies.yml +438 -2
- data/resources/locales/is/languages.yml +85 -0
- data/resources/locales/is/plurals.yml +1 -1
- data/resources/locales/is/territories.yml +1 -0
- data/resources/locales/it/calendars.yml +11 -1
- data/resources/locales/it/currencies.yml +196 -1
- data/resources/locales/it/languages.yml +4 -0
- data/resources/locales/it/plurals.yml +1 -1
- data/resources/locales/it/territories.yml +1 -0
- data/resources/locales/ja/calendars.yml +24 -2
- data/resources/locales/ja/currencies.yml +311 -0
- data/resources/locales/ja/languages.yml +4 -0
- data/resources/locales/ja/numbers.yml +1 -0
- data/resources/locales/ja/plurals.yml +1 -1
- data/resources/locales/ja/territories.yml +1 -0
- data/resources/locales/ja/units.yml +28 -0
- data/resources/locales/ko/calendars.yml +27 -3
- data/resources/locales/ko/currencies.yml +319 -2
- data/resources/locales/ko/languages.yml +4 -0
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/plurals.yml +1 -1
- data/resources/locales/ko/territories.yml +1 -0
- data/resources/locales/ko/units.yml +28 -0
- data/resources/locales/lv/calendars.yml +18 -6
- data/resources/locales/lv/currencies.yml +315 -0
- data/resources/locales/lv/languages.yml +4 -0
- data/resources/locales/lv/plurals.yml +1 -1
- data/resources/locales/lv/territories.yml +1 -0
- data/resources/locales/ms/calendars.yml +20 -7
- data/resources/locales/ms/currencies.yml +575 -2
- data/resources/locales/ms/languages.yml +400 -0
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/plurals.yml +1 -1
- data/resources/locales/ms/territories.yml +1 -0
- data/resources/locales/ms/units.yml +28 -0
- data/resources/locales/nb/calendars.yml +9 -0
- data/resources/locales/nb/currencies.yml +69 -2
- data/resources/locales/nb/languages.yml +8 -0
- data/resources/locales/nb/plurals.yml +1 -1
- data/resources/locales/nb/territories.yml +1 -0
- data/resources/locales/nl/calendars.yml +9 -0
- data/resources/locales/nl/currencies.yml +274 -0
- data/resources/locales/nl/languages.yml +4 -0
- data/resources/locales/nl/plurals.yml +1 -1
- data/resources/locales/nl/territories.yml +1 -0
- data/resources/locales/pl/calendars.yml +17 -6
- data/resources/locales/pl/currencies.yml +181 -2
- data/resources/locales/pl/languages.yml +68 -0
- data/resources/locales/pl/plurals.yml +1 -1
- data/resources/locales/pl/territories.yml +1 -0
- data/resources/locales/pt/calendars.yml +10 -1
- data/resources/locales/pt/currencies.yml +9 -0
- data/resources/locales/pt/languages.yml +61 -0
- data/resources/locales/pt/plurals.yml +1 -1
- data/resources/locales/pt/territories.yml +1 -0
- data/resources/locales/ro/calendars.yml +18 -6
- data/resources/locales/ro/currencies.yml +183 -1
- data/resources/locales/ro/languages.yml +4 -0
- data/resources/locales/ro/plurals.yml +1 -1
- data/resources/locales/ro/territories.yml +1 -0
- data/resources/locales/ru/calendars.yml +9 -0
- data/resources/locales/ru/currencies.yml +181 -0
- data/resources/locales/ru/languages.yml +24 -0
- data/resources/locales/ru/plurals.yml +1 -1
- data/resources/locales/ru/territories.yml +1 -0
- data/resources/locales/sk/calendars.yml +20 -7
- data/resources/locales/sk/currencies.yml +291 -0
- data/resources/locales/sk/languages.yml +4 -0
- data/resources/locales/sk/plurals.yml +1 -1
- data/resources/locales/sk/territories.yml +1 -0
- data/resources/locales/sq/calendars.yml +46 -22
- data/resources/locales/sq/currencies.yml +862 -2
- data/resources/locales/sq/languages.yml +563 -0
- data/resources/locales/sq/lists.yml +2 -2
- data/resources/locales/sq/numbers.yml +17 -3
- data/resources/locales/sq/plurals.yml +1 -1
- data/resources/locales/sq/territories.yml +104 -0
- data/resources/locales/sq/units.yml +49 -14
- data/resources/locales/sr/calendars.yml +16 -5
- data/resources/locales/sr/currencies.yml +10 -1
- data/resources/locales/sr/languages.yml +67 -0
- data/resources/locales/sr/plurals.yml +1 -1
- data/resources/locales/sr/territories.yml +1 -0
- data/resources/locales/sv/calendars.yml +9 -0
- data/resources/locales/sv/currencies.yml +9 -0
- data/resources/locales/sv/languages.yml +4 -0
- data/resources/locales/sv/plurals.yml +1 -1
- data/resources/locales/sv/territories.yml +1 -0
- data/resources/locales/ta/calendars.yml +15 -5
- data/resources/locales/ta/currencies.yml +568 -1
- data/resources/locales/ta/languages.yml +68 -0
- data/resources/locales/ta/plurals.yml +1 -1
- data/resources/locales/ta/territories.yml +1 -0
- data/resources/locales/th/calendars.yml +9 -0
- data/resources/locales/th/currencies.yml +311 -0
- data/resources/locales/th/languages.yml +5 -0
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/plurals.yml +1 -1
- data/resources/locales/th/territories.yml +1 -0
- data/resources/locales/th/units.yml +28 -0
- data/resources/locales/tr/calendars.yml +14 -2
- data/resources/locales/tr/currencies.yml +343 -0
- data/resources/locales/tr/languages.yml +4 -0
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/plurals.yml +1 -1
- data/resources/locales/tr/territories.yml +1 -0
- data/resources/locales/tr/units.yml +28 -0
- data/resources/locales/uk/calendars.yml +18 -6
- data/resources/locales/uk/currencies.yml +266 -0
- data/resources/locales/uk/languages.yml +5 -0
- data/resources/locales/uk/plurals.yml +1 -1
- data/resources/locales/uk/territories.yml +1 -0
- data/resources/locales/ur/calendars.yml +44 -9
- data/resources/locales/ur/currencies.yml +555 -1
- data/resources/locales/ur/languages.yml +399 -0
- data/resources/locales/ur/numbers.yml +13 -0
- data/resources/locales/ur/plurals.yml +1 -1
- data/resources/locales/ur/territories.yml +1 -0
- data/resources/locales/vi/calendars.yml +20 -7
- data/resources/locales/vi/currencies.yml +311 -0
- data/resources/locales/vi/languages.yml +7 -0
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/plurals.yml +1 -1
- data/resources/locales/vi/territories.yml +1 -0
- data/resources/locales/vi/units.yml +28 -0
- data/resources/locales/zh/calendars.yml +7 -0
- data/resources/locales/zh/currencies.yml +311 -0
- data/resources/locales/zh/languages.yml +4 -0
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/plurals.yml +1 -1
- data/resources/locales/zh/territories.yml +1 -0
- data/resources/locales/zh/units.yml +28 -0
- data/resources/locales/zh-Hant/calendars.yml +71 -9
- data/resources/locales/zh-Hant/currencies.yml +311 -0
- data/resources/locales/zh-Hant/languages.yml +4 -0
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/plurals.yml +2 -2
- data/resources/locales/zh-Hant/territories.yml +1 -0
- data/resources/locales/zh-Hant/units.yml +28 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/spec/collation/tailoring_spec.rb +1 -2
- data/spec/parsers/number_parser_spec.rb +0 -2
- data/spec/utils/yaml/yaml_spec.rb +4 -1
- metadata +87 -77
@@ -24,6 +24,7 @@
|
|
24
24
|
:anp: الأنجيكا
|
25
25
|
:apa: اللغات الأباتشية
|
26
26
|
:ar: العربية
|
27
|
+
:ar-001: Modern Standard Arabic
|
27
28
|
:arc: الآرامية
|
28
29
|
:arn: الأروكانية
|
29
30
|
:arp: الأراباهو
|
@@ -46,17 +47,20 @@
|
|
46
47
|
:bas: الباسا
|
47
48
|
:bat: اللغة البلطيقية
|
48
49
|
:bax: بامن
|
50
|
+
:bbj: Ghomala
|
49
51
|
:be: البيلوروسية
|
50
52
|
:bej: البيجا
|
51
53
|
:bem: البيمبا
|
52
54
|
:ber: البربرية
|
53
55
|
:bez: بينا
|
56
|
+
:bfd: Bafut
|
54
57
|
:bg: البلغارية
|
55
58
|
:bh: البيهارية
|
56
59
|
:bho: البهوجبرية
|
57
60
|
:bi: البيسلامية
|
58
61
|
:bik: البيكولية
|
59
62
|
:bin: البينية
|
63
|
+
:bkm: Kom
|
60
64
|
:bla: السيكسيكية
|
61
65
|
:bm: البامبارا
|
62
66
|
:bn: البنغالية
|
@@ -70,12 +74,15 @@
|
|
70
74
|
:btk: الباتاكية
|
71
75
|
:bua: البرياتية
|
72
76
|
:bug: البجينيزية
|
77
|
+
:bum: Bulu
|
73
78
|
:byn: البلينية
|
79
|
+
:byv: Medumba
|
74
80
|
:ca: الكتالانية
|
75
81
|
:cad: الكادو
|
76
82
|
:cai: اللغة الهندية الأمريكية الوسطى
|
77
83
|
:car: الكاريبية
|
78
84
|
:cau: القوقازية - أخرى
|
85
|
+
:cay: Cayuga
|
79
86
|
:cch: الأتسام
|
80
87
|
:ce: الشيشانية
|
81
88
|
:ceb: السيبيونو
|
@@ -210,6 +217,7 @@
|
|
210
217
|
:hz: الهيريرو
|
211
218
|
:ia: اللّغة الوسيطة
|
212
219
|
:iba: الإيبان
|
220
|
+
:ibb: Ibibio
|
213
221
|
:id: الإندونيسية
|
214
222
|
:ie: الإنترلينج
|
215
223
|
:ig: الإيجبو
|
@@ -228,6 +236,8 @@
|
|
228
236
|
:iu: الإينكتيتت
|
229
237
|
:ja: اليابانية
|
230
238
|
:jbo: اللوجبان
|
239
|
+
:jgo: Ngomba
|
240
|
+
:jmc: Machame
|
231
241
|
:jpr: الجيدو - الفارسي
|
232
242
|
:jrb: الجيدو - العربي
|
233
243
|
:jv: الجاوية
|
@@ -241,15 +251,21 @@
|
|
241
251
|
:kaw: الكوي
|
242
252
|
:kbd: الكاباردايان
|
243
253
|
:kbl: كانمبو
|
254
|
+
:kcg: Tyap
|
255
|
+
:kde: Makonde
|
256
|
+
:kea: Kabuverdianu
|
244
257
|
:kfo: الكورو
|
245
258
|
:kg: الكونغو
|
246
259
|
:kha: الكازية
|
247
260
|
:khi: اللغة الخويسانية
|
248
261
|
:kho: الخوتانيز
|
262
|
+
:khq: Koyra Chiini
|
249
263
|
:ki: الكيكيو
|
250
264
|
:kj: الكيونياما
|
251
265
|
:kk: الكازاخستانية
|
266
|
+
:kkj: Kako
|
252
267
|
:kl: الكالاليست
|
268
|
+
:kln: Kalenjin
|
253
269
|
:km: الخميرية
|
254
270
|
:kmb: الكيمبندو
|
255
271
|
:kn: الكانادا
|
@@ -263,6 +279,9 @@
|
|
263
279
|
:kro: الكرو
|
264
280
|
:kru: كرخانة
|
265
281
|
:ks: الكشميرية
|
282
|
+
:ksb: Shambala
|
283
|
+
:ksf: Bafia
|
284
|
+
:ksh: Colognian
|
266
285
|
:ku: الكردية
|
267
286
|
:kum: الكميك
|
268
287
|
:kut: الكتيناي
|
@@ -271,12 +290,14 @@
|
|
271
290
|
:ky: القيرغستانية
|
272
291
|
:la: اللاتينية
|
273
292
|
:lad: الإسباعبرية
|
293
|
+
:lag: Langi
|
274
294
|
:lah: اللاهندا
|
275
295
|
:lam: اللامبا
|
276
296
|
:lb: اللوكسمبرجية
|
277
297
|
:lez: الليزجهايانية
|
278
298
|
:lg: الجاندا
|
279
299
|
:li: الليمبرجيشية
|
300
|
+
:lkt: Lakota
|
280
301
|
:ln: اللينجالا
|
281
302
|
:lo: اللاوية
|
282
303
|
:lol: منغولى
|
@@ -288,8 +309,10 @@
|
|
288
309
|
:lun: اللوندا
|
289
310
|
:luo: اللو
|
290
311
|
:lus: اللشاي
|
312
|
+
:luy: Luyia
|
291
313
|
:lv: اللاتفية
|
292
314
|
:mad: المادريز
|
315
|
+
:maf: Mafa
|
293
316
|
:mag: الماجا
|
294
317
|
:mai: المايثيلي
|
295
318
|
:mak: الماكاسار
|
@@ -300,9 +323,12 @@
|
|
300
323
|
:mdf: الموكشا
|
301
324
|
:mdr: الماندار
|
302
325
|
:men: الميند
|
326
|
+
:mer: Meru
|
303
327
|
:mfe: المورسيانية
|
304
328
|
:mg: المالاجاشية
|
305
329
|
:mga: الأيرلندية الوسطى
|
330
|
+
:mgh: Makhuwa-Meetto
|
331
|
+
:mgo: Meta'
|
306
332
|
:mh: المارشالية
|
307
333
|
:mi: الماورية
|
308
334
|
:mic: الميكماكيونية
|
@@ -328,12 +354,14 @@
|
|
328
354
|
:mwl: الميرانديز
|
329
355
|
:mwr: المارواري
|
330
356
|
:my: البورمية
|
357
|
+
:mye: Myene
|
331
358
|
:myn: لغة المايا
|
332
359
|
:myv: الأرزية
|
333
360
|
:na: النورو
|
334
361
|
:nah: الناهيوتل
|
335
362
|
:nai: اللغة الهندية الأمريكية الشمالية
|
336
363
|
:nap: اللغة النابولية
|
364
|
+
:naq: Nama
|
337
365
|
:nb: البوكمالية النرويجية
|
338
366
|
:nd: النديبيل الشمالي
|
339
367
|
:nds: الألمانية السفلى
|
@@ -345,7 +373,9 @@
|
|
345
373
|
:niu: النيوي
|
346
374
|
:nl: الهولندية
|
347
375
|
:nl-BE: الفلمنك
|
376
|
+
:nmg: Kwasio
|
348
377
|
:nn: النينورسك النرويجي
|
378
|
+
:nnh: Ngiemboon
|
349
379
|
:no: النرويجية
|
350
380
|
:nog: النوجاي
|
351
381
|
:non: النورس القديم
|
@@ -353,6 +383,7 @@
|
|
353
383
|
:nr: النديبيل الجنوبي
|
354
384
|
:nso: السوتو الشمالية
|
355
385
|
:nub: لغة نوبية
|
386
|
+
:nus: Nuer
|
356
387
|
:nv: النافاجو
|
357
388
|
:nwc: النوارية التقليدية
|
358
389
|
:ny: النيانجا
|
@@ -395,30 +426,39 @@
|
|
395
426
|
:rn: الرندي
|
396
427
|
:ro: الرومانية
|
397
428
|
:roa: اللغة الرومانسية
|
429
|
+
:rof: Rombo
|
398
430
|
:rom: غجري
|
399
431
|
:root: الجذر
|
400
432
|
:ru: الروسية
|
401
433
|
:rup: الأرومانيان
|
402
434
|
:rw: الكينيارواندا
|
435
|
+
:rwk: Rwa
|
403
436
|
:sa: السنسكريتية
|
404
437
|
:sad: السانداوي
|
405
438
|
:sah: الساخية
|
406
439
|
:sai: اللغة الهندية الأمريكية الجنوبية
|
407
440
|
:sal: اللغة الساليشانية
|
408
441
|
:sam: الآرامية السومارية
|
442
|
+
:saq: Samburu
|
409
443
|
:sas: الساساك
|
410
444
|
:sat: السانتالي
|
411
445
|
:sba: نامبي
|
446
|
+
:sbp: Sangu
|
412
447
|
:sc: السردينية
|
413
448
|
:scn: الصقلية
|
414
449
|
:sco: الأسكتلندية
|
415
450
|
:sd: السندية
|
416
451
|
:se: السامي الشمالي
|
452
|
+
:see: Seneca
|
453
|
+
:seh: Sena
|
417
454
|
:sel: السيلكب
|
418
455
|
:sem: لغة سامية
|
456
|
+
:ses: Koyraboro Senni
|
419
457
|
:sg: السانجو
|
420
458
|
:sga: الأيرلندية القديمة
|
421
459
|
:sgn: لغات الإشارة
|
460
|
+
:sh: Serbo-Croatian
|
461
|
+
:shi: Tachelhit
|
422
462
|
:shn: الشانية
|
423
463
|
:shu: العربية التشادية
|
424
464
|
:si: السنهالية
|
@@ -445,6 +485,7 @@
|
|
445
485
|
:srr: السرر
|
446
486
|
:ss: السواتي
|
447
487
|
:ssa: لغة نيلية الصحراوية
|
488
|
+
:ssy: Saho
|
448
489
|
:st: السوتو الجنوبية
|
449
490
|
:su: السوندانية
|
450
491
|
:suk: السوكوما
|
@@ -453,12 +494,14 @@
|
|
453
494
|
:sv: السويدية
|
454
495
|
:sw: السواحلية
|
455
496
|
:swb: القمرية
|
497
|
+
:swc: Congo Swahili
|
456
498
|
:syc: سريانية تقليدية
|
457
499
|
:syr: السريانية
|
458
500
|
:ta: التاميلية
|
459
501
|
:tai: لغة تاي
|
460
502
|
:te: التيلجو
|
461
503
|
:tem: التيمن
|
504
|
+
:teo: Teso
|
462
505
|
:ter: التيرينو
|
463
506
|
:tet: التيتم
|
464
507
|
:tg: الطاجيكية
|
@@ -477,6 +520,7 @@
|
|
477
520
|
:tog: تونجا - نياسا
|
478
521
|
:tpi: التوك بيسين
|
479
522
|
:tr: التركية
|
523
|
+
:trv: Taroko
|
480
524
|
:ts: السونجا
|
481
525
|
:tsi: التسيمشيان
|
482
526
|
:tt: التتارية
|
@@ -485,8 +529,10 @@
|
|
485
529
|
:tut: الألطائية - أخرى
|
486
530
|
:tvl: التوفالو
|
487
531
|
:tw: التوي
|
532
|
+
:twq: Tasawaq
|
488
533
|
:ty: التاهيتية
|
489
534
|
:tyv: التُرك
|
535
|
+
:tzm: Central Atlas Tamazight
|
490
536
|
:udm: الأدمرت
|
491
537
|
:ug: الأيغورية
|
492
538
|
:uga: اليجاريتيك
|
@@ -498,8 +544,11 @@
|
|
498
544
|
:vai: الفاي
|
499
545
|
:ve: الفيندا
|
500
546
|
:vi: الفيتنامية
|
547
|
+
:vo: Volapük
|
501
548
|
:vot: الفوتيك
|
549
|
+
:vun: Vunjo
|
502
550
|
:wa: الولونية
|
551
|
+
:wae: Walser
|
503
552
|
:wak: اللغة الواكاشانية
|
504
553
|
:wal: الوالامو
|
505
554
|
:war: الواراي
|
@@ -508,8 +557,11 @@
|
|
508
557
|
:wo: الولوف
|
509
558
|
:xal: الكالميك
|
510
559
|
:xh: الخوسا
|
560
|
+
:xog: Soga
|
511
561
|
:yao: الياو
|
512
562
|
:yap: اليابيز
|
563
|
+
:yav: Yangben
|
564
|
+
:ybb: Yemba
|
513
565
|
:yi: اليديشية
|
514
566
|
:yo: اليوروبية
|
515
567
|
:ypk: اللغة اليوبيكية
|
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
:ar: ! '{ :ar => { :i18n => {:plural => { :keys => [:zero, :one, :two, :few, :many,
|
2
|
+
:ar: ! '{ :ar => { :i18n => { :plural => { :keys => [:zero, :one, :two, :few, :many,
|
3
3
|
:other], :rule => lambda { |n| n == 0 ? :zero : n == 1 ? :one : n == 2 ? :two :
|
4
4
|
[3, 4, 5, 6, 7, 8, 9, 10].include?(n % 100) ? :few : [11, 12, 13, 14, 15, 16, 17,
|
5
5
|
18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37,
|
@@ -3,11 +3,15 @@
|
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
5
|
:additional_formats:
|
6
|
-
:
|
7
|
-
:
|
8
|
-
:
|
9
|
-
:
|
10
|
-
:
|
6
|
+
:EHm: E HH:mm
|
7
|
+
:EHms: E HH:mm:ss
|
8
|
+
:Ed: d E
|
9
|
+
:Ehm: E h:mm a
|
10
|
+
:Ehms: E h:mm:ss a
|
11
|
+
:Gy: y G
|
12
|
+
:GyMMM: MMM y G
|
13
|
+
:GyMMMEd: E, MMM d, y G
|
14
|
+
:GyMMMd: MMM d, y G
|
11
15
|
:H: HH
|
12
16
|
:Hm: HH.mm
|
13
17
|
:Hms: HH.mm.ss
|
@@ -45,7 +49,14 @@
|
|
45
49
|
:tue: аў
|
46
50
|
:wed: ср
|
47
51
|
:narrow: :calendars.gregorian.days.stand-alone.narrow
|
48
|
-
:short:
|
52
|
+
:short:
|
53
|
+
:fri: Fr
|
54
|
+
:mon: Mo
|
55
|
+
:sat: Sa
|
56
|
+
:sun: Su
|
57
|
+
:thu: Th
|
58
|
+
:tue: Tu
|
59
|
+
:wed: We
|
49
60
|
:wide:
|
50
61
|
:fri: пятніца
|
51
62
|
:mon: панядзелак
|
@@ -71,9 +82,11 @@
|
|
71
82
|
0: да н.э.
|
72
83
|
1: н.э.
|
73
84
|
:name:
|
74
|
-
0:
|
85
|
+
0: Before Christ
|
86
|
+
1: Anno Domini
|
75
87
|
:narrow:
|
76
|
-
0:
|
88
|
+
0: B
|
89
|
+
1: A
|
77
90
|
:fields:
|
78
91
|
:day: дзень
|
79
92
|
:dayperiod: ДП/ПП
|
@@ -98,13 +111,13 @@
|
|
98
111
|
:pattern: d.M.yy
|
99
112
|
:datetime:
|
100
113
|
:full:
|
101
|
-
:pattern: ! '{{date}} {{time}}'
|
114
|
+
:pattern: ! '{{date}} ''at'' {{time}}'
|
102
115
|
:long:
|
103
|
-
:pattern: ! '{{date}} {{time}}'
|
116
|
+
:pattern: ! '{{date}} ''at'' {{time}}'
|
104
117
|
:medium:
|
105
|
-
:pattern: ! '{{date}} {{time}}'
|
118
|
+
:pattern: ! '{{date}}, {{time}}'
|
106
119
|
:short:
|
107
|
-
:pattern: ! '{{date}} {{time}}'
|
120
|
+
:pattern: ! '{{date}}, {{time}}'
|
108
121
|
:time:
|
109
122
|
:full:
|
110
123
|
:pattern: HH.mm.ss zzzz
|
@@ -198,10 +211,17 @@
|
|
198
211
|
:periods:
|
199
212
|
:format:
|
200
213
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
201
|
-
:narrow:
|
214
|
+
:narrow:
|
215
|
+
:am: a
|
216
|
+
:noon: n
|
217
|
+
:pm: p
|
202
218
|
:wide:
|
203
219
|
:am: да палудня
|
220
|
+
:noon: noon
|
204
221
|
:pm: пасля палудня
|
222
|
+
:variant:
|
223
|
+
:am: a.m.
|
224
|
+
:pm: p.m.
|
205
225
|
:stand-alone:
|
206
226
|
:abbreviated:
|
207
227
|
:am: раніцы
|