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
@@ -43,6 +43,12 @@
|
|
43
43
|
:ARA:
|
44
44
|
:one: austral argentin
|
45
45
|
:other: australs argentins
|
46
|
+
:ARL:
|
47
|
+
:one: Argentine peso ley (1970-1983)
|
48
|
+
:other: Argentine pesos ley (1970-1983)
|
49
|
+
:ARM:
|
50
|
+
:one: Argentine peso (1881-1970)
|
51
|
+
:other: Argentine pesos (1881-1970)
|
46
52
|
:ARP:
|
47
53
|
:one: peso argentin (1983–1985)
|
48
54
|
:other: pesos argentins (1983–1985)
|
@@ -72,6 +78,9 @@
|
|
72
78
|
:one: mark convertible bosniaque
|
73
79
|
:other: marks convertibles bosniaques
|
74
80
|
:symbol: KM
|
81
|
+
:BAN:
|
82
|
+
:one: Bosnia-Herzegovina new dinar (1994-1997)
|
83
|
+
:other: Bosnia-Herzegovina new dinars (1994-1997)
|
75
84
|
:BBD:
|
76
85
|
:one: dollar barbadien
|
77
86
|
:other: dollars barbadiens
|
@@ -92,9 +101,15 @@
|
|
92
101
|
:BGL:
|
93
102
|
:one: lev bulgare (1962–1999)
|
94
103
|
:other: levs bulgares (1962–1999)
|
104
|
+
:BGM:
|
105
|
+
:one: Bulgarian socialist lev
|
106
|
+
:other: Bulgarian socialist leva
|
95
107
|
:BGN:
|
96
108
|
:one: nouveau lev bulgare
|
97
109
|
:other: nouveaux levs bulgares
|
110
|
+
:BGO:
|
111
|
+
:one: Bulgarian lev (1879-1952)
|
112
|
+
:other: Bulgarian leva (1879-1952)
|
98
113
|
:BHD:
|
99
114
|
:one: dinar bahreïni
|
100
115
|
:other: dinars bahreïnis
|
@@ -111,6 +126,9 @@
|
|
111
126
|
:BOB:
|
112
127
|
:one: boliviano bolivien
|
113
128
|
:other: bolivianos boliviens
|
129
|
+
:BOL:
|
130
|
+
:one: Bolivian boliviano (1863-1963)
|
131
|
+
:other: Bolivian bolivianos (1863-1963)
|
114
132
|
:BOP:
|
115
133
|
:one: peso bolivien
|
116
134
|
:other: pesos boliviens
|
@@ -136,6 +154,9 @@
|
|
136
154
|
:BRR:
|
137
155
|
:one: cruzeiro réal brésilien (1993–1994)
|
138
156
|
:other: cruzeiros réals brésiliens (1993–1994)
|
157
|
+
:BRZ:
|
158
|
+
:one: Brazilian cruzeiro (1942-1967)
|
159
|
+
:other: Brazilian cruzeiros (1942-1967)
|
139
160
|
:BSD:
|
140
161
|
:one: dollar bahaméen
|
141
162
|
:other: dollars bahaméens
|
@@ -173,12 +194,18 @@
|
|
173
194
|
:CHW:
|
174
195
|
:one: franc WIR
|
175
196
|
:other: francs WIR
|
197
|
+
:CLE:
|
198
|
+
:one: Chilean escudo
|
199
|
+
:other: Chilean escudos
|
176
200
|
:CLF:
|
177
201
|
:one: unité d’investissement chilienne
|
178
202
|
:other: unités d’investissement chiliennes
|
179
203
|
:CLP:
|
180
204
|
:one: peso chilien
|
181
205
|
:other: pesos chiliens
|
206
|
+
:CNX:
|
207
|
+
:one: Chinese People’s Bank dollar
|
208
|
+
:other: Chinese People’s Bank dollars
|
182
209
|
:CNY:
|
183
210
|
:one: yuan renminbi chinois
|
184
211
|
:other: yuans renminbi chinois
|
@@ -357,6 +384,9 @@
|
|
357
384
|
:one: livre israélienne
|
358
385
|
:other: livres israéliennes
|
359
386
|
:symbol: £IL
|
387
|
+
:ILR:
|
388
|
+
:one: Israeli sheqel (1980-1985)
|
389
|
+
:other: Israeli sheqels (1980-1985)
|
360
390
|
:ILS:
|
361
391
|
:one: nouveau shekel israélien
|
362
392
|
:other: nouveaux shekels israélien
|
@@ -371,6 +401,9 @@
|
|
371
401
|
:IRR:
|
372
402
|
:one: rial iranien
|
373
403
|
:other: rials iraniens
|
404
|
+
:ISJ:
|
405
|
+
:one: Icelandic króna (1918-1981)
|
406
|
+
:other: Icelandic krónur (1918-1981)
|
374
407
|
:ISK:
|
375
408
|
:one: couronne islandaise
|
376
409
|
:other: couronnes islandaises
|
@@ -403,6 +436,12 @@
|
|
403
436
|
:KPW:
|
404
437
|
:one: won nord-coréen
|
405
438
|
:other: wons nord-coréens
|
439
|
+
:KRH:
|
440
|
+
:one: South Korean hwan (1953-1962)
|
441
|
+
:other: South Korean hwan (1953-1962)
|
442
|
+
:KRO:
|
443
|
+
:one: South Korean won (1945-1953)
|
444
|
+
:other: South Korean won (1945-1953)
|
406
445
|
:KRW:
|
407
446
|
:one: won sud-coréen
|
408
447
|
:other: wons sud-coréens
|
@@ -463,6 +502,12 @@
|
|
463
502
|
:MAF:
|
464
503
|
:one: franc marocain
|
465
504
|
:other: francs marocains
|
505
|
+
:MCF:
|
506
|
+
:one: Monegasque franc
|
507
|
+
:other: Monegasque francs
|
508
|
+
:MDC:
|
509
|
+
:one: Moldovan cupon
|
510
|
+
:other: Moldovan cupon
|
466
511
|
:MDL:
|
467
512
|
:one: leu moldave
|
468
513
|
:other: leus moldaves
|
@@ -475,6 +520,9 @@
|
|
475
520
|
:MKD:
|
476
521
|
:one: denar macédonien
|
477
522
|
:other: denars macédoniens
|
523
|
+
:MKN:
|
524
|
+
:one: Macedonian denar (1992-1993)
|
525
|
+
:other: Macedonian denari (1992-1993)
|
478
526
|
:MLF:
|
479
527
|
:one: franc malien
|
480
528
|
:other: francs maliens
|
@@ -502,6 +550,9 @@
|
|
502
550
|
:MUR:
|
503
551
|
:one: roupie mauricienne
|
504
552
|
:other: roupies mauriciennes
|
553
|
+
:MVP:
|
554
|
+
:one: Maldivian rupee
|
555
|
+
:other: Maldivian rupees
|
505
556
|
:MVR:
|
506
557
|
:one: rufiyaa maldivienne
|
507
558
|
:other: rufiyaas maldiviennes
|
@@ -772,6 +823,9 @@
|
|
772
823
|
:one: dông vietnamien
|
773
824
|
:other: dôngs vietnamiens
|
774
825
|
:symbol: ₫
|
826
|
+
:VNN:
|
827
|
+
:one: Vietnamese dong (1978-1985)
|
828
|
+
:other: Vietnamese dong (1978-1985)
|
775
829
|
:VUV:
|
776
830
|
:one: vatu vanuatuan
|
777
831
|
:other: vatus vanuatuans
|
@@ -835,9 +889,15 @@
|
|
835
889
|
:XRE:
|
836
890
|
:one: unité de fonds RINET
|
837
891
|
:other: unités de fonds RINET
|
892
|
+
:XSU:
|
893
|
+
:one: Sucre
|
894
|
+
:other: Sucres
|
838
895
|
:XTS:
|
839
896
|
:one: (devise de test)
|
840
897
|
:other: (devises de test)
|
898
|
+
:XUA:
|
899
|
+
:one: ADB unit of account
|
900
|
+
:other: ADB units of account
|
841
901
|
:XXX:
|
842
902
|
:one: devise inconnue ou non valide
|
843
903
|
:other: devise inconnue ou non valide
|
@@ -856,6 +916,9 @@
|
|
856
916
|
:YUN:
|
857
917
|
:one: dinar convertible yougoslave (1990–1992)
|
858
918
|
:other: dinars convertibles yougoslaves (1990–1992)
|
919
|
+
:YUR:
|
920
|
+
:one: Yugoslavian reformed dinar (1992-1993)
|
921
|
+
:other: Yugoslavian reformed dinars (1992-1993)
|
859
922
|
:ZAL:
|
860
923
|
:one: rand sud-africain (financier)
|
861
924
|
:other: rands sud-africains (financiers)
|
@@ -11,6 +11,7 @@
|
|
11
11
|
:af: afrikaans
|
12
12
|
:afa: langue afro-asiatique
|
13
13
|
:afh: afrihili
|
14
|
+
:agq: Aghem
|
14
15
|
:ain: aïnou
|
15
16
|
:ak: akan
|
16
17
|
:akk: akkadien
|
@@ -23,12 +24,14 @@
|
|
23
24
|
:anp: angika
|
24
25
|
:apa: langue apache
|
25
26
|
:ar: arabe
|
27
|
+
:ar-001: Modern Standard Arabic
|
26
28
|
:arc: araméen
|
27
29
|
:arn: araukan
|
28
30
|
:arp: arapaho
|
29
31
|
:art: langue artificielle
|
30
32
|
:arw: arawak
|
31
33
|
:as: assamais
|
34
|
+
:asa: Asu
|
32
35
|
:ast: asturien
|
33
36
|
:ath: langue athapascane
|
34
37
|
:aus: langue australienne
|
@@ -49,6 +52,7 @@
|
|
49
52
|
:bej: bedja
|
50
53
|
:bem: bemba
|
51
54
|
:ber: berbère
|
55
|
+
:bez: Bena
|
52
56
|
:bfd: bafut
|
53
57
|
:bg: bulgare
|
54
58
|
:bh: bihari
|
@@ -64,6 +68,7 @@
|
|
64
68
|
:bo: tibétain
|
65
69
|
:br: breton
|
66
70
|
:bra: braj
|
71
|
+
:brx: Bodo
|
67
72
|
:bs: bosniaque
|
68
73
|
:bss: akoose
|
69
74
|
:btk: batak
|
@@ -77,10 +82,12 @@
|
|
77
82
|
:cai: langue amérindienne centrale
|
78
83
|
:car: caribe
|
79
84
|
:cau: langue caucasienne
|
85
|
+
:cay: Cayuga
|
80
86
|
:cch: atsam
|
81
87
|
:ce: tchétchène
|
82
88
|
:ceb: cebuano
|
83
89
|
:cel: langue celtique
|
90
|
+
:cgg: Chiga
|
84
91
|
:ch: chamorro
|
85
92
|
:chb: chibcha
|
86
93
|
:chg: tchaghataï
|
@@ -110,6 +117,7 @@
|
|
110
117
|
:da: danois
|
111
118
|
:dak: dakota
|
112
119
|
:dar: dargwa
|
120
|
+
:dav: Taita
|
113
121
|
:day: dayak
|
114
122
|
:de: allemand
|
115
123
|
:de-AT: allemand autrichien
|
@@ -118,15 +126,18 @@
|
|
118
126
|
:den: slavey
|
119
127
|
:dgr: dogrib
|
120
128
|
:din: dinka
|
129
|
+
:dje: Zarma
|
121
130
|
:doi: dogri
|
122
131
|
:dra: langue dravidienne
|
123
132
|
:dsb: bas-sorabe
|
124
133
|
:dua: douala
|
125
134
|
:dum: moyen néerlandais
|
126
135
|
:dv: maldivien
|
136
|
+
:dyo: Jola-Fonyi
|
127
137
|
:dyu: dioula
|
128
138
|
:dz: dzongkha
|
129
139
|
:dzg: dazaga
|
140
|
+
:ebu: Embu
|
130
141
|
:ee: éwé
|
131
142
|
:efi: efik
|
132
143
|
:egy: égyptien ancien
|
@@ -184,6 +195,7 @@
|
|
184
195
|
:grc: grec ancien
|
185
196
|
:gsw: alémanique
|
186
197
|
:gu: goudjarâtî
|
198
|
+
:guz: Gusii
|
187
199
|
:gv: manx
|
188
200
|
:gwi: gwichʼin
|
189
201
|
:ha: haoussa
|
@@ -205,6 +217,7 @@
|
|
205
217
|
:hz: héréro
|
206
218
|
:ia: interlingua
|
207
219
|
:iba: iban
|
220
|
+
:ibb: Ibibio
|
208
221
|
:id: indonésien
|
209
222
|
:ie: interlingue
|
210
223
|
:ig: igbo
|
@@ -223,6 +236,8 @@
|
|
223
236
|
:iu: inuktitut
|
224
237
|
:ja: japonais
|
225
238
|
:jbo: lojban
|
239
|
+
:jgo: Ngomba
|
240
|
+
:jmc: Machame
|
226
241
|
:jpr: judéo-persan
|
227
242
|
:jrb: judéo-arabe
|
228
243
|
:jv: javanais
|
@@ -237,17 +252,20 @@
|
|
237
252
|
:kbd: kabardin
|
238
253
|
:kbl: kanembou
|
239
254
|
:kcg: tyap
|
255
|
+
:kde: Makonde
|
240
256
|
:kea: capverdien
|
241
257
|
:kfo: koro
|
242
258
|
:kg: kongo
|
243
259
|
:kha: khasi
|
244
260
|
:khi: langue khoïsan
|
245
261
|
:kho: khotanais
|
262
|
+
:khq: Koyra Chiini
|
246
263
|
:ki: kikuyu
|
247
264
|
:kj: kuanyama
|
248
265
|
:kk: kazakh
|
249
266
|
:kkj: kako
|
250
267
|
:kl: groenlandais
|
268
|
+
:kln: Kalenjin
|
251
269
|
:km: khmer
|
252
270
|
:kmb: kiMboundou
|
253
271
|
:kn: kannada
|
@@ -261,6 +279,9 @@
|
|
261
279
|
:kro: krou
|
262
280
|
:kru: kurukh
|
263
281
|
:ks: kâshmîrî
|
282
|
+
:ksb: Shambala
|
283
|
+
:ksf: Bafia
|
284
|
+
:ksh: Colognian
|
264
285
|
:ku: kurde
|
265
286
|
:kum: koumyk
|
266
287
|
:kut: kutenai
|
@@ -269,12 +290,14 @@
|
|
269
290
|
:ky: kirghize
|
270
291
|
:la: latin
|
271
292
|
:lad: ladino
|
293
|
+
:lag: Langi
|
272
294
|
:lah: lahnda
|
273
295
|
:lam: lamba
|
274
296
|
:lb: luxembourgeois
|
275
297
|
:lez: lezghien
|
276
298
|
:lg: ganda
|
277
299
|
:li: limbourgeois
|
300
|
+
:lkt: Lakota
|
278
301
|
:ln: lingala
|
279
302
|
:lo: lao
|
280
303
|
:lol: mongo
|
@@ -286,6 +309,7 @@
|
|
286
309
|
:lun: lunda
|
287
310
|
:luo: luo
|
288
311
|
:lus: lushai
|
312
|
+
:luy: Luyia
|
289
313
|
:lv: letton
|
290
314
|
:mad: madurais
|
291
315
|
:maf: mafa
|
@@ -299,9 +323,12 @@
|
|
299
323
|
:mdf: moksa
|
300
324
|
:mdr: mandar
|
301
325
|
:men: mendé
|
326
|
+
:mer: Meru
|
302
327
|
:mfe: créole mauricien
|
303
328
|
:mg: malgache
|
304
329
|
:mga: moyen irlandais
|
330
|
+
:mgh: Makhuwa-Meetto
|
331
|
+
:mgo: Meta'
|
305
332
|
:mh: marshall
|
306
333
|
:mi: maori
|
307
334
|
:mic: micmac
|
@@ -334,6 +361,7 @@
|
|
334
361
|
:nah: nahuatl
|
335
362
|
:nai: langue amérindienne du Nord
|
336
363
|
:nap: napolitain
|
364
|
+
:naq: Nama
|
337
365
|
:nb: norvégien bokmål
|
338
366
|
:nd: ndébélé du Nord
|
339
367
|
:nds: bas-allemand
|
@@ -345,6 +373,7 @@
|
|
345
373
|
:niu: niué
|
346
374
|
:nl: néerlandais
|
347
375
|
:nl-BE: flamand
|
376
|
+
:nmg: Kwasio
|
348
377
|
:nn: norvégien nynorsk
|
349
378
|
:nnh: ngiemboon
|
350
379
|
:no: norvégien
|
@@ -354,6 +383,7 @@
|
|
354
383
|
:nr: ndébélé du Sud
|
355
384
|
:nso: sotho du Nord
|
356
385
|
:nub: langue nubienne
|
386
|
+
:nus: Nuer
|
357
387
|
:nv: navaho
|
358
388
|
:nwc: newarî classique
|
359
389
|
:ny: nyanja
|
@@ -396,11 +426,13 @@
|
|
396
426
|
:rn: roundi
|
397
427
|
:ro: roumain
|
398
428
|
:roa: langue romane
|
429
|
+
:rof: Rombo
|
399
430
|
:rom: tzigane
|
400
431
|
:root: racine
|
401
432
|
:ru: russe
|
402
433
|
:rup: valaque
|
403
434
|
:rw: rwanda
|
435
|
+
:rwk: Rwa
|
404
436
|
:sa: sanskrit
|
405
437
|
:sad: sandawe
|
406
438
|
:sah: iakoute
|
@@ -411,6 +443,7 @@
|
|
411
443
|
:sas: sasak
|
412
444
|
:sat: santal
|
413
445
|
:sba: ngambay
|
446
|
+
:sbp: Sangu
|
414
447
|
:sc: sarde
|
415
448
|
:scn: sicilien
|
416
449
|
:sco: écossais
|
@@ -496,6 +529,7 @@
|
|
496
529
|
:tut: langue altaïque
|
497
530
|
:tvl: tuvalu
|
498
531
|
:tw: twi
|
532
|
+
:twq: Tasawaq
|
499
533
|
:ty: tahitien
|
500
534
|
:tyv: touva
|
501
535
|
:tzm: tamazight
|
@@ -3,34 +3,38 @@
|
|
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
|
14
18
|
:M: L
|
15
|
-
:MEd:
|
19
|
+
:MEd: E, M/d
|
16
20
|
:MMM: LLL
|
17
|
-
:MMMEd: MMM d
|
21
|
+
:MMMEd: E, MMM d
|
18
22
|
:MMMd: MMM d
|
19
|
-
:Md:
|
23
|
+
:Md: M/d
|
20
24
|
:d: d
|
21
25
|
:h: h a
|
22
26
|
:hm: h:mm a
|
23
27
|
:hms: h:mm:ss a
|
24
28
|
:ms: mm:ss
|
25
29
|
:y: y
|
26
|
-
:yM: y
|
27
|
-
:yMEd:
|
28
|
-
:yMMM: y
|
29
|
-
:yMMMEd:
|
30
|
-
:yMMMd:
|
31
|
-
:yMd: y
|
32
|
-
:yQQQ: y
|
33
|
-
:yQQQQ: y
|
30
|
+
:yM: M/y
|
31
|
+
:yMEd: E, M/d/y
|
32
|
+
:yMMM: MMM y
|
33
|
+
:yMMMEd: E, MMM d, y
|
34
|
+
:yMMMd: MMM d, y
|
35
|
+
:yMd: M/d/y
|
36
|
+
:yQQQ: QQQ y
|
37
|
+
:yQQQQ: QQQQ y
|
34
38
|
:days:
|
35
39
|
:format:
|
36
40
|
:abbreviated:
|
@@ -42,7 +46,14 @@
|
|
42
46
|
:tue: Máirt
|
43
47
|
:wed: Céad
|
44
48
|
:narrow: :calendars.gregorian.days.stand-alone.narrow
|
45
|
-
:short:
|
49
|
+
:short:
|
50
|
+
:fri: Fr
|
51
|
+
:mon: Mo
|
52
|
+
:sat: Sa
|
53
|
+
:sun: Su
|
54
|
+
:thu: Th
|
55
|
+
:tue: Tu
|
56
|
+
:wed: We
|
46
57
|
:wide:
|
47
58
|
:fri: Dé hAoine
|
48
59
|
:mon: Dé Luain
|
@@ -71,7 +82,8 @@
|
|
71
82
|
0: Roimh Chríost
|
72
83
|
1: Anno Domini
|
73
84
|
:narrow:
|
74
|
-
0:
|
85
|
+
0: B
|
86
|
+
1: A
|
75
87
|
:fields:
|
76
88
|
:day: Lá
|
77
89
|
:dayperiod: a.m./p.m.
|
@@ -96,13 +108,13 @@
|
|
96
108
|
:pattern: dd/MM/y
|
97
109
|
:datetime:
|
98
110
|
:full:
|
99
|
-
:pattern: ! '{{date}} {{time}}'
|
111
|
+
:pattern: ! '{{date}} ''at'' {{time}}'
|
100
112
|
:long:
|
101
|
-
:pattern: ! '{{date}} {{time}}'
|
113
|
+
:pattern: ! '{{date}} ''at'' {{time}}'
|
102
114
|
:medium:
|
103
|
-
:pattern: ! '{{date}} {{time}}'
|
115
|
+
:pattern: ! '{{date}}, {{time}}'
|
104
116
|
:short:
|
105
|
-
:pattern: ! '{{date}} {{time}}'
|
117
|
+
:pattern: ! '{{date}}, {{time}}'
|
106
118
|
:time:
|
107
119
|
:full:
|
108
120
|
:pattern: HH:mm:ss zzzz
|
@@ -160,10 +172,17 @@
|
|
160
172
|
:periods:
|
161
173
|
:format:
|
162
174
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
163
|
-
:narrow:
|
175
|
+
:narrow:
|
176
|
+
:am: a
|
177
|
+
:noon: n
|
178
|
+
:pm: p
|
164
179
|
:wide:
|
165
180
|
:am: a.m.
|
181
|
+
:noon: noon
|
166
182
|
:pm: p.m.
|
183
|
+
:variant:
|
184
|
+
:am: a.m.
|
185
|
+
:pm: p.m.
|
167
186
|
:stand-alone: {}
|
168
187
|
:quarters:
|
169
188
|
:format:
|