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
@@ -0,0 +1,263 @@
|
|
1
|
+
---
|
2
|
+
:en-GB:
|
3
|
+
:territories:
|
4
|
+
:ac: Ascension Island
|
5
|
+
:ad: Andorra
|
6
|
+
:ae: United Arab Emirates
|
7
|
+
:af: Afghanistan
|
8
|
+
:ag: Antigua and Barbuda
|
9
|
+
:ai: Anguilla
|
10
|
+
:al: Albania
|
11
|
+
:am: Armenia
|
12
|
+
:an: Netherlands Antilles
|
13
|
+
:ao: Angola
|
14
|
+
:aq: Antarctica
|
15
|
+
:ar: Argentina
|
16
|
+
:as: American Samoa
|
17
|
+
:at: Austria
|
18
|
+
:au: Australia
|
19
|
+
:aw: Aruba
|
20
|
+
:ax: Åland Islands
|
21
|
+
:az: Azerbaijan
|
22
|
+
:ba: Bosnia and Herzegovina
|
23
|
+
:bb: Barbados
|
24
|
+
:bd: Bangladesh
|
25
|
+
:be: Belgium
|
26
|
+
:bf: Burkina Faso
|
27
|
+
:bg: Bulgaria
|
28
|
+
:bh: Bahrain
|
29
|
+
:bi: Burundi
|
30
|
+
:bj: Benin
|
31
|
+
:bl: Saint Barthélemy
|
32
|
+
:bm: Bermuda
|
33
|
+
:bn: Brunei
|
34
|
+
:bo: Bolivia
|
35
|
+
:bq: Caribbean Netherlands
|
36
|
+
:br: Brazil
|
37
|
+
:bs: Bahamas
|
38
|
+
:bt: Bhutan
|
39
|
+
:bv: Bouvet Island
|
40
|
+
:bw: Botswana
|
41
|
+
:by: Belarus
|
42
|
+
:bz: Belize
|
43
|
+
:ca: Canada
|
44
|
+
:cc: Cocos [Keeling] Islands
|
45
|
+
:cd: Congo [DRC]
|
46
|
+
:cf: Central African Republic
|
47
|
+
:cg: Congo [Republic]
|
48
|
+
:ch: Switzerland
|
49
|
+
:ci: Ivory Coast
|
50
|
+
:ck: Cook Islands
|
51
|
+
:cl: Chile
|
52
|
+
:cm: Cameroon
|
53
|
+
:cn: China
|
54
|
+
:co: Colombia
|
55
|
+
:cp: Clipperton Island
|
56
|
+
:cr: Costa Rica
|
57
|
+
:cu: Cuba
|
58
|
+
:cv: Cape Verde
|
59
|
+
:cw: Curaçao
|
60
|
+
:cx: Christmas Island
|
61
|
+
:cy: Cyprus
|
62
|
+
:cz: Czech Republic
|
63
|
+
:de: Germany
|
64
|
+
:dg: Diego Garcia
|
65
|
+
:dj: Djibouti
|
66
|
+
:dk: Denmark
|
67
|
+
:dm: Dominica
|
68
|
+
:do: Dominican Republic
|
69
|
+
:dz: Algeria
|
70
|
+
:ea: Ceuta and Melilla
|
71
|
+
:ec: Ecuador
|
72
|
+
:ee: Estonia
|
73
|
+
:eg: Egypt
|
74
|
+
:eh: Western Sahara
|
75
|
+
:er: Eritrea
|
76
|
+
:es: Spain
|
77
|
+
:et: Ethiopia
|
78
|
+
:eu: European Union
|
79
|
+
:fi: Finland
|
80
|
+
:fj: Fiji
|
81
|
+
:fk: Falkland Islands [Islas Malvinas]
|
82
|
+
:fm: Micronesia
|
83
|
+
:fo: Faroe Islands
|
84
|
+
:fr: France
|
85
|
+
:ga: Gabon
|
86
|
+
:gb: U.K.
|
87
|
+
:gd: Grenada
|
88
|
+
:ge: Georgia
|
89
|
+
:gf: French Guiana
|
90
|
+
:gg: Guernsey
|
91
|
+
:gh: Ghana
|
92
|
+
:gi: Gibraltar
|
93
|
+
:gl: Greenland
|
94
|
+
:gm: Gambia
|
95
|
+
:gn: Guinea
|
96
|
+
:gp: Guadeloupe
|
97
|
+
:gq: Equatorial Guinea
|
98
|
+
:gr: Greece
|
99
|
+
:gs: South Georgia and the South Sandwich Islands
|
100
|
+
:gt: Guatemala
|
101
|
+
:gu: Guam
|
102
|
+
:gw: Guinea-Bissau
|
103
|
+
:gy: Guyana
|
104
|
+
:hk: Hong Kong
|
105
|
+
:hm: Heard Island and McDonald Islands
|
106
|
+
:hn: Honduras
|
107
|
+
:hr: Croatia
|
108
|
+
:ht: Haiti
|
109
|
+
:hu: Hungary
|
110
|
+
:ic: Canary Islands
|
111
|
+
:id: Indonesia
|
112
|
+
:ie: Ireland
|
113
|
+
:il: Israel
|
114
|
+
:im: Isle of Man
|
115
|
+
:in: India
|
116
|
+
:io: British Indian Ocean Territory
|
117
|
+
:iq: Iraq
|
118
|
+
:ir: Iran
|
119
|
+
:is: Iceland
|
120
|
+
:it: Italy
|
121
|
+
:je: Jersey
|
122
|
+
:jm: Jamaica
|
123
|
+
:jo: Jordan
|
124
|
+
:jp: Japan
|
125
|
+
:ke: Kenya
|
126
|
+
:kg: Kyrgyzstan
|
127
|
+
:kh: Cambodia
|
128
|
+
:ki: Kiribati
|
129
|
+
:km: Comoros
|
130
|
+
:kn: Saint Kitts and Nevis
|
131
|
+
:kp: North Korea
|
132
|
+
:kr: South Korea
|
133
|
+
:kw: Kuwait
|
134
|
+
:ky: Cayman Islands
|
135
|
+
:kz: Kazakhstan
|
136
|
+
:la: Laos
|
137
|
+
:lb: Lebanon
|
138
|
+
:lc: Saint Lucia
|
139
|
+
:li: Liechtenstein
|
140
|
+
:lk: Sri Lanka
|
141
|
+
:lr: Liberia
|
142
|
+
:ls: Lesotho
|
143
|
+
:lt: Lithuania
|
144
|
+
:lu: Luxembourg
|
145
|
+
:lv: Latvia
|
146
|
+
:ly: Libya
|
147
|
+
:ma: Morocco
|
148
|
+
:mc: Monaco
|
149
|
+
:md: Moldova
|
150
|
+
:me: Montenegro
|
151
|
+
:mf: Saint Martin
|
152
|
+
:mg: Madagascar
|
153
|
+
:mh: Marshall Islands
|
154
|
+
:mk: Macedonia [FYROM]
|
155
|
+
:ml: Mali
|
156
|
+
:mm: Myanmar [Burma]
|
157
|
+
:mn: Mongolia
|
158
|
+
:mo: Macau
|
159
|
+
:mp: Northern Mariana Islands
|
160
|
+
:mq: Martinique
|
161
|
+
:mr: Mauritania
|
162
|
+
:ms: Montserrat
|
163
|
+
:mt: Malta
|
164
|
+
:mu: Mauritius
|
165
|
+
:mv: Maldives
|
166
|
+
:mw: Malawi
|
167
|
+
:mx: Mexico
|
168
|
+
:my: Malaysia
|
169
|
+
:mz: Mozambique
|
170
|
+
:na: Namibia
|
171
|
+
:nc: New Caledonia
|
172
|
+
:ne: Niger
|
173
|
+
:nf: Norfolk Island
|
174
|
+
:ng: Nigeria
|
175
|
+
:ni: Nicaragua
|
176
|
+
:nl: Netherlands
|
177
|
+
:no: Norway
|
178
|
+
:np: Nepal
|
179
|
+
:nr: Nauru
|
180
|
+
:nu: Niue
|
181
|
+
:nz: New Zealand
|
182
|
+
:om: Oman
|
183
|
+
:pa: Panama
|
184
|
+
:pe: Peru
|
185
|
+
:pf: French Polynesia
|
186
|
+
:pg: Papua New Guinea
|
187
|
+
:ph: Philippines
|
188
|
+
:pk: Pakistan
|
189
|
+
:pl: Poland
|
190
|
+
:pm: Saint Pierre and Miquelon
|
191
|
+
:pn: Pitcairn Islands
|
192
|
+
:pr: Puerto Rico
|
193
|
+
:ps: Palestine
|
194
|
+
:pt: Portugal
|
195
|
+
:pw: Palau
|
196
|
+
:py: Paraguay
|
197
|
+
:qa: Qatar
|
198
|
+
:qo: Outlying Oceania
|
199
|
+
:re: Réunion
|
200
|
+
:ro: Romania
|
201
|
+
:rs: Serbia
|
202
|
+
:ru: Russia
|
203
|
+
:rw: Rwanda
|
204
|
+
:sa: Saudi Arabia
|
205
|
+
:sb: Solomon Islands
|
206
|
+
:sc: Seychelles
|
207
|
+
:sd: Sudan
|
208
|
+
:se: Sweden
|
209
|
+
:sg: Singapore
|
210
|
+
:sh: Saint Helena
|
211
|
+
:si: Slovenia
|
212
|
+
:sj: Svalbard and Jan Mayen
|
213
|
+
:sk: Slovakia
|
214
|
+
:sl: Sierra Leone
|
215
|
+
:sm: San Marino
|
216
|
+
:sn: Senegal
|
217
|
+
:so: Somalia
|
218
|
+
:sr: Suriname
|
219
|
+
:ss: South Sudan
|
220
|
+
:st: São Tomé and Príncipe
|
221
|
+
:sv: El Salvador
|
222
|
+
:sx: Sint Maarten
|
223
|
+
:sy: Syria
|
224
|
+
:sz: Swaziland
|
225
|
+
:ta: Tristan da Cunha
|
226
|
+
:tc: Turks and Caicos Islands
|
227
|
+
:td: Chad
|
228
|
+
:tf: French Southern Territories
|
229
|
+
:tg: Togo
|
230
|
+
:th: Thailand
|
231
|
+
:tj: Tajikistan
|
232
|
+
:tk: Tokelau
|
233
|
+
:tl: East Timor
|
234
|
+
:tm: Turkmenistan
|
235
|
+
:tn: Tunisia
|
236
|
+
:to: Tonga
|
237
|
+
:tr: Turkey
|
238
|
+
:tt: Trinidad and Tobago
|
239
|
+
:tv: Tuvalu
|
240
|
+
:tw: Taiwan
|
241
|
+
:tz: Tanzania
|
242
|
+
:ua: Ukraine
|
243
|
+
:ug: Uganda
|
244
|
+
:um: U.S. Minor Outlying Islands
|
245
|
+
:us: U.S.
|
246
|
+
:uy: Uruguay
|
247
|
+
:uz: Uzbekistan
|
248
|
+
:va: Vatican City
|
249
|
+
:vc: Saint Vincent and the Grenadines
|
250
|
+
:ve: Venezuela
|
251
|
+
:vg: British Virgin Islands
|
252
|
+
:vi: U.S. Virgin Islands
|
253
|
+
:vn: Vietnam
|
254
|
+
:vu: Vanuatu
|
255
|
+
:wf: Wallis and Futuna
|
256
|
+
:ws: Samoa
|
257
|
+
:xk: Kosovo
|
258
|
+
:ye: Yemen
|
259
|
+
:yt: Mayotte
|
260
|
+
:za: South Africa
|
261
|
+
:zm: Zambia
|
262
|
+
:zw: Zimbabwe
|
263
|
+
:zz: Unknown Region
|
@@ -0,0 +1,108 @@
|
|
1
|
+
---
|
2
|
+
:en-GB:
|
3
|
+
:units:
|
4
|
+
:day:
|
5
|
+
:default:
|
6
|
+
:one: ! '{0} day'
|
7
|
+
:other: ! '{0} days'
|
8
|
+
:short:
|
9
|
+
:one: ! '{0} day'
|
10
|
+
:other: ! '{0} days'
|
11
|
+
:day-future:
|
12
|
+
:default:
|
13
|
+
:one: In {0} day
|
14
|
+
:other: In {0} days
|
15
|
+
:day-past:
|
16
|
+
:default:
|
17
|
+
:one: ! '{0} day ago'
|
18
|
+
:other: ! '{0} days ago'
|
19
|
+
:hour:
|
20
|
+
:default:
|
21
|
+
:one: ! '{0} hour'
|
22
|
+
:other: ! '{0} hours'
|
23
|
+
:short:
|
24
|
+
:one: ! '{0} hr'
|
25
|
+
:other: ! '{0} hrs'
|
26
|
+
:hour-future:
|
27
|
+
:default:
|
28
|
+
:one: In {0} hour
|
29
|
+
:other: In {0} hours
|
30
|
+
:hour-past:
|
31
|
+
:default:
|
32
|
+
:one: ! '{0} hour ago'
|
33
|
+
:other: ! '{0} hours ago'
|
34
|
+
:minute:
|
35
|
+
:default:
|
36
|
+
:one: ! '{0} minute'
|
37
|
+
:other: ! '{0} minutes'
|
38
|
+
:short:
|
39
|
+
:one: ! '{0} min'
|
40
|
+
:other: ! '{0} mins'
|
41
|
+
:minute-future:
|
42
|
+
:default:
|
43
|
+
:one: In {0} minute
|
44
|
+
:other: In {0} minutes
|
45
|
+
:minute-past:
|
46
|
+
:default:
|
47
|
+
:one: ! '{0} minute ago'
|
48
|
+
:other: ! '{0} minutes ago'
|
49
|
+
:month:
|
50
|
+
:default:
|
51
|
+
:one: ! '{0} month'
|
52
|
+
:other: ! '{0} months'
|
53
|
+
:short:
|
54
|
+
:one: ! '{0} mth'
|
55
|
+
:other: ! '{0} mths'
|
56
|
+
:month-future:
|
57
|
+
:default:
|
58
|
+
:one: In {0} month
|
59
|
+
:other: In {0} months
|
60
|
+
:month-past:
|
61
|
+
:default:
|
62
|
+
:one: ! '{0} month ago'
|
63
|
+
:other: ! '{0} months ago'
|
64
|
+
:second:
|
65
|
+
:default:
|
66
|
+
:one: ! '{0} second'
|
67
|
+
:other: ! '{0} seconds'
|
68
|
+
:short:
|
69
|
+
:one: ! '{0} sec'
|
70
|
+
:other: ! '{0} secs'
|
71
|
+
:second-future:
|
72
|
+
:default:
|
73
|
+
:one: In {0} second
|
74
|
+
:other: In {0} seconds
|
75
|
+
:second-past:
|
76
|
+
:default:
|
77
|
+
:one: ! '{0} second ago'
|
78
|
+
:other: ! '{0} seconds ago'
|
79
|
+
:week:
|
80
|
+
:default:
|
81
|
+
:one: ! '{0} week'
|
82
|
+
:other: ! '{0} weeks'
|
83
|
+
:short:
|
84
|
+
:one: ! '{0} wk'
|
85
|
+
:other: ! '{0} wks'
|
86
|
+
:week-future:
|
87
|
+
:default:
|
88
|
+
:one: In {0} week
|
89
|
+
:other: In {0} weeks
|
90
|
+
:week-past:
|
91
|
+
:default:
|
92
|
+
:one: ! '{0} week ago'
|
93
|
+
:other: ! '{0} weeks ago'
|
94
|
+
:year:
|
95
|
+
:default:
|
96
|
+
:one: ! '{0} year'
|
97
|
+
:other: ! '{0} years'
|
98
|
+
:short:
|
99
|
+
:one: ! '{0} yr'
|
100
|
+
:other: ! '{0} yrs'
|
101
|
+
:year-future:
|
102
|
+
:default:
|
103
|
+
:one: In {0} year
|
104
|
+
:other: In {0} years
|
105
|
+
:year-past:
|
106
|
+
:default:
|
107
|
+
:one: ! '{0} year ago'
|
108
|
+
:other: ! '{0} years ago'
|
@@ -3,7 +3,11 @@
|
|
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
|
9
|
+
:Ehm: E h:mm a
|
10
|
+
:Ehms: E h:mm:ss a
|
7
11
|
:Gy: y G
|
8
12
|
:GyMMM: MMM y G
|
9
13
|
:GyMMMEd: E, d 'de' MMMM 'de' y G
|
@@ -91,7 +95,8 @@
|
|
91
95
|
0: antes de Cristo
|
92
96
|
1: anno Dómini
|
93
97
|
:narrow:
|
94
|
-
0:
|
98
|
+
0: B
|
99
|
+
1: A
|
95
100
|
:fields:
|
96
101
|
:day: día
|
97
102
|
:dayperiod: periodo del día
|
@@ -192,10 +197,17 @@
|
|
192
197
|
:periods:
|
193
198
|
:format:
|
194
199
|
:abbreviated: :calendars.gregorian.dayPeriods.format.wide
|
195
|
-
:narrow:
|
200
|
+
:narrow:
|
201
|
+
:am: a
|
202
|
+
:noon: n
|
203
|
+
:pm: p
|
196
204
|
:wide:
|
197
205
|
:am: a.m.
|
206
|
+
:noon: noon
|
198
207
|
:pm: p.m.
|
208
|
+
:variant:
|
209
|
+
:am: a.m.
|
210
|
+
:pm: p.m.
|
199
211
|
:stand-alone: {}
|
200
212
|
:quarters:
|
201
213
|
:format:
|