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
@@ -1,180 +1,580 @@
|
|
1
1
|
---
|
2
2
|
:ms:
|
3
3
|
:languages:
|
4
|
+
:aa: Afar
|
4
5
|
:ab: Abkhazia
|
6
|
+
:ace: Achinese
|
5
7
|
:ach: Akoli
|
8
|
+
:ada: Adangme
|
9
|
+
:ady: Adyghe
|
10
|
+
:ae: Avestan
|
6
11
|
:af: Afrikaans
|
12
|
+
:afa: Afro-Asiatic Language
|
13
|
+
:afh: Afrihili
|
14
|
+
:agq: Aghem
|
15
|
+
:ain: Ainu
|
7
16
|
:ak: Akan
|
17
|
+
:akk: Akkadian
|
18
|
+
:ale: Aleut
|
19
|
+
:alg: Algonquian Language
|
20
|
+
:alt: Southern Altai
|
8
21
|
:am: Amharic
|
22
|
+
:an: Aragonese
|
23
|
+
:ang: Old English
|
24
|
+
:anp: Angika
|
25
|
+
:apa: Apache Language
|
9
26
|
:ar: Arab
|
27
|
+
:ar-001: Modern Standard Arabic
|
28
|
+
:arc: Aramaic
|
29
|
+
:arn: Mapuche
|
30
|
+
:arp: Arapaho
|
31
|
+
:art: Artificial Language
|
32
|
+
:arw: Arawak
|
10
33
|
:as: Assam
|
34
|
+
:asa: Asu
|
35
|
+
:ast: Asturian
|
36
|
+
:ath: Athapascan Language
|
37
|
+
:aus: Australian Language
|
38
|
+
:av: Avaric
|
39
|
+
:awa: Awadhi
|
11
40
|
:ay: Aymara
|
12
41
|
:az: Azeri
|
42
|
+
:ba: Bashkir
|
43
|
+
:bad: Banda
|
44
|
+
:bai: Bamileke Language
|
45
|
+
:bal: Baluchi
|
46
|
+
:ban: Balinese
|
47
|
+
:bas: Basaa
|
48
|
+
:bat: Baltic Language
|
49
|
+
:bax: Bamun
|
50
|
+
:bbj: Ghomala
|
13
51
|
:be: Belarus
|
52
|
+
:bej: Beja
|
14
53
|
:bem: Bemba
|
54
|
+
:ber: Berber
|
55
|
+
:bez: Bena
|
56
|
+
:bfd: Bafut
|
15
57
|
:bg: Bulgaria
|
16
58
|
:bh: Bihari
|
59
|
+
:bho: Bhojpuri
|
60
|
+
:bi: Bislama
|
61
|
+
:bik: Bikol
|
62
|
+
:bin: Bini
|
63
|
+
:bkm: Kom
|
64
|
+
:bla: Siksika
|
65
|
+
:bm: Bambara
|
17
66
|
:bn: Benggala
|
67
|
+
:bnt: Bantu
|
18
68
|
:bo: Tibet
|
19
69
|
:br: Breton
|
70
|
+
:bra: Braj
|
71
|
+
:brx: Bodo
|
20
72
|
:bs: Bosnia
|
73
|
+
:bss: Akoose
|
74
|
+
:btk: Batak
|
75
|
+
:bua: Buriat
|
76
|
+
:bug: Buginese
|
77
|
+
:bum: Bulu
|
78
|
+
:byn: Blin
|
79
|
+
:byv: Medumba
|
21
80
|
:ca: Catalonia
|
81
|
+
:cad: Caddo
|
82
|
+
:cai: Central American Indian Language
|
83
|
+
:car: Carib
|
84
|
+
:cau: Caucasian Language
|
85
|
+
:cay: Cayuga
|
86
|
+
:cch: Atsam
|
87
|
+
:ce: Chechen
|
88
|
+
:ceb: Cebuano
|
89
|
+
:cel: Celtic Language
|
90
|
+
:cgg: Chiga
|
91
|
+
:ch: Chamorro
|
92
|
+
:chb: Chibcha
|
93
|
+
:chg: Chagatai
|
94
|
+
:chk: Chuukese
|
95
|
+
:chm: Mari
|
96
|
+
:chn: Chinook Jargon
|
97
|
+
:cho: Choctaw
|
98
|
+
:chp: Chipewyan
|
22
99
|
:chr: Cherokee
|
100
|
+
:chy: Cheyenne
|
23
101
|
:ckb: Kurdi Sorani
|
102
|
+
:cmc: Chamic Language
|
24
103
|
:co: Corsica
|
104
|
+
:cop: Coptic
|
105
|
+
:cpe: English-based Creole or Pidgin
|
106
|
+
:cpf: French-based Creole or Pidgin
|
107
|
+
:cpp: Portuguese-based Creole or Pidgin
|
108
|
+
:cr: Cree
|
109
|
+
:crh: Crimean Turkish
|
110
|
+
:crp: Creole or Pidgin
|
25
111
|
:cs: Czech
|
112
|
+
:csb: Kashubian
|
113
|
+
:cu: Church Slavic
|
114
|
+
:cus: Cushitic Language
|
115
|
+
:cv: Chuvash
|
26
116
|
:cy: Wales
|
27
117
|
:da: Denmark
|
118
|
+
:dak: Dakota
|
119
|
+
:dar: Dargwa
|
120
|
+
:dav: Taita
|
121
|
+
:day: Dayak
|
28
122
|
:de: Jerman
|
29
123
|
:de-AT: Jerman Austria
|
30
124
|
:de-CH: Jerman Halus Switzerland
|
125
|
+
:del: Delaware
|
126
|
+
:den: Slave
|
127
|
+
:dgr: Dogrib
|
128
|
+
:din: Dinka
|
129
|
+
:dje: Zarma
|
130
|
+
:doi: Dogri
|
131
|
+
:dra: Dravidian Language
|
132
|
+
:dsb: Lower Sorbian
|
133
|
+
:dua: Duala
|
134
|
+
:dum: Middle Dutch
|
31
135
|
:dv: Divehi
|
136
|
+
:dyo: Jola-Fonyi
|
137
|
+
:dyu: Dyula
|
32
138
|
:dz: Dzongkha
|
139
|
+
:dzg: Dazaga
|
140
|
+
:ebu: Embu
|
33
141
|
:ee: Ewe
|
34
142
|
:efi: Efik
|
143
|
+
:egy: Ancient Egyptian
|
144
|
+
:eka: Ekajuk
|
35
145
|
:el: Greek
|
146
|
+
:elx: Elamite
|
36
147
|
:en: Inggeris
|
37
148
|
:en-AU: Inggeris Australia
|
38
149
|
:en-CA: Inggeris Kanada
|
39
150
|
:en-GB: Inggeris British
|
40
151
|
:en-US: Bahasa Inggeris AS
|
152
|
+
:enm: Middle English
|
41
153
|
:eo: Esperanto
|
42
154
|
:es: Sepanyol
|
43
155
|
:es-419: Sepanyol Amerika Latin
|
44
156
|
:es-ES: Sepanyol Eropah
|
45
157
|
:et: Estonia
|
46
158
|
:eu: Basque
|
159
|
+
:ewo: Ewondo
|
47
160
|
:fa: Parsi
|
161
|
+
:fan: Fang
|
162
|
+
:fat: Fanti
|
163
|
+
:ff: Fulah
|
48
164
|
:fi: Finland
|
49
165
|
:fil: Filipina
|
166
|
+
:fiu: Finno-Ugrian Language
|
50
167
|
:fj: Fiji
|
51
168
|
:fo: Faroe
|
169
|
+
:fon: Fon
|
52
170
|
:fr: Perancis
|
53
171
|
:fr-CA: Perancis Kanada
|
54
172
|
:fr-CH: Perancis Switzerland
|
173
|
+
:frm: Middle French
|
174
|
+
:fro: Old French
|
175
|
+
:frr: Northern Frisian
|
176
|
+
:frs: Eastern Frisian
|
177
|
+
:fur: Friulian
|
55
178
|
:fy: Frisian
|
56
179
|
:ga: Ireland
|
57
180
|
:gaa: Ga
|
181
|
+
:gay: Gayo
|
182
|
+
:gba: Gbaya
|
58
183
|
:gd: Scots Gaelic
|
184
|
+
:gem: Germanic Language
|
185
|
+
:gez: Geez
|
186
|
+
:gil: Gilbertese
|
59
187
|
:gl: Galicia
|
188
|
+
:gmh: Middle High German
|
60
189
|
:gn: Guarani
|
190
|
+
:goh: Old High German
|
191
|
+
:gon: Gondi
|
192
|
+
:gor: Gorontalo
|
193
|
+
:got: Gothic
|
194
|
+
:grb: Grebo
|
195
|
+
:grc: Ancient Greek
|
61
196
|
:gsw: Jerman Switzerland
|
62
197
|
:gu: Gujerat
|
198
|
+
:guz: Gusii
|
199
|
+
:gv: Manx
|
200
|
+
:gwi: Gwichʼin
|
63
201
|
:ha: Hausa
|
202
|
+
:hai: Haida
|
64
203
|
:haw: Hawaii
|
65
204
|
:he: Ibrani
|
66
205
|
:hi: Hindi
|
206
|
+
:hil: Hiligaynon
|
207
|
+
:him: Himachali
|
208
|
+
:hit: Hittite
|
209
|
+
:hmn: Hmong
|
210
|
+
:ho: Hiri Motu
|
67
211
|
:hr: Croat
|
212
|
+
:hsb: Upper Sorbian
|
68
213
|
:ht: Haiti
|
69
214
|
:hu: Hungary
|
215
|
+
:hup: Hupa
|
70
216
|
:hy: Armenia
|
217
|
+
:hz: Herero
|
71
218
|
:ia: Interlingua
|
219
|
+
:iba: Iban
|
220
|
+
:ibb: Ibibio
|
72
221
|
:id: Indonesia
|
222
|
+
:ie: Interlingue
|
73
223
|
:ig: Igbo
|
224
|
+
:ii: Sichuan Yi
|
225
|
+
:ijo: Ijo
|
226
|
+
:ik: Inupiaq
|
227
|
+
:ilo: Iloko
|
228
|
+
:inc: Indic Language
|
229
|
+
:ine: Indo-European Language
|
230
|
+
:inh: Ingush
|
231
|
+
:io: Ido
|
232
|
+
:ira: Iranian Language
|
233
|
+
:iro: Iroquoian Language
|
74
234
|
:is: Iceland
|
75
235
|
:it: Itali
|
236
|
+
:iu: Inuktitut
|
76
237
|
:ja: Jepun
|
238
|
+
:jbo: Lojban
|
239
|
+
:jgo: Ngomba
|
240
|
+
:jmc: Machame
|
241
|
+
:jpr: Judeo-Persian
|
242
|
+
:jrb: Judeo-Arabic
|
77
243
|
:jv: Jawa
|
78
244
|
:ka: Georgia
|
245
|
+
:kaa: Kara-Kalpak
|
246
|
+
:kab: Kabyle
|
247
|
+
:kac: Kachin
|
248
|
+
:kaj: Jju
|
249
|
+
:kam: Kamba
|
250
|
+
:kar: Karen
|
251
|
+
:kaw: Kawi
|
252
|
+
:kbd: Kabardian
|
253
|
+
:kbl: Kanembu
|
254
|
+
:kcg: Tyap
|
255
|
+
:kde: Makonde
|
256
|
+
:kea: Kabuverdianu
|
257
|
+
:kfo: Koro
|
79
258
|
:kg: Kongo
|
259
|
+
:kha: Khasi
|
260
|
+
:khi: Khoisan Language
|
261
|
+
:kho: Khotanese
|
262
|
+
:khq: Koyra Chiini
|
263
|
+
:ki: Kikuyu
|
264
|
+
:kj: Kuanyama
|
80
265
|
:kk: Kazakhstan
|
266
|
+
:kkj: Kako
|
267
|
+
:kl: Kalaallisut
|
268
|
+
:kln: Kalenjin
|
81
269
|
:km: Khmer
|
270
|
+
:kmb: Kimbundu
|
82
271
|
:kn: Kannada
|
83
272
|
:ko: Korea
|
273
|
+
:kok: Konkani
|
274
|
+
:kos: Kosraean
|
275
|
+
:kpe: Kpelle
|
276
|
+
:kr: Kanuri
|
277
|
+
:krc: Karachay-Balkar
|
278
|
+
:krl: Karelian
|
279
|
+
:kro: Kru
|
280
|
+
:kru: Kurukh
|
84
281
|
:ks: Kashmir
|
282
|
+
:ksb: Shambala
|
283
|
+
:ksf: Bafia
|
284
|
+
:ksh: Colognian
|
85
285
|
:ku: Kurdish
|
286
|
+
:kum: Kumyk
|
287
|
+
:kut: Kutenai
|
288
|
+
:kv: Komi
|
289
|
+
:kw: Cornish
|
86
290
|
:ky: Kirghiz
|
87
291
|
:la: Latin
|
292
|
+
:lad: Ladino
|
293
|
+
:lag: Langi
|
294
|
+
:lah: Lahnda
|
295
|
+
:lam: Lamba
|
88
296
|
:lb: Luxembourg
|
297
|
+
:lez: Lezghian
|
89
298
|
:lg: Ganda
|
299
|
+
:li: Limburgish
|
300
|
+
:lkt: Lakota
|
90
301
|
:ln: Lingala
|
91
302
|
:lo: Laos
|
303
|
+
:lol: Mongo
|
92
304
|
:loz: Lozi
|
93
305
|
:lt: Lithuania
|
306
|
+
:lu: Luba-Katanga
|
94
307
|
:lua: Luba-Lulua
|
308
|
+
:lui: Luiseno
|
309
|
+
:lun: Lunda
|
310
|
+
:luo: Luo
|
311
|
+
:lus: Mizo
|
312
|
+
:luy: Luyia
|
95
313
|
:lv: Latvia
|
314
|
+
:mad: Madurese
|
315
|
+
:maf: Mafa
|
316
|
+
:mag: Magahi
|
317
|
+
:mai: Maithili
|
318
|
+
:mak: Makasar
|
319
|
+
:man: Mandingo
|
320
|
+
:map: Austronesian Language
|
321
|
+
:mas: Masai
|
322
|
+
:mde: Maba
|
323
|
+
:mdf: Moksha
|
324
|
+
:mdr: Mandar
|
325
|
+
:men: Mende
|
326
|
+
:mer: Meru
|
96
327
|
:mfe: Morisyen
|
97
328
|
:mg: Malagasy
|
329
|
+
:mga: Middle Irish
|
330
|
+
:mgh: Makhuwa-Meetto
|
331
|
+
:mgo: Meta'
|
332
|
+
:mh: Marshallese
|
98
333
|
:mi: Maori
|
334
|
+
:mic: Micmac
|
335
|
+
:min: Minangkabau
|
336
|
+
:mis: Miscellaneous Language
|
99
337
|
:mk: Macedonia
|
338
|
+
:mkh: Mon-Khmer Language
|
100
339
|
:ml: Malayalam
|
101
340
|
:mn: Mongolia
|
341
|
+
:mnc: Manchu
|
342
|
+
:mni: Manipuri
|
343
|
+
:mno: Manobo Language
|
344
|
+
:mo: Moldavian
|
345
|
+
:moh: Mohawk
|
346
|
+
:mos: Mossi
|
102
347
|
:mr: Marathi
|
103
348
|
:ms: Bahasa Melayu
|
104
349
|
:mt: Malta
|
350
|
+
:mua: Mundang
|
351
|
+
:mul: Multiple Languages
|
352
|
+
:mun: Munda Language
|
353
|
+
:mus: Creek
|
354
|
+
:mwl: Mirandese
|
355
|
+
:mwr: Marwari
|
105
356
|
:my: Burma
|
357
|
+
:mye: Myene
|
358
|
+
:myn: Mayan Language
|
359
|
+
:myv: Erzya
|
360
|
+
:na: Nauru
|
361
|
+
:nah: Nahuatl
|
362
|
+
:nai: North American Indian Language
|
363
|
+
:nap: Neapolitan
|
364
|
+
:naq: Nama
|
106
365
|
:nb: Bokmål Norway
|
107
366
|
:nd: Ndebele Utara
|
367
|
+
:nds: Low German
|
108
368
|
:ne: Nepal
|
369
|
+
:new: Newari
|
370
|
+
:ng: Ndonga
|
371
|
+
:nia: Nias
|
372
|
+
:nic: Niger-Kordofanian Language
|
373
|
+
:niu: Niuean
|
109
374
|
:nl: Belanda
|
110
375
|
:nl-BE: Flemish
|
376
|
+
:nmg: Kwasio
|
111
377
|
:nn: Nynorsk Norway
|
378
|
+
:nnh: Ngiemboon
|
379
|
+
:no: Norwegian
|
380
|
+
:nog: Nogai
|
381
|
+
:non: Old Norse
|
382
|
+
:nqo: N’Ko
|
383
|
+
:nr: South Ndebele
|
112
384
|
:nso: Sotho Utara
|
385
|
+
:nub: Nubian Language
|
386
|
+
:nus: Nuer
|
387
|
+
:nv: Navajo
|
388
|
+
:nwc: Classical Newari
|
113
389
|
:ny: Nyanja
|
390
|
+
:nym: Nyamwezi
|
114
391
|
:nyn: Nyankole
|
392
|
+
:nyo: Nyoro
|
393
|
+
:nzi: Nzima
|
115
394
|
:oc: Occitania
|
395
|
+
:oj: Ojibwa
|
116
396
|
:om: Oromo
|
117
397
|
:or: Oriya
|
118
398
|
:os: Ossete
|
399
|
+
:osa: Osage
|
400
|
+
:ota: Ottoman Turkish
|
401
|
+
:oto: Otomian Language
|
119
402
|
:pa: Punjabi
|
403
|
+
:paa: Papuan Language
|
404
|
+
:pag: Pangasinan
|
405
|
+
:pal: Pahlavi
|
406
|
+
:pam: Pampanga
|
407
|
+
:pap: Papiamento
|
408
|
+
:pau: Palauan
|
409
|
+
:peo: Old Persian
|
410
|
+
:phi: Philippine Language
|
411
|
+
:phn: Phoenician
|
412
|
+
:pi: Pali
|
120
413
|
:pl: Poland
|
414
|
+
:pon: Pohnpeian
|
415
|
+
:pra: Prakrit Language
|
416
|
+
:pro: Old Provençal
|
121
417
|
:ps: Pushto
|
122
418
|
:pt: Portugis
|
123
419
|
:pt-BR: Portugis Brazil
|
124
420
|
:pt-PT: Portugis Eropah
|
125
421
|
:qu: Quechua
|
422
|
+
:raj: Rajasthani
|
423
|
+
:rap: Rapanui
|
424
|
+
:rar: Rarotongan
|
126
425
|
:rm: Romansh
|
127
426
|
:rn: Rundi
|
128
427
|
:ro: Romania
|
428
|
+
:roa: Romance Language
|
429
|
+
:rof: Rombo
|
430
|
+
:rom: Romany
|
431
|
+
:root: Root
|
129
432
|
:ru: Rusia
|
433
|
+
:rup: Aromanian
|
130
434
|
:rw: Kinyarwanda
|
435
|
+
:rwk: Rwa
|
131
436
|
:sa: Sanskrit
|
437
|
+
:sad: Sandawe
|
438
|
+
:sah: Sakha
|
439
|
+
:sai: South American Indian Language
|
440
|
+
:sal: Salishan Language
|
441
|
+
:sam: Samaritan Aramaic
|
442
|
+
:saq: Samburu
|
443
|
+
:sas: Sasak
|
444
|
+
:sat: Santali
|
445
|
+
:sba: Ngambay
|
446
|
+
:sbp: Sangu
|
447
|
+
:sc: Sardinian
|
448
|
+
:scn: Sicilian
|
449
|
+
:sco: Scots
|
132
450
|
:sd: Sindhi
|
133
451
|
:se: Sami Utara
|
452
|
+
:see: Seneca
|
453
|
+
:seh: Sena
|
454
|
+
:sel: Selkup
|
455
|
+
:sem: Semitic Language
|
456
|
+
:ses: Koyraboro Senni
|
134
457
|
:sg: Sango
|
458
|
+
:sga: Old Irish
|
459
|
+
:sgn: Sign Language
|
135
460
|
:sh: SerboCroatia
|
461
|
+
:shi: Tachelhit
|
462
|
+
:shn: Shan
|
463
|
+
:shu: Chadian Arabic
|
136
464
|
:si: Sinhala
|
465
|
+
:sid: Sidamo
|
466
|
+
:sio: Siouan Language
|
467
|
+
:sit: Sino-Tibetan Language
|
137
468
|
:sk: Slovak
|
138
469
|
:sl: Slovenia
|
470
|
+
:sla: Slavic Language
|
139
471
|
:sm: Samoa
|
472
|
+
:sma: Southern Sami
|
473
|
+
:smi: Sami Language
|
474
|
+
:smj: Lule Sami
|
475
|
+
:smn: Inari Sami
|
476
|
+
:sms: Skolt Sami
|
140
477
|
:sn: Shona
|
478
|
+
:snk: Soninke
|
141
479
|
:so: Somali
|
480
|
+
:sog: Sogdien
|
481
|
+
:son: Songhai
|
142
482
|
:sq: Albania
|
143
483
|
:sr: Serbia
|
484
|
+
:srn: Sranan Tongo
|
485
|
+
:srr: Serer
|
144
486
|
:ss: Swati
|
487
|
+
:ssa: Nilo-Saharan Language
|
488
|
+
:ssy: Saho
|
145
489
|
:st: Sotho Selatan
|
146
490
|
:su: Sunda
|
491
|
+
:suk: Sukuma
|
492
|
+
:sus: Susu
|
493
|
+
:sux: Sumerian
|
147
494
|
:sv: Sweden
|
148
495
|
:sw: Swahili
|
496
|
+
:swb: Comorian
|
497
|
+
:swc: Congo Swahili
|
498
|
+
:syc: Classical Syriac
|
499
|
+
:syr: Syriac
|
149
500
|
:ta: Tamil
|
501
|
+
:tai: Tai Language
|
150
502
|
:te: Telugu
|
503
|
+
:tem: Timne
|
504
|
+
:teo: Teso
|
505
|
+
:ter: Tereno
|
151
506
|
:tet: Tetum
|
152
507
|
:tg: Tajik
|
153
508
|
:th: Thai
|
154
509
|
:ti: Tigrinya
|
510
|
+
:tig: Tigre
|
511
|
+
:tiv: Tiv
|
155
512
|
:tk: Turkmen
|
513
|
+
:tkl: Tokelau
|
514
|
+
:tl: Tagalog
|
156
515
|
:tlh: Klingon
|
516
|
+
:tli: Tlingit
|
517
|
+
:tmh: Tamashek
|
157
518
|
:tn: Tswana
|
158
519
|
:to: Tonga
|
520
|
+
:tog: Nyasa Tonga
|
159
521
|
:tpi: Tok Pisin
|
160
522
|
:tr: Turki
|
523
|
+
:trv: Taroko
|
161
524
|
:ts: Tsonga
|
525
|
+
:tsi: Tsimshian
|
162
526
|
:tt: Tatar
|
163
527
|
:tum: Tumbuka
|
528
|
+
:tup: Tupi Language
|
529
|
+
:tut: Altaic Language
|
530
|
+
:tvl: Tuvalu
|
531
|
+
:tw: Twi
|
532
|
+
:twq: Tasawaq
|
164
533
|
:ty: Tahiti
|
534
|
+
:tyv: Tuvinian
|
535
|
+
:tzm: Central Atlas Tamazight
|
536
|
+
:udm: Udmurt
|
165
537
|
:ug: Uyghur
|
538
|
+
:uga: Ugaritic
|
166
539
|
:uk: Ukraine
|
540
|
+
:umb: Umbundu
|
167
541
|
:und: Bahasa Tidak Diketahui
|
168
542
|
:ur: Urdu
|
169
543
|
:uz: Uzbekistan
|
544
|
+
:vai: Vai
|
170
545
|
:ve: Venda
|
171
546
|
:vi: Vietnam
|
547
|
+
:vo: Volapük
|
548
|
+
:vot: Votic
|
549
|
+
:vun: Vunjo
|
550
|
+
:wa: Walloon
|
551
|
+
:wae: Walser
|
552
|
+
:wak: Wakashan Language
|
553
|
+
:wal: Wolaytta
|
554
|
+
:war: Waray
|
555
|
+
:was: Washo
|
556
|
+
:wen: Sorbian Language
|
172
557
|
:wo: Wolof
|
558
|
+
:xal: Kalmyk
|
173
559
|
:xh: Xhosa
|
560
|
+
:xog: Soga
|
561
|
+
:yao: Yao
|
562
|
+
:yap: Yapese
|
563
|
+
:yav: Yangben
|
564
|
+
:ybb: Yemba
|
174
565
|
:yi: Yiddish
|
175
566
|
:yo: Yoruba
|
567
|
+
:ypk: Yupik Language
|
568
|
+
:yue: Cantonese
|
569
|
+
:za: Zhuang
|
570
|
+
:zap: Zapotec
|
571
|
+
:zbl: Blissymbols
|
572
|
+
:zen: Zenaga
|
176
573
|
:zh: Cina
|
177
574
|
:zh-Hans: Cina Ringkas
|
178
575
|
:zh-Hant: Cina Tradisional
|
576
|
+
:znd: Zande
|
179
577
|
:zu: Zulu
|
578
|
+
:zun: Zuni
|
180
579
|
:zxx: Tidak kandungan linguistik
|
580
|
+
:zza: Zaza
|
@@ -3,78 +3,106 @@
|
|
3
3
|
:units:
|
4
4
|
:day:
|
5
5
|
:default:
|
6
|
+
:one: ! '{0} day'
|
6
7
|
:other: ! '{0} hari'
|
7
8
|
:short:
|
9
|
+
:one: ! '{0} day'
|
8
10
|
:other: ! '{0} hari'
|
9
11
|
:day-future:
|
10
12
|
:default:
|
13
|
+
:one: In {0} day
|
11
14
|
:other: Dalam {0} hari
|
12
15
|
:day-past:
|
13
16
|
:default:
|
17
|
+
:one: ! '{0} day ago'
|
14
18
|
:other: ! '{0} hari lalu'
|
15
19
|
:hour:
|
16
20
|
:default:
|
21
|
+
:one: ! '{0} hour'
|
17
22
|
:other: ! '{0} jam'
|
18
23
|
:short:
|
24
|
+
:one: ! '{0} hr'
|
19
25
|
:other: ! '{0} jam'
|
20
26
|
:hour-future:
|
21
27
|
:default:
|
28
|
+
:one: In {0} hour
|
22
29
|
:other: Dalam {0} jam
|
23
30
|
:hour-past:
|
24
31
|
:default:
|
32
|
+
:one: ! '{0} hour ago'
|
25
33
|
:other: ! '{0} jam lalu'
|
26
34
|
:minute:
|
27
35
|
:default:
|
36
|
+
:one: ! '{0} minute'
|
28
37
|
:other: ! '{0} minit'
|
29
38
|
:short:
|
39
|
+
:one: ! '{0} min'
|
30
40
|
:other: ! '{0} min'
|
31
41
|
:minute-future:
|
32
42
|
:default:
|
43
|
+
:one: In {0} minute
|
33
44
|
:other: Dalam {0} minit
|
34
45
|
:minute-past:
|
35
46
|
:default:
|
47
|
+
:one: ! '{0} minute ago'
|
36
48
|
:other: ! '{0} minit lalu'
|
37
49
|
:month:
|
38
50
|
:default:
|
51
|
+
:one: ! '{0} month'
|
39
52
|
:other: ! '{0} bulan'
|
40
53
|
:short:
|
54
|
+
:one: ! '{0} mth'
|
41
55
|
:other: ! '{0} bulan'
|
42
56
|
:month-future:
|
43
57
|
:default:
|
58
|
+
:one: In {0} month
|
44
59
|
:other: Dalam {0} bulan
|
45
60
|
:month-past:
|
46
61
|
:default:
|
62
|
+
:one: ! '{0} month ago'
|
47
63
|
:other: ! '{0} bulan lalu'
|
48
64
|
:second:
|
49
65
|
:default:
|
66
|
+
:one: ! '{0} second'
|
50
67
|
:other: ! '{0} saat'
|
51
68
|
:short:
|
69
|
+
:one: ! '{0} sec'
|
52
70
|
:other: ! '{0} saat'
|
53
71
|
:second-future:
|
54
72
|
:default:
|
73
|
+
:one: In {0} second
|
55
74
|
:other: Dalam {0} saat
|
56
75
|
:second-past:
|
57
76
|
:default:
|
77
|
+
:one: ! '{0} second ago'
|
58
78
|
:other: ! '{0} saat lalu'
|
59
79
|
:week:
|
60
80
|
:default:
|
81
|
+
:one: ! '{0} week'
|
61
82
|
:other: ! '{0} minggu'
|
62
83
|
:short:
|
84
|
+
:one: ! '{0} wk'
|
63
85
|
:other: ! '{0} minggu'
|
64
86
|
:week-future:
|
65
87
|
:default:
|
88
|
+
:one: In {0} week
|
66
89
|
:other: Dalam {0} minggu
|
67
90
|
:week-past:
|
68
91
|
:default:
|
92
|
+
:one: ! '{0} week ago'
|
69
93
|
:other: ! '{0} minggu lalu'
|
70
94
|
:year:
|
71
95
|
:default:
|
96
|
+
:one: ! '{0} year'
|
72
97
|
:other: ! '{0} tahun'
|
73
98
|
:short:
|
99
|
+
:one: ! '{0} yr'
|
74
100
|
:other: ! '{0} thn'
|
75
101
|
:year-future:
|
76
102
|
:default:
|
103
|
+
:one: In {0} year
|
77
104
|
:other: Dalam {0} tahun
|
78
105
|
:year-past:
|
79
106
|
:default:
|
107
|
+
:one: ! '{0} year ago'
|
80
108
|
:other: ! '{0} tahun lalu'
|