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
@@ -11,6 +11,7 @@
|
|
11
11
|
:af: Afrikaans
|
12
12
|
:afa: Afroasiatisch
|
13
13
|
:afh: Afrihili
|
14
|
+
:agq: Aghem
|
14
15
|
:ain: Ainu-Sprache
|
15
16
|
:ak: Akan
|
16
17
|
:akk: Akkadisch
|
@@ -23,12 +24,14 @@
|
|
23
24
|
:anp: Angika
|
24
25
|
:apa: Apache-Sprache
|
25
26
|
:ar: Arabisch
|
27
|
+
:ar-001: Modern Standard Arabic
|
26
28
|
:arc: Aramäisch
|
27
29
|
:arn: Araukanisch
|
28
30
|
:arp: Arapaho-Sprache
|
29
31
|
:art: Kunstsprache
|
30
32
|
:arw: Arawak-Sprache
|
31
33
|
:as: Assamesisch
|
34
|
+
:asa: Asu
|
32
35
|
:ast: Asturianisch
|
33
36
|
:ath: Athapaskisch
|
34
37
|
:aus: Australisch
|
@@ -43,16 +46,21 @@
|
|
43
46
|
:ban: Balinesisch
|
44
47
|
:bas: Basaa-Sprache
|
45
48
|
:bat: Baltisch
|
49
|
+
:bax: Bamun
|
50
|
+
:bbj: Ghomala
|
46
51
|
:be: Weißrussisch
|
47
52
|
:bej: Bedauye
|
48
53
|
:bem: Bemba-Sprache
|
49
54
|
:ber: Berbersprache
|
55
|
+
:bez: Bena
|
56
|
+
:bfd: Bafut
|
50
57
|
:bg: Bulgarisch
|
51
58
|
:bh: Biharisch
|
52
59
|
:bho: Bhodschpuri
|
53
60
|
:bi: Bislama
|
54
61
|
:bik: Bikol-Sprache
|
55
62
|
:bin: Bini-Sprache
|
63
|
+
:bkm: Kom
|
56
64
|
:bla: Blackfoot-Sprache
|
57
65
|
:bm: Bambara-Sprache
|
58
66
|
:bn: Bengalisch
|
@@ -60,20 +68,26 @@
|
|
60
68
|
:bo: Tibetisch
|
61
69
|
:br: Bretonisch
|
62
70
|
:bra: Braj-Bhakha
|
71
|
+
:brx: Bodo
|
63
72
|
:bs: Bosnisch
|
73
|
+
:bss: Akoose
|
64
74
|
:btk: Batak
|
65
75
|
:bua: Burjatisch
|
66
76
|
:bug: Buginesisch
|
77
|
+
:bum: Bulu
|
67
78
|
:byn: Blin
|
79
|
+
:byv: Medumba
|
68
80
|
:ca: Katalanisch
|
69
81
|
:cad: Caddo
|
70
82
|
:cai: Zentralamerikanische Indianersprache
|
71
83
|
:car: Karibisch
|
72
84
|
:cau: Kaukasisch
|
85
|
+
:cay: Cayuga
|
73
86
|
:cch: Atsam
|
74
87
|
:ce: Tschetschenisch
|
75
88
|
:ceb: Cebuano
|
76
89
|
:cel: Keltisch
|
90
|
+
:cgg: Chiga
|
77
91
|
:ch: Chamorro-Sprache
|
78
92
|
:chb: Chibcha-Sprache
|
79
93
|
:chg: Tschagataisch
|
@@ -103,6 +117,7 @@
|
|
103
117
|
:da: Dänisch
|
104
118
|
:dak: Dakota-Sprache
|
105
119
|
:dar: Darginisch
|
120
|
+
:dav: Taita
|
106
121
|
:day: Dajak
|
107
122
|
:de: Deutsch
|
108
123
|
:de-AT: Österreichisches Deutsch
|
@@ -111,14 +126,17 @@
|
|
111
126
|
:den: Slave
|
112
127
|
:dgr: Dogrib
|
113
128
|
:din: Dinka-Sprache
|
129
|
+
:dje: Zarma
|
114
130
|
:doi: Dogri
|
115
131
|
:dra: Drawidisch
|
116
132
|
:dsb: Niedersorbisch
|
117
133
|
:dua: Duala
|
118
134
|
:dum: Mittelniederländisch
|
119
135
|
:dv: Maledivisch
|
136
|
+
:dyo: Jola-Fonyi
|
120
137
|
:dyu: Dyula-Sprache
|
121
138
|
:dz: Bhutanisch
|
139
|
+
:dzg: Dazaga
|
122
140
|
:ebu: Kiembu
|
123
141
|
:ee: Ewe-Sprache
|
124
142
|
:efi: Efik
|
@@ -177,6 +195,7 @@
|
|
177
195
|
:grc: Altgriechisch
|
178
196
|
:gsw: Schweizerdeutsch
|
179
197
|
:gu: Gujarati
|
198
|
+
:guz: Gusii
|
180
199
|
:gv: Manx
|
181
200
|
:gwi: Kutchin-Sprache
|
182
201
|
:ha: Hausa
|
@@ -198,6 +217,7 @@
|
|
198
217
|
:hz: Herero-Sprache
|
199
218
|
:ia: Interlingua
|
200
219
|
:iba: Iban
|
220
|
+
:ibb: Ibibio
|
201
221
|
:id: Indonesisch
|
202
222
|
:ie: Interlingue
|
203
223
|
:ig: Igbo-Sprache
|
@@ -216,6 +236,8 @@
|
|
216
236
|
:iu: Inukitut
|
217
237
|
:ja: Japanisch
|
218
238
|
:jbo: Lojban
|
239
|
+
:jgo: Ngomba
|
240
|
+
:jmc: Machame
|
219
241
|
:jpr: Jüdisch-Persisch
|
220
242
|
:jrb: Jüdisch-Arabisch
|
221
243
|
:jv: Javanisch
|
@@ -228,17 +250,22 @@
|
|
228
250
|
:kar: Karenisch
|
229
251
|
:kaw: Kawi
|
230
252
|
:kbd: Kabardinisch
|
253
|
+
:kbl: Kanembu
|
231
254
|
:kcg: Tyap
|
255
|
+
:kde: Makonde
|
232
256
|
:kea: Kabuverdianu
|
233
257
|
:kfo: Koro
|
234
258
|
:kg: Kongolesisch
|
235
259
|
:kha: Khasi-Sprache
|
236
260
|
:khi: Khoisan-Sprache
|
237
261
|
:kho: Sakisch
|
262
|
+
:khq: Koyra Chiini
|
238
263
|
:ki: Kikuyu-Sprache
|
239
264
|
:kj: Kwanyama
|
240
265
|
:kk: Kasachisch
|
266
|
+
:kkj: Kako
|
241
267
|
:kl: Grönländisch
|
268
|
+
:kln: Kalenjin
|
242
269
|
:km: Kambodschanisch
|
243
270
|
:kmb: Kimbundu-Sprache
|
244
271
|
:kn: Kannada
|
@@ -252,6 +279,9 @@
|
|
252
279
|
:kro: Kru-Sprache
|
253
280
|
:kru: Oraon-Sprache
|
254
281
|
:ks: Kaschmirisch
|
282
|
+
:ksb: Shambala
|
283
|
+
:ksf: Bafia
|
284
|
+
:ksh: Colognian
|
255
285
|
:ku: Kurdisch
|
256
286
|
:kum: Kumükisch
|
257
287
|
:kut: Kutenai-Sprache
|
@@ -260,12 +290,14 @@
|
|
260
290
|
:ky: Kirgisisch
|
261
291
|
:la: Latein
|
262
292
|
:lad: Ladino
|
293
|
+
:lag: Langi
|
263
294
|
:lah: Lahnda
|
264
295
|
:lam: Lamba-Sprache
|
265
296
|
:lb: Luxemburgisch
|
266
297
|
:lez: Lesgisch
|
267
298
|
:lg: Ganda-Sprache
|
268
299
|
:li: Limburgisch
|
300
|
+
:lkt: Lakota
|
269
301
|
:ln: Lingala
|
270
302
|
:lo: Laotisch
|
271
303
|
:lol: Mongo
|
@@ -280,18 +312,23 @@
|
|
280
312
|
:luy: Olulujia
|
281
313
|
:lv: Lettisch
|
282
314
|
:mad: Maduresisch
|
315
|
+
:maf: Mafa
|
283
316
|
:mag: Khotta
|
284
317
|
:mai: Maithili
|
285
318
|
:mak: Makassarisch
|
286
319
|
:man: Manding-Sprache
|
287
320
|
:map: Austronesisch
|
288
321
|
:mas: Massai-Sprache
|
322
|
+
:mde: Maba
|
289
323
|
:mdf: Moksha
|
290
324
|
:mdr: Mandaresisch
|
291
325
|
:men: Mende-Sprache
|
326
|
+
:mer: Meru
|
292
327
|
:mfe: Morisyen
|
293
328
|
:mg: Malagassi-Sprache
|
294
329
|
:mga: Mittelirisch
|
330
|
+
:mgh: Makhuwa-Meetto
|
331
|
+
:mgo: Meta'
|
295
332
|
:mh: Marschallesisch
|
296
333
|
:mi: Maori
|
297
334
|
:mic: Micmac-Sprache
|
@@ -310,18 +347,21 @@
|
|
310
347
|
:mr: Marathi
|
311
348
|
:ms: Malaiisch
|
312
349
|
:mt: Maltesisch
|
350
|
+
:mua: Mundang
|
313
351
|
:mul: Mehrsprachig
|
314
352
|
:mun: Munda-Sprache
|
315
353
|
:mus: Muskogee-Sprache
|
316
354
|
:mwl: Mirandesisch
|
317
355
|
:mwr: Marwari
|
318
356
|
:my: Birmanisch
|
357
|
+
:mye: Myene
|
319
358
|
:myn: Maya-Sprache
|
320
359
|
:myv: Ersja-Mordwinisch
|
321
360
|
:na: Nauruisch
|
322
361
|
:nah: Nahuatl
|
323
362
|
:nai: Nordamerikanische Indianersprache
|
324
363
|
:nap: Neapolitanisch
|
364
|
+
:naq: Nama
|
325
365
|
:nb: Norwegisch Bokmål
|
326
366
|
:nd: Nord-Ndebele-Sprache
|
327
367
|
:nds: Niederdeutsch
|
@@ -333,7 +373,9 @@
|
|
333
373
|
:niu: Niue-Sprache
|
334
374
|
:nl: Niederländisch
|
335
375
|
:nl-BE: Flämisch
|
376
|
+
:nmg: Kwasio
|
336
377
|
:nn: Norwegisch Nynorsk
|
378
|
+
:nnh: Ngiemboon
|
337
379
|
:no: Norwegisch
|
338
380
|
:nog: Nogai
|
339
381
|
:non: Altnordisch
|
@@ -341,6 +383,7 @@
|
|
341
383
|
:nr: Süd-Ndebele-Sprache
|
342
384
|
:nso: Nord-Sotho-Sprache
|
343
385
|
:nub: Nubisch
|
386
|
+
:nus: Nuer
|
344
387
|
:nv: Navajo
|
345
388
|
:nwc: Alt-Newari
|
346
389
|
:ny: Nyanja-Sprache
|
@@ -383,31 +426,41 @@
|
|
383
426
|
:rn: Rundi-Sprache
|
384
427
|
:ro: Rumänisch
|
385
428
|
:roa: Romanische Sprache
|
429
|
+
:rof: Rombo
|
386
430
|
:rom: Romani
|
387
431
|
:root: Root
|
388
432
|
:ru: Russisch
|
389
433
|
:rup: Aromunisch
|
390
434
|
:rw: Ruandisch
|
435
|
+
:rwk: Rwa
|
391
436
|
:sa: Sanskrit
|
392
437
|
:sad: Sandawe-Sprache
|
393
438
|
:sah: Jakutisch
|
394
439
|
:sai: Südamerikanische Indianersprache
|
395
440
|
:sal: Salish-Sprache
|
396
441
|
:sam: Samaritanisch
|
442
|
+
:saq: Samburu
|
397
443
|
:sas: Sasak
|
398
444
|
:sat: Santali
|
445
|
+
:sba: Ngambay
|
446
|
+
:sbp: Sangu
|
399
447
|
:sc: Sardisch
|
400
448
|
:scn: Sizilianisch
|
401
449
|
:sco: Schottisch
|
402
450
|
:sd: Sindhi
|
403
451
|
:se: Nord-Samisch
|
452
|
+
:see: Seneca
|
453
|
+
:seh: Sena
|
404
454
|
:sel: Selkupisch
|
405
455
|
:sem: Semitisch
|
456
|
+
:ses: Koyraboro Senni
|
406
457
|
:sg: Sango
|
407
458
|
:sga: Altirisch
|
408
459
|
:sgn: Gebärdensprache
|
409
460
|
:sh: Serbo-Kroatisch
|
461
|
+
:shi: Tachelhit
|
410
462
|
:shn: Schan-Sprache
|
463
|
+
:shu: Chadian Arabic
|
411
464
|
:si: Singhalesisch
|
412
465
|
:sid: Sidamo
|
413
466
|
:sio: Sioux-Sprache
|
@@ -432,6 +485,7 @@
|
|
432
485
|
:srr: Serer-Sprache
|
433
486
|
:ss: Swazi
|
434
487
|
:ssa: Nilosaharanisch
|
488
|
+
:ssy: Saho
|
435
489
|
:st: Süd-Sotho-Sprache
|
436
490
|
:su: Sundanesisch
|
437
491
|
:suk: Sukuma-Sprache
|
@@ -440,12 +494,14 @@
|
|
440
494
|
:sv: Schwedisch
|
441
495
|
:sw: Suaheli
|
442
496
|
:swb: Komorisch
|
497
|
+
:swc: Congo Swahili
|
443
498
|
:syc: Altsyrisch
|
444
499
|
:syr: Syrisch
|
445
500
|
:ta: Tamilisch
|
446
501
|
:tai: Tai-Sprache
|
447
502
|
:te: Telugu
|
448
503
|
:tem: Temne
|
504
|
+
:teo: Teso
|
449
505
|
:ter: Tereno-Sprache
|
450
506
|
:tet: Tetum-Sprache
|
451
507
|
:tg: Tadschikisch
|
@@ -464,6 +520,7 @@
|
|
464
520
|
:tog: Tsonga-Sprache
|
465
521
|
:tpi: Neumelanesisch
|
466
522
|
:tr: Türkisch
|
523
|
+
:trv: Taroko
|
467
524
|
:ts: Tsonga
|
468
525
|
:tsi: Tsimshian-Sprache
|
469
526
|
:tt: Tatarisch
|
@@ -472,8 +529,10 @@
|
|
472
529
|
:tut: Altaisch
|
473
530
|
:tvl: Elliceanisch
|
474
531
|
:tw: Twi
|
532
|
+
:twq: Tasawaq
|
475
533
|
:ty: Tahitisch
|
476
534
|
:tyv: Tuwinisch
|
535
|
+
:tzm: Central Atlas Tamazight
|
477
536
|
:udm: Udmurtisch
|
478
537
|
:ug: Uigurisch
|
479
538
|
:uga: Ugaritisch
|
@@ -487,7 +546,9 @@
|
|
487
546
|
:vi: Vietnamesisch
|
488
547
|
:vo: Volapük
|
489
548
|
:vot: Wotisch
|
549
|
+
:vun: Vunjo
|
490
550
|
:wa: Wallonisch
|
551
|
+
:wae: Walser
|
491
552
|
:wak: Wakashanisch
|
492
553
|
:wal: Walamo-Sprache
|
493
554
|
:war: Waray
|
@@ -496,8 +557,11 @@
|
|
496
557
|
:wo: Wolof
|
497
558
|
:xal: Kalmückisch
|
498
559
|
:xh: Xhosa
|
560
|
+
:xog: Soga
|
499
561
|
:yao: Yao-Sprache
|
500
562
|
:yap: Yapesisch
|
563
|
+
:yav: Yangben
|
564
|
+
:ybb: Yemba
|
501
565
|
:yi: Jiddisch
|
502
566
|
:yo: Yoruba
|
503
567
|
:ypk: Yupik-Sprache
|
@@ -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: HH
|
12
16
|
:HHmm: HH:mm
|
13
17
|
:HHmmss: HH:mm:ss
|
@@ -112,9 +116,11 @@
|
|
112
116
|
0: π.Χ.
|
113
117
|
1: μ.Χ.
|
114
118
|
:name:
|
115
|
-
0:
|
119
|
+
0: Before Christ
|
120
|
+
1: Anno Domini
|
116
121
|
:narrow:
|
117
|
-
0:
|
122
|
+
0: B
|
123
|
+
1: A
|
118
124
|
:fields:
|
119
125
|
:day: Ημέρα
|
120
126
|
:dayperiod: π.μ./μ.μ.
|
@@ -239,10 +245,17 @@
|
|
239
245
|
:periods:
|
240
246
|
:format:
|
241
247
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
242
|
-
:narrow:
|
248
|
+
:narrow:
|
249
|
+
:am: a
|
250
|
+
:noon: n
|
251
|
+
:pm: p
|
243
252
|
:wide:
|
244
253
|
:am: π.μ.
|
254
|
+
:noon: noon
|
245
255
|
:pm: μ.μ.
|
256
|
+
:variant:
|
257
|
+
:am: a.m.
|
258
|
+
:pm: p.m.
|
246
259
|
:stand-alone: {}
|
247
260
|
:quarters:
|
248
261
|
:format:
|
@@ -34,12 +34,18 @@
|
|
34
34
|
:AON:
|
35
35
|
:one: νέο κουάνζα Ανγκόλας (1990-2000)
|
36
36
|
:other: νέα κουάνζα Ανγκόλας (1990-2000)
|
37
|
+
:AOR:
|
38
|
+
:one: Angolan readjusted kwanza (1995-1999)
|
39
|
+
:other: Angolan readjusted kwanzas (1995-1999)
|
37
40
|
:ARA:
|
38
41
|
:one: αουστράλ Αργεντινής
|
39
42
|
:other: αουστράλ Αργεντινής
|
40
43
|
:ARL:
|
41
44
|
:one: Πέσο λέι Αργετινής
|
42
45
|
:other: Πέσο λέι Αργετινής
|
46
|
+
:ARM:
|
47
|
+
:one: Argentine peso (1881-1970)
|
48
|
+
:other: Argentine pesos (1881-1970)
|
43
49
|
:ARP:
|
44
50
|
:one: πέσο Αργεντινής (ARP)
|
45
51
|
:other: πέσο Αργεντινής (ARP)
|
@@ -200,6 +206,9 @@
|
|
200
206
|
:COP:
|
201
207
|
:one: πέσο Κολομβίας
|
202
208
|
:other: πέσο Κολομβίας
|
209
|
+
:COU:
|
210
|
+
:one: Colombian real value unit
|
211
|
+
:other: Colombian real value units
|
203
212
|
:CRC:
|
204
213
|
:one: κολόν Κόστα Ρίκα
|
205
214
|
:other: κολόν Κόστα Ρίκα
|
@@ -245,6 +254,9 @@
|
|
245
254
|
:ECS:
|
246
255
|
:one: σούκρε Εκουαδόρ
|
247
256
|
:other: σούκρε Εκουαδόρ
|
257
|
+
:ECV:
|
258
|
+
:one: Ecuadorian unit of constant value
|
259
|
+
:other: Ecuadorian units of constant value
|
248
260
|
:EEK:
|
249
261
|
:one: κορόνα Εσθονίας
|
250
262
|
:other: κορόνες Εσθονίας
|
@@ -392,7 +404,7 @@
|
|
392
404
|
:JPY:
|
393
405
|
:one: γιεν Ιαπωνίας
|
394
406
|
:other: γιεν Ιαπωνίας
|
395
|
-
:symbol:
|
407
|
+
:symbol: ¥
|
396
408
|
:KES:
|
397
409
|
:one: σελίνι Κένυας
|
398
410
|
:other: σελίνια Κένυας
|
@@ -408,6 +420,9 @@
|
|
408
420
|
:KPW:
|
409
421
|
:one: γουόν Βόρειας Κορέας
|
410
422
|
:other: γουόν Βόρειας Κορέας
|
423
|
+
:KRH:
|
424
|
+
:one: South Korean hwan (1953-1962)
|
425
|
+
:other: South Korean hwan (1953-1962)
|
411
426
|
:KRO:
|
412
427
|
:one: Παλιό γον Νότιας Κορέας
|
413
428
|
:other: Παλιά γον Νότιας Κορέας
|
@@ -447,11 +462,13 @@
|
|
447
462
|
:other: ταλόνας Λιθουανίας
|
448
463
|
:LUC:
|
449
464
|
:one: Μετατρέψιμο Φράγκο Λουξεμβούργου
|
465
|
+
:other: Luxembourgian convertible francs
|
450
466
|
:LUF:
|
451
467
|
:one: φράγκο Λουξεμβούργου
|
452
468
|
:other: φράγκα Λουξεμβούργου
|
453
469
|
:LUL:
|
454
470
|
:one: Οικονομικό Φράγκο Λουξεμβούργου
|
471
|
+
:other: Luxembourg financial francs
|
455
472
|
:LVL:
|
456
473
|
:one: λατς Λετονίας
|
457
474
|
:other: λατς Λετονίας
|
@@ -512,6 +529,9 @@
|
|
512
529
|
:MUR:
|
513
530
|
:one: ρούπι Μαυρικίου
|
514
531
|
:other: ρούπια Μαυρικίου
|
532
|
+
:MVP:
|
533
|
+
:one: Maldivian rupee
|
534
|
+
:other: Maldivian rupees
|
515
535
|
:MVR:
|
516
536
|
:one: ρουφίγια Μαλδίβων
|
517
537
|
:other: ρουφίγια Μαλδίβων
|
@@ -525,6 +545,9 @@
|
|
525
545
|
:MXP:
|
526
546
|
:one: ασημένιο πέσο Μεξικού (MXP)
|
527
547
|
:other: ασημένια πέσο Μεξικού (MXP)
|
548
|
+
:MXV:
|
549
|
+
:one: Mexican investment unit
|
550
|
+
:other: Mexican investment units
|
528
551
|
:MYR:
|
529
552
|
:one: ρινγκίτ Μαλαισίας
|
530
553
|
:other: ρινγκίτ Μαλαισίας
|
@@ -748,6 +771,9 @@
|
|
748
771
|
:USS:
|
749
772
|
:one: δολάριο Η.Π.Α. (ίδια ημέρα)
|
750
773
|
:other: δολάρια Η.Π.Α. (ίδια ημέρα)
|
774
|
+
:UYI:
|
775
|
+
:one: Uruguayan peso (indexed units)
|
776
|
+
:other: Uruguayan pesos (indexed units)
|
751
777
|
:UYP:
|
752
778
|
:one: πέσο Ουρουγουάης (UYP)
|
753
779
|
:other: πέσο Ουρουγουάης (UYP)
|
@@ -780,6 +806,12 @@
|
|
780
806
|
:one: φράγκο Κεντρικής Αφρικής
|
781
807
|
:other: φράγκα Κεντρικής Αφρικής
|
782
808
|
:symbol: FCFA
|
809
|
+
:XAG:
|
810
|
+
:one: troy ounce of silver
|
811
|
+
:other: troy ounces of silver
|
812
|
+
:XAU:
|
813
|
+
:one: troy ounce of gold
|
814
|
+
:other: troy ounces of gold
|
783
815
|
:XBA:
|
784
816
|
:one: ευρωπαϊκή σύνθετη μονάδα
|
785
817
|
:other: ευρωπαϊκές σύνθετες μονάδες
|
@@ -812,13 +844,28 @@
|
|
812
844
|
:one: φράγκο BCEAO CFA
|
813
845
|
:other: φράγκα BCEAO CFA
|
814
846
|
:symbol: CFA
|
847
|
+
:XPD:
|
848
|
+
:one: troy ounce of palladium
|
849
|
+
:other: troy ounces of palladium
|
815
850
|
:XPF:
|
816
851
|
:one: φράγκο CFP
|
817
852
|
:other: φράγκα CFP
|
818
853
|
:symbol: CFPF
|
854
|
+
:XPT:
|
855
|
+
:one: troy ounce of platinum
|
856
|
+
:other: troy ounces of platinum
|
819
857
|
:XRE:
|
820
858
|
:one: Ταμείο RINET
|
821
859
|
:other: Ταμείο RINET
|
860
|
+
:XSU:
|
861
|
+
:one: Sucre
|
862
|
+
:other: Sucres
|
863
|
+
:XTS:
|
864
|
+
:one: Testing Currency unit
|
865
|
+
:other: Testing Currency units
|
866
|
+
:XUA:
|
867
|
+
:one: ADB unit of account
|
868
|
+
:other: ADB units of account
|
822
869
|
:XXX:
|
823
870
|
:one: (άγνωστο νόμισμα)
|
824
871
|
:other: (άγνωστο νόμισμα)
|
@@ -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: Αράπαχο
|
@@ -235,6 +236,7 @@
|
|
235
236
|
:iu: Ινουκτιτούτ
|
236
237
|
:ja: Ιαπωνικά
|
237
238
|
:jbo: Λόζμπαν
|
239
|
+
:jgo: Ngomba
|
238
240
|
:jmc: Μάχαμε
|
239
241
|
:jpr: Ιουδαϊκά-Περσικά
|
240
242
|
:jrb: Ιουδαϊκά-Αραβικά
|
@@ -295,6 +297,7 @@
|
|
295
297
|
:lez: Λαζγκιάν
|
296
298
|
:lg: Γκάντα
|
297
299
|
:li: Λιμβουργιανά
|
300
|
+
:lkt: Lakota
|
298
301
|
:ln: Λινγκάλα
|
299
302
|
:lo: Λαοθιανά
|
300
303
|
:lol: Μόνγκο
|
@@ -325,6 +328,7 @@
|
|
325
328
|
:mg: Μαλαγάσι
|
326
329
|
:mga: Μέσα Ιρλανδικά
|
327
330
|
:mgh: Μακούβα-Μέτο
|
331
|
+
:mgo: Meta'
|
328
332
|
:mh: Μάρσαλ
|
329
333
|
:mi: Μάορι
|
330
334
|
:mic: Μικμάκ
|