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: бенгальский
|
@@ -66,15 +70,19 @@
|
|
66
70
|
:bra: брауи
|
67
71
|
:brx: бодо
|
68
72
|
:bs: боснийский
|
73
|
+
:bss: Akoose
|
69
74
|
:btk: батакский
|
70
75
|
:bua: бурятский
|
71
76
|
:bug: бугийский
|
77
|
+
:bum: Bulu
|
72
78
|
:byn: билин (блин)
|
79
|
+
:byv: Medumba
|
73
80
|
:ca: каталанский
|
74
81
|
:cad: каддо
|
75
82
|
:cai: язык индейцев Центральной Америки
|
76
83
|
:car: кариб
|
77
84
|
:cau: кавказский язык
|
85
|
+
:cay: Cayuga
|
78
86
|
:cch: атсам
|
79
87
|
:ce: чеченский
|
80
88
|
:ceb: кебуано
|
@@ -128,6 +136,7 @@
|
|
128
136
|
:dyo: дьола-фоньи
|
129
137
|
:dyu: диула (дьюла)
|
130
138
|
:dz: дзонг-кэ
|
139
|
+
:dzg: Dazaga
|
131
140
|
:ebu: эмбу
|
132
141
|
:ee: эве
|
133
142
|
:efi: эфик
|
@@ -208,6 +217,7 @@
|
|
208
217
|
:hz: гереро
|
209
218
|
:ia: интерлингва
|
210
219
|
:iba: ибанский
|
220
|
+
:ibb: Ibibio
|
211
221
|
:id: индонезийский
|
212
222
|
:ie: интерлингве
|
213
223
|
:ig: игбо
|
@@ -226,6 +236,7 @@
|
|
226
236
|
:iu: инуктитут
|
227
237
|
:ja: японский
|
228
238
|
:jbo: ложбан
|
239
|
+
:jgo: Ngomba
|
229
240
|
:jmc: мачаме
|
230
241
|
:jpr: еврейско-персидский
|
231
242
|
:jrb: еврейско-арабский
|
@@ -239,6 +250,7 @@
|
|
239
250
|
:kar: каренский
|
240
251
|
:kaw: кави
|
241
252
|
:kbd: кабардинский
|
253
|
+
:kbl: Kanembu
|
242
254
|
:kcg: тьяп
|
243
255
|
:kde: маконде
|
244
256
|
:kea: кабувердьяну
|
@@ -285,6 +297,7 @@
|
|
285
297
|
:lez: лезгинский
|
286
298
|
:lg: ганда
|
287
299
|
:li: лимбургский
|
300
|
+
:lkt: Lakota
|
288
301
|
:ln: лингала
|
289
302
|
:lo: лаосский
|
290
303
|
:lol: монго
|
@@ -299,12 +312,14 @@
|
|
299
312
|
:luy: лухья
|
300
313
|
:lv: латышский
|
301
314
|
:mad: мадурский
|
315
|
+
:maf: Mafa
|
302
316
|
:mag: магахи
|
303
317
|
:mai: майтхили
|
304
318
|
:mak: макассарский
|
305
319
|
:man: мандинго
|
306
320
|
:map: австронезийский
|
307
321
|
:mas: масаи
|
322
|
+
:mde: Maba
|
308
323
|
:mdf: мокшанский
|
309
324
|
:mdr: мандарский
|
310
325
|
:men: менде
|
@@ -313,6 +328,7 @@
|
|
313
328
|
:mg: малагасийский
|
314
329
|
:mga: среднеирландский
|
315
330
|
:mgh: макуа-меетто
|
331
|
+
:mgo: Meta'
|
316
332
|
:mh: маршалльский
|
317
333
|
:mi: маори
|
318
334
|
:mic: микмак
|
@@ -338,6 +354,7 @@
|
|
338
354
|
:mwl: мирандийский
|
339
355
|
:mwr: марвари
|
340
356
|
:my: бирманский
|
357
|
+
:mye: Myene
|
341
358
|
:myn: майя языки
|
342
359
|
:myv: эрзя
|
343
360
|
:na: науру
|
@@ -358,6 +375,7 @@
|
|
358
375
|
:nl-BE: фламандский
|
359
376
|
:nmg: квасио
|
360
377
|
:nn: норвежский нюнорск
|
378
|
+
:nnh: Ngiemboon
|
361
379
|
:no: норвежский
|
362
380
|
:nog: ногайский
|
363
381
|
:non: старонорвежский
|
@@ -424,6 +442,7 @@
|
|
424
442
|
:saq: самбуру
|
425
443
|
:sas: сасаки
|
426
444
|
:sat: сантали
|
445
|
+
:sba: Ngambay
|
427
446
|
:sbp: сангу
|
428
447
|
:sc: сардинский
|
429
448
|
:scn: сицилийский
|
@@ -441,6 +460,7 @@
|
|
441
460
|
:sh: сербскохорватский
|
442
461
|
:shi: тахелхит
|
443
462
|
:shn: шанский
|
463
|
+
:shu: Chadian Arabic
|
444
464
|
:si: сингальский
|
445
465
|
:sid: сидама
|
446
466
|
:sio: сиу языки
|
@@ -465,6 +485,7 @@
|
|
465
485
|
:srr: серер
|
466
486
|
:ss: свази
|
467
487
|
:ssa: нило-сахарский язык
|
488
|
+
:ssy: Saho
|
468
489
|
:st: сото южный
|
469
490
|
:su: сунданский
|
470
491
|
:suk: сукума
|
@@ -499,6 +520,7 @@
|
|
499
520
|
:tog: ньяса (тонга)
|
500
521
|
:tpi: ток-писин
|
501
522
|
:tr: турецкий
|
523
|
+
:trv: Taroko
|
502
524
|
:ts: тсонга
|
503
525
|
:tsi: цимшиан
|
504
526
|
:tt: татарский
|
@@ -526,6 +548,7 @@
|
|
526
548
|
:vot: водский
|
527
549
|
:vun: вунджо
|
528
550
|
:wa: валлонский
|
551
|
+
:wae: Walser
|
529
552
|
:wak: вакашские языки
|
530
553
|
:wal: воламо
|
531
554
|
:war: варай
|
@@ -538,6 +561,7 @@
|
|
538
561
|
:yao: яо
|
539
562
|
:yap: яп
|
540
563
|
:yav: янбан
|
564
|
+
:ybb: Yemba
|
541
565
|
:yi: идиш
|
542
566
|
:yo: йоруба
|
543
567
|
:ypk: юпикский язык
|
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
:ru: ! '{ :ru => { :i18n => {:plural => { :keys => [:one, :few, :many, :other], :rule
|
2
|
+
:ru: ! '{ :ru => { :i18n => { :plural => { :keys => [:one, :few, :many, :other], :rule
|
3
3
|
=> lambda { |n| n % 10 == 1 && n % 100 != 11 ? :one : [2, 3, 4].include?(n % 10)
|
4
4
|
&& ![12, 13, 14].include?(n % 100) ? :few : n % 10 == 0 || [5, 6, 7, 8, 9].include?(n
|
5
5
|
% 10) || [11, 12, 13, 14].include?(n % 100) ? :many : :other } } } } }'
|
@@ -3,11 +3,15 @@
|
|
3
3
|
:calendars:
|
4
4
|
:gregorian:
|
5
5
|
:additional_formats:
|
6
|
+
:EHm: E HH:mm
|
7
|
+
:EHms: E HH:mm:ss
|
6
8
|
:Ed: E d.
|
7
|
-
:
|
8
|
-
:
|
9
|
-
:
|
10
|
-
:
|
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: H
|
12
16
|
:Hm: H:mm
|
13
17
|
:Hms: H:mm:ss
|
@@ -107,9 +111,11 @@
|
|
107
111
|
0: pred n.l.
|
108
112
|
1: n.l.
|
109
113
|
:name:
|
110
|
-
0:
|
114
|
+
0: Before Christ
|
115
|
+
1: Anno Domini
|
111
116
|
:narrow:
|
112
|
-
0:
|
117
|
+
0: B
|
118
|
+
1: A
|
113
119
|
:fields:
|
114
120
|
:day: Deň
|
115
121
|
:dayperiod: Časť dňa
|
@@ -210,10 +216,17 @@
|
|
210
216
|
:periods:
|
211
217
|
:format:
|
212
218
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
213
|
-
:narrow:
|
219
|
+
:narrow:
|
220
|
+
:am: a
|
221
|
+
:noon: n
|
222
|
+
:pm: p
|
214
223
|
:wide:
|
215
224
|
:am: dopoludnia
|
225
|
+
:noon: noon
|
216
226
|
:pm: popoludní
|
227
|
+
:variant:
|
228
|
+
:am: a.m.
|
229
|
+
:pm: p.m.
|
217
230
|
:stand-alone: {}
|
218
231
|
:quarters:
|
219
232
|
:format:
|