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: africâner
|
12
12
|
:afa: idioma afro-asiático
|
13
13
|
:afh: afrihili
|
14
|
+
:agq: Aghem
|
14
15
|
:ain: ainu
|
15
16
|
:ak: akan
|
16
17
|
:akk: acadiano
|
@@ -23,6 +24,7 @@
|
|
23
24
|
:anp: angika
|
24
25
|
:apa: idioma apache
|
25
26
|
:ar: árabe
|
27
|
+
:ar-001: Modern Standard Arabic
|
26
28
|
:arc: aramaico
|
27
29
|
:arn: araucano
|
28
30
|
:arp: arapaho
|
@@ -44,16 +46,21 @@
|
|
44
46
|
:ban: balinês
|
45
47
|
:bas: basa
|
46
48
|
:bat: idioma báltico
|
49
|
+
:bax: Bamun
|
50
|
+
:bbj: Ghomala
|
47
51
|
:be: bielo-russo
|
48
52
|
:bej: beja
|
49
53
|
:bem: bemba
|
50
54
|
:ber: berbere
|
55
|
+
:bez: Bena
|
56
|
+
:bfd: Bafut
|
51
57
|
:bg: búlgaro
|
52
58
|
:bh: biari
|
53
59
|
:bho: bhojpuri
|
54
60
|
:bi: bislamá
|
55
61
|
:bik: bikol
|
56
62
|
:bin: bini
|
63
|
+
:bkm: Kom
|
57
64
|
:bla: siksika
|
58
65
|
:bm: bambara
|
59
66
|
:bn: bengali
|
@@ -63,19 +70,24 @@
|
|
63
70
|
:bra: braj
|
64
71
|
:brx: bodo
|
65
72
|
:bs: bósnio
|
73
|
+
:bss: Akoose
|
66
74
|
:btk: bataque
|
67
75
|
:bua: buriat
|
68
76
|
:bug: buguinês
|
77
|
+
:bum: Bulu
|
69
78
|
:byn: blin
|
79
|
+
:byv: Medumba
|
70
80
|
:ca: catalão
|
71
81
|
:cad: caddo
|
72
82
|
:cai: idioma indígena centro-americano
|
73
83
|
:car: caribe
|
74
84
|
:cau: idioma caucásico
|
85
|
+
:cay: Cayuga
|
75
86
|
:cch: atsam
|
76
87
|
:ce: checheno
|
77
88
|
:ceb: cebuano
|
78
89
|
:cel: idioma celta
|
90
|
+
:cgg: Chiga
|
79
91
|
:ch: chamorro
|
80
92
|
:chb: chibcha
|
81
93
|
:chg: chagatai
|
@@ -105,6 +117,7 @@
|
|
105
117
|
:da: dinamarquês
|
106
118
|
:dak: dacota
|
107
119
|
:dar: dargwa
|
120
|
+
:dav: Taita
|
108
121
|
:day: dayak
|
109
122
|
:de: alemão
|
110
123
|
:de-AT: alemão austríaco
|
@@ -113,14 +126,17 @@
|
|
113
126
|
:den: slave
|
114
127
|
:dgr: dogrib
|
115
128
|
:din: dinka
|
129
|
+
:dje: Zarma
|
116
130
|
:doi: dogri
|
117
131
|
:dra: idioma dravidiano
|
118
132
|
:dsb: sérvio baixo
|
119
133
|
:dua: duala
|
120
134
|
:dum: holandês médio
|
121
135
|
:dv: divehi
|
136
|
+
:dyo: Jola-Fonyi
|
122
137
|
:dyu: diúla
|
123
138
|
:dz: dzonga
|
139
|
+
:dzg: Dazaga
|
124
140
|
:ebu: embu
|
125
141
|
:ee: eve
|
126
142
|
:efi: efique
|
@@ -179,6 +195,7 @@
|
|
179
195
|
:grc: grego arcaico
|
180
196
|
:gsw: alemão suíço
|
181
197
|
:gu: guzerate
|
198
|
+
:guz: Gusii
|
182
199
|
:gv: manx
|
183
200
|
:gwi: gwichʼin
|
184
201
|
:ha: hauçá
|
@@ -200,6 +217,7 @@
|
|
200
217
|
:hz: herero
|
201
218
|
:ia: interlíngua
|
202
219
|
:iba: iban
|
220
|
+
:ibb: Ibibio
|
203
221
|
:id: indonésio
|
204
222
|
:ie: interlingue
|
205
223
|
:ig: ibo
|
@@ -218,6 +236,8 @@
|
|
218
236
|
:iu: inuktitut
|
219
237
|
:ja: japonês
|
220
238
|
:jbo: lojban
|
239
|
+
:jgo: Ngomba
|
240
|
+
:jmc: Machame
|
221
241
|
:jpr: judaico-persa
|
222
242
|
:jrb: judaico-arábico
|
223
243
|
:jv: javanês
|
@@ -230,17 +250,22 @@
|
|
230
250
|
:kar: karen
|
231
251
|
:kaw: kawi
|
232
252
|
:kbd: kabardiano
|
253
|
+
:kbl: Kanembu
|
233
254
|
:kcg: tyap
|
255
|
+
:kde: Makonde
|
234
256
|
:kea: kabuverdianu
|
235
257
|
:kfo: koro
|
236
258
|
:kg: congolês
|
237
259
|
:kha: khasi
|
238
260
|
:khi: idioma coisã
|
239
261
|
:kho: khotanês
|
262
|
+
:khq: Koyra Chiini
|
240
263
|
:ki: quicuio
|
241
264
|
:kj: kuanyama
|
242
265
|
:kk: cazaque
|
266
|
+
:kkj: Kako
|
243
267
|
:kl: groenlandês
|
268
|
+
:kln: Kalenjin
|
244
269
|
:km: cmer
|
245
270
|
:kmb: quimbundo
|
246
271
|
:kn: canarês
|
@@ -254,6 +279,9 @@
|
|
254
279
|
:kro: kru
|
255
280
|
:kru: kurukh
|
256
281
|
:ks: caxemira
|
282
|
+
:ksb: Shambala
|
283
|
+
:ksf: Bafia
|
284
|
+
:ksh: Colognian
|
257
285
|
:ku: curdo
|
258
286
|
:kum: kumyk
|
259
287
|
:kut: kutenai
|
@@ -262,12 +290,14 @@
|
|
262
290
|
:ky: quirguiz
|
263
291
|
:la: latim
|
264
292
|
:lad: ladino
|
293
|
+
:lag: Langi
|
265
294
|
:lah: lahnda
|
266
295
|
:lam: lamba
|
267
296
|
:lb: luxemburguês
|
268
297
|
:lez: lezghian
|
269
298
|
:lg: luganda
|
270
299
|
:li: limburguês
|
300
|
+
:lkt: Lakota
|
271
301
|
:ln: lingala
|
272
302
|
:lo: laosiano
|
273
303
|
:lol: mongo
|
@@ -279,20 +309,26 @@
|
|
279
309
|
:lun: lunda
|
280
310
|
:luo: luo
|
281
311
|
:lus: lushai
|
312
|
+
:luy: Luyia
|
282
313
|
:lv: letão
|
283
314
|
:mad: madurês
|
315
|
+
:maf: Mafa
|
284
316
|
:mag: magahi
|
285
317
|
:mai: maithili
|
286
318
|
:mak: makasar
|
287
319
|
:man: mandinga
|
288
320
|
:map: austronésio
|
289
321
|
:mas: massai
|
322
|
+
:mde: Maba
|
290
323
|
:mdf: mocsa
|
291
324
|
:mdr: mandar
|
292
325
|
:men: mende
|
326
|
+
:mer: Meru
|
293
327
|
:mfe: Morisyen
|
294
328
|
:mg: malgaxe
|
295
329
|
:mga: irlandês médio
|
330
|
+
:mgh: Makhuwa-Meetto
|
331
|
+
:mgo: Meta'
|
296
332
|
:mh: marshalês
|
297
333
|
:mi: maori
|
298
334
|
:mic: miquemaque
|
@@ -311,18 +347,21 @@
|
|
311
347
|
:mr: marata
|
312
348
|
:ms: malaio
|
313
349
|
:mt: maltês
|
350
|
+
:mua: Mundang
|
314
351
|
:mul: idiomas múltiplos
|
315
352
|
:mun: idiomas munda
|
316
353
|
:mus: creek
|
317
354
|
:mwl: mirandês
|
318
355
|
:mwr: marwari
|
319
356
|
:my: birmanês
|
357
|
+
:mye: Myene
|
320
358
|
:myn: maia
|
321
359
|
:myv: erzya
|
322
360
|
:na: nauruano
|
323
361
|
:nah: náuatle
|
324
362
|
:nai: idioma indígena norte-americano
|
325
363
|
:nap: napolitano
|
364
|
+
:naq: Nama
|
326
365
|
:nb: bokmål norueguês
|
327
366
|
:nd: ndebele do norte
|
328
367
|
:nds: baixo-alemão
|
@@ -334,7 +373,9 @@
|
|
334
373
|
:niu: niueano
|
335
374
|
:nl: holandês
|
336
375
|
:nl-BE: flamengo
|
376
|
+
:nmg: Kwasio
|
337
377
|
:nn: nynorsk norueguês
|
378
|
+
:nnh: Ngiemboon
|
338
379
|
:no: norueguês
|
339
380
|
:nog: nogai
|
340
381
|
:non: nórdico arcaico
|
@@ -342,6 +383,7 @@
|
|
342
383
|
:nr: ndebele do sul
|
343
384
|
:nso: soto setentrional
|
344
385
|
:nub: idioma núbio
|
386
|
+
:nus: Nuer
|
345
387
|
:nv: navajo
|
346
388
|
:nwc: newari clássico
|
347
389
|
:ny: nianja
|
@@ -386,6 +428,7 @@
|
|
386
428
|
:roa: idioma românico
|
387
429
|
:rof: rombo
|
388
430
|
:rom: romani
|
431
|
+
:root: Root
|
389
432
|
:ru: russo
|
390
433
|
:rup: aromeno
|
391
434
|
:rw: kinyarwanda
|
@@ -396,20 +439,28 @@
|
|
396
439
|
:sai: idioma indígena sul-americano
|
397
440
|
:sal: idioma salisano
|
398
441
|
:sam: aramaico samaritano
|
442
|
+
:saq: Samburu
|
399
443
|
:sas: sasak
|
400
444
|
:sat: santali
|
445
|
+
:sba: Ngambay
|
446
|
+
:sbp: Sangu
|
401
447
|
:sc: sardo
|
402
448
|
:scn: siciliano
|
403
449
|
:sco: escocês
|
404
450
|
:sd: sindi
|
405
451
|
:se: sami do norte
|
452
|
+
:see: Seneca
|
453
|
+
:seh: Sena
|
406
454
|
:sel: selkup
|
407
455
|
:sem: idioma semítico
|
456
|
+
:ses: Koyraboro Senni
|
408
457
|
:sg: sango
|
409
458
|
:sga: irlandês arcaico
|
410
459
|
:sgn: linguagem de sinais
|
411
460
|
:sh: servo-croata
|
461
|
+
:shi: Tachelhit
|
412
462
|
:shn: shan
|
463
|
+
:shu: Chadian Arabic
|
413
464
|
:si: cingalês
|
414
465
|
:sid: sidamo
|
415
466
|
:sio: idioma sioux
|
@@ -434,6 +485,7 @@
|
|
434
485
|
:srr: serere
|
435
486
|
:ss: swati
|
436
487
|
:ssa: idioma nilo-saariano
|
488
|
+
:ssy: Saho
|
437
489
|
:st: soto do sul
|
438
490
|
:su: sundanês
|
439
491
|
:suk: sukuma
|
@@ -442,12 +494,14 @@
|
|
442
494
|
:sv: sueco
|
443
495
|
:sw: suaili
|
444
496
|
:swb: comoriano
|
497
|
+
:swc: Congo Swahili
|
445
498
|
:syc: siríaco clássico
|
446
499
|
:syr: siríaco
|
447
500
|
:ta: tâmil
|
448
501
|
:tai: idioma tailandês
|
449
502
|
:te: telugu
|
450
503
|
:tem: timne
|
504
|
+
:teo: Teso
|
451
505
|
:ter: tereno
|
452
506
|
:tet: tétum
|
453
507
|
:tg: tadjique
|
@@ -466,6 +520,7 @@
|
|
466
520
|
:tog: tonganês de Nyasa
|
467
521
|
:tpi: tok pisin
|
468
522
|
:tr: turco
|
523
|
+
:trv: Taroko
|
469
524
|
:ts: tsonga
|
470
525
|
:tsi: tsimshian
|
471
526
|
:tt: tatar
|
@@ -474,8 +529,10 @@
|
|
474
529
|
:tut: idioma altaico
|
475
530
|
:tvl: tuvaluano
|
476
531
|
:tw: twi
|
532
|
+
:twq: Tasawaq
|
477
533
|
:ty: taitiano
|
478
534
|
:tyv: tuvinian
|
535
|
+
:tzm: Central Atlas Tamazight
|
479
536
|
:udm: udmurt
|
480
537
|
:ug: uyghur
|
481
538
|
:uga: ugarítico
|
@@ -489,6 +546,7 @@
|
|
489
546
|
:vi: vietnamita
|
490
547
|
:vo: volapuque
|
491
548
|
:vot: votic
|
549
|
+
:vun: Vunjo
|
492
550
|
:wa: valão
|
493
551
|
:wae: walser
|
494
552
|
:wak: idioma wakashan
|
@@ -499,8 +557,11 @@
|
|
499
557
|
:wo: uólofe
|
500
558
|
:xal: kalmyk
|
501
559
|
:xh: xosa
|
560
|
+
:xog: Soga
|
502
561
|
:yao: yao
|
503
562
|
:yap: yapese
|
563
|
+
:yav: Yangben
|
564
|
+
:ybb: Yemba
|
504
565
|
:yi: iídiche
|
505
566
|
:yo: ioruba
|
506
567
|
:ypk: idioma iúpique
|
@@ -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
|
:Hm: HH:mm
|
13
17
|
:Hms: HH:mm:ss
|
@@ -111,7 +115,8 @@
|
|
111
115
|
0: înainte de Hristos
|
112
116
|
1: după Hristos
|
113
117
|
:narrow:
|
114
|
-
0:
|
118
|
+
0: B
|
119
|
+
1: A
|
115
120
|
:fields:
|
116
121
|
:day: zi
|
117
122
|
:dayperiod: perioada zilei
|
@@ -236,10 +241,17 @@
|
|
236
241
|
:periods:
|
237
242
|
:format:
|
238
243
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
239
|
-
:narrow:
|
244
|
+
:narrow:
|
245
|
+
:am: a
|
246
|
+
:noon: n
|
247
|
+
:pm: p
|
240
248
|
:wide:
|
241
249
|
:am: AM
|
250
|
+
:noon: noon
|
242
251
|
:pm: PM
|
252
|
+
:variant:
|
253
|
+
:am: a.m.
|
254
|
+
:pm: p.m.
|
243
255
|
:stand-alone: {}
|
244
256
|
:quarters:
|
245
257
|
:format:
|