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
@@ -13,6 +13,9 @@
|
|
13
13
|
:AFN:
|
14
14
|
:one: афганистански афган
|
15
15
|
:other: афганистански афгана
|
16
|
+
:ALK:
|
17
|
+
:one: Albanian lek (1946-1965)
|
18
|
+
:other: Albanian lekë (1946-1965)
|
16
19
|
:ALL:
|
17
20
|
:one: албански лек
|
18
21
|
:other: албански лека
|
@@ -37,6 +40,12 @@
|
|
37
40
|
:ARA:
|
38
41
|
:one: аржентински австрал
|
39
42
|
:other: аржентински австрала
|
43
|
+
:ARL:
|
44
|
+
:one: Argentine peso ley (1970-1983)
|
45
|
+
:other: Argentine pesos ley (1970-1983)
|
46
|
+
:ARM:
|
47
|
+
:one: Argentine peso (1881-1970)
|
48
|
+
:other: Argentine pesos (1881-1970)
|
40
49
|
:ARP:
|
41
50
|
:one: аржентинско песо (1983-1985)
|
42
51
|
:other: аржентински песо (1983-1985)
|
@@ -65,6 +74,9 @@
|
|
65
74
|
:BAM:
|
66
75
|
:one: босненска конвертируема марка
|
67
76
|
:other: босненски конвертируеми марки
|
77
|
+
:BAN:
|
78
|
+
:one: Bosnia-Herzegovina new dinar (1994-1997)
|
79
|
+
:other: Bosnia-Herzegovina new dinars (1994-1997)
|
68
80
|
:BBD:
|
69
81
|
:one: барбейдоски долар
|
70
82
|
:other: барбейдоски долара
|
@@ -83,10 +95,16 @@
|
|
83
95
|
:BGL:
|
84
96
|
:one: български конвертируем лев
|
85
97
|
:other: български конвертируеми лева
|
98
|
+
:BGM:
|
99
|
+
:one: Bulgarian socialist lev
|
100
|
+
:other: Bulgarian socialist leva
|
86
101
|
:BGN:
|
87
102
|
:one: български лев
|
88
103
|
:other: български лева
|
89
104
|
:symbol: лв.
|
105
|
+
:BGO:
|
106
|
+
:one: Bulgarian lev (1879-1952)
|
107
|
+
:other: Bulgarian leva (1879-1952)
|
90
108
|
:BHD:
|
91
109
|
:one: бахрейнски динар
|
92
110
|
:other: бахрейнски динара
|
@@ -102,6 +120,9 @@
|
|
102
120
|
:BOB:
|
103
121
|
:one: боливийско боливиано
|
104
122
|
:other: боливийски боливиано
|
123
|
+
:BOL:
|
124
|
+
:one: Bolivian boliviano (1863-1963)
|
125
|
+
:other: Bolivian bolivianos (1863-1963)
|
105
126
|
:BOP:
|
106
127
|
:one: боливийско песо
|
107
128
|
:other: боливийски песо
|
@@ -113,16 +134,23 @@
|
|
113
134
|
:other: бразилско ново крузейро (1967-1986)
|
114
135
|
:BRC:
|
115
136
|
:one: Бразилско крозадо
|
137
|
+
:other: Brazilian cruzados (1986-1989)
|
116
138
|
:BRE:
|
117
139
|
:one: Бразилско крузейро (1990-1993)
|
140
|
+
:other: Brazilian cruzeiros (1990-1993)
|
118
141
|
:BRL:
|
119
142
|
:one: бразилски реал
|
120
143
|
:other: бразилски реала
|
121
144
|
:symbol: R$
|
122
145
|
:BRN:
|
123
146
|
:one: Бразилско ново крозадо
|
147
|
+
:other: Brazilian new cruzados (1989-1990)
|
124
148
|
:BRR:
|
125
149
|
:one: Бразилско крузейро
|
150
|
+
:other: Brazilian cruzeiros (1993-1994)
|
151
|
+
:BRZ:
|
152
|
+
:one: Brazilian cruzeiro (1942-1967)
|
153
|
+
:other: Brazilian cruzeiros (1942-1967)
|
126
154
|
:BSD:
|
127
155
|
:one: бахамски долар
|
128
156
|
:other: бахамски долара
|
@@ -131,6 +159,7 @@
|
|
131
159
|
:other: бутански нгултрума
|
132
160
|
:BUK:
|
133
161
|
:one: Бирмански киат
|
162
|
+
:other: Burmese kyats
|
134
163
|
:BWP:
|
135
164
|
:one: ботсуанска пула
|
136
165
|
:other: ботсуански пули
|
@@ -152,16 +181,25 @@
|
|
152
181
|
:other: конгоански франка
|
153
182
|
:CHE:
|
154
183
|
:one: WIR евро
|
184
|
+
:other: WIR euros
|
155
185
|
:CHF:
|
156
186
|
:one: швейцарски франк
|
157
187
|
:other: швейцарски франка
|
158
188
|
:CHW:
|
159
189
|
:one: WIR франк
|
190
|
+
:other: WIR francs
|
191
|
+
:CLE:
|
192
|
+
:one: Chilean escudo
|
193
|
+
:other: Chilean escudos
|
160
194
|
:CLF:
|
161
195
|
:one: Условна разчетна единица на Чили
|
196
|
+
:other: Chilean units of account (UF)
|
162
197
|
:CLP:
|
163
198
|
:one: чилийско песо
|
164
199
|
:other: чилийски песо
|
200
|
+
:CNX:
|
201
|
+
:one: Chinese People’s Bank dollar
|
202
|
+
:other: Chinese People’s Bank dollars
|
165
203
|
:CNY:
|
166
204
|
:one: китайски ренминби юан
|
167
205
|
:other: китайски ренминби юана
|
@@ -171,11 +209,13 @@
|
|
171
209
|
:other: колумбийски песо
|
172
210
|
:COU:
|
173
211
|
:one: Колумбийска единица на реалната стойност
|
212
|
+
:other: Colombian real value units
|
174
213
|
:CRC:
|
175
214
|
:one: костарикански колон
|
176
215
|
:other: костарикански колона
|
177
216
|
:CSD:
|
178
217
|
:one: Стар сръбски динар
|
218
|
+
:other: Serbian dinars (2002-2006)
|
179
219
|
:CSK:
|
180
220
|
:one: чехословашка конвертируема крона
|
181
221
|
:other: чехословашки конвертируеми крони
|
@@ -196,6 +236,7 @@
|
|
196
236
|
:other: чешки крони
|
197
237
|
:DDM:
|
198
238
|
:one: Източногерманска марка
|
239
|
+
:other: East German marks
|
199
240
|
:DEM:
|
200
241
|
:one: германска марка
|
201
242
|
:other: германски марки
|
@@ -216,6 +257,7 @@
|
|
216
257
|
:other: еквадорско сукре
|
217
258
|
:ECV:
|
218
259
|
:one: Еквадорска банкова единица
|
260
|
+
:other: Ecuadorian units of constant value
|
219
261
|
:EEK:
|
220
262
|
:one: естонска крона
|
221
263
|
:other: естонски крони
|
@@ -225,6 +267,12 @@
|
|
225
267
|
:ERN:
|
226
268
|
:one: еритрейска накфа
|
227
269
|
:other: еритрейски накфи
|
270
|
+
:ESA:
|
271
|
+
:one: Spanish peseta (A account)
|
272
|
+
:other: Spanish pesetas (A account)
|
273
|
+
:ESB:
|
274
|
+
:one: Spanish peseta (convertible account)
|
275
|
+
:other: Spanish pesetas (convertible account)
|
228
276
|
:ESP:
|
229
277
|
:one: испанска песета
|
230
278
|
:other: испански песети
|
@@ -253,6 +301,7 @@
|
|
253
301
|
:symbol: £
|
254
302
|
:GEK:
|
255
303
|
:one: Грузински купон
|
304
|
+
:other: Georgian kupon larits
|
256
305
|
:GEL:
|
257
306
|
:one: грузински лари
|
258
307
|
:other: грузински лари
|
@@ -273,8 +322,10 @@
|
|
273
322
|
:other: гвинейски франка
|
274
323
|
:GNS:
|
275
324
|
:one: Гвинейска сили
|
325
|
+
:other: Guinean sylis
|
276
326
|
:GQE:
|
277
327
|
:one: Екваториално гвинейско еквеле
|
328
|
+
:other: Equatorial Guinean ekwele
|
278
329
|
:GRD:
|
279
330
|
:one: гръцка драхма
|
280
331
|
:other: гръцки драхми
|
@@ -283,8 +334,10 @@
|
|
283
334
|
:other: гватемалски кветзала
|
284
335
|
:GWE:
|
285
336
|
:one: Ескудо от Португалска Гвинея
|
337
|
+
:other: Portuguese Guinea escudos
|
286
338
|
:GWP:
|
287
339
|
:one: Гвинея-Бисау песо
|
340
|
+
:other: Guinea-Bissau pesos
|
288
341
|
:GYD:
|
289
342
|
:one: гаянски долар
|
290
343
|
:other: гаянски долара
|
@@ -316,6 +369,9 @@
|
|
316
369
|
:ILP:
|
317
370
|
:one: израелска лира
|
318
371
|
:other: израелски лири
|
372
|
+
:ILR:
|
373
|
+
:one: Israeli sheqel (1980-1985)
|
374
|
+
:other: Israeli sheqels (1980-1985)
|
319
375
|
:ILS:
|
320
376
|
:one: израелски нов шекел
|
321
377
|
:other: израелски нови шекела
|
@@ -330,6 +386,9 @@
|
|
330
386
|
:IRR:
|
331
387
|
:one: ирански риал
|
332
388
|
:other: ирански риала
|
389
|
+
:ISJ:
|
390
|
+
:one: Icelandic króna (1918-1981)
|
391
|
+
:other: Icelandic krónur (1918-1981)
|
333
392
|
:ISK:
|
334
393
|
:one: исландска крона
|
335
394
|
:other: исландски крони
|
@@ -345,7 +404,7 @@
|
|
345
404
|
:JPY:
|
346
405
|
:one: японска йена
|
347
406
|
:other: японски йени
|
348
|
-
:symbol:
|
407
|
+
:symbol: ¥
|
349
408
|
:KES:
|
350
409
|
:one: кенийски шилинг
|
351
410
|
:other: кенийски шилинга
|
@@ -361,6 +420,12 @@
|
|
361
420
|
:KPW:
|
362
421
|
:one: севернокорейски вон
|
363
422
|
:other: севернокорейски вона
|
423
|
+
:KRH:
|
424
|
+
:one: South Korean hwan (1953-1962)
|
425
|
+
:other: South Korean hwan (1953-1962)
|
426
|
+
:KRO:
|
427
|
+
:one: South Korean won (1945-1953)
|
428
|
+
:other: South Korean won (1945-1953)
|
364
429
|
:KRW:
|
365
430
|
:one: КНДР вон
|
366
431
|
:other: КНДР вона
|
@@ -394,9 +459,16 @@
|
|
394
459
|
:other: литовски литаза
|
395
460
|
:LTT:
|
396
461
|
:one: Литовски талон
|
462
|
+
:other: Lithuanian talonases
|
463
|
+
:LUC:
|
464
|
+
:one: Luxembourgian convertible franc
|
465
|
+
:other: Luxembourgian convertible francs
|
397
466
|
:LUF:
|
398
467
|
:one: люксембургски франк
|
399
468
|
:other: люксембургски франка
|
469
|
+
:LUL:
|
470
|
+
:one: Luxembourg financial franc
|
471
|
+
:other: Luxembourg financial francs
|
400
472
|
:LVL:
|
401
473
|
:one: латвийски лат
|
402
474
|
:other: латвийски лата
|
@@ -412,19 +484,30 @@
|
|
412
484
|
:MAF:
|
413
485
|
:one: марокански франк
|
414
486
|
:other: марокански франка
|
487
|
+
:MCF:
|
488
|
+
:one: Monegasque franc
|
489
|
+
:other: Monegasque francs
|
490
|
+
:MDC:
|
491
|
+
:one: Moldovan cupon
|
492
|
+
:other: Moldovan cupon
|
415
493
|
:MDL:
|
416
494
|
:one: молдовско леу
|
417
495
|
:other: молдовски леу
|
418
496
|
:MGA:
|
419
497
|
:one: Малагасийски ариари
|
498
|
+
:other: Malagasy Ariaries
|
420
499
|
:MGF:
|
421
500
|
:one: малгашки франк - Мадагаскар
|
422
501
|
:other: малгашки франка - Мадагаскар
|
423
502
|
:MKD:
|
424
503
|
:one: македонски денар
|
425
504
|
:other: македонски денара
|
505
|
+
:MKN:
|
506
|
+
:one: Macedonian denar (1992-1993)
|
507
|
+
:other: Macedonian denari (1992-1993)
|
426
508
|
:MLF:
|
427
509
|
:one: Малийски франк
|
510
|
+
:other: Malian francs
|
428
511
|
:MMK:
|
429
512
|
:one: миянмарски кият
|
430
513
|
:other: миянмарски кията
|
@@ -433,15 +516,22 @@
|
|
433
516
|
:other: монголски тугрика
|
434
517
|
:MOP:
|
435
518
|
:one: Макао - патака
|
519
|
+
:other: Macanese patacas
|
436
520
|
:MRO:
|
437
521
|
:one: мавританска огия
|
438
522
|
:other: мавритански огии
|
439
523
|
:MTL:
|
440
524
|
:one: малтийска лира
|
441
525
|
:other: малтийски лири
|
526
|
+
:MTP:
|
527
|
+
:one: Maltese pound
|
528
|
+
:other: Maltese pounds
|
442
529
|
:MUR:
|
443
530
|
:one: маврицийска рупия
|
444
531
|
:other: маврицийски рупии
|
532
|
+
:MVP:
|
533
|
+
:one: Maldivian rupee
|
534
|
+
:other: Maldivian rupees
|
445
535
|
:MVR:
|
446
536
|
:one: малдивска руфия
|
447
537
|
:other: малдивски руфии
|
@@ -457,6 +547,7 @@
|
|
457
547
|
:other: мексикански сребърни песо (1861-1992)
|
458
548
|
:MXV:
|
459
549
|
:one: Мексиканска конвертируема единица (UDI)
|
550
|
+
:other: Mexican investment units
|
460
551
|
:MYR:
|
461
552
|
:one: малайзийски рингит
|
462
553
|
:other: малайзийски рингити
|
@@ -502,6 +593,7 @@
|
|
502
593
|
:other: панамски балбоа
|
503
594
|
:PEI:
|
504
595
|
:one: Перуанско инти
|
596
|
+
:other: Peruvian intis
|
505
597
|
:PEN:
|
506
598
|
:one: перуански нов сол
|
507
599
|
:other: перуански нов сол
|
@@ -510,6 +602,7 @@
|
|
510
602
|
:other: перуански сол (1863-1965)
|
511
603
|
:PGK:
|
512
604
|
:one: Папуа-новогвинейска кина
|
605
|
+
:other: Papua New Guinean kina
|
513
606
|
:PHP:
|
514
607
|
:one: филипинско песо
|
515
608
|
:other: филипински песо
|
@@ -533,6 +626,7 @@
|
|
533
626
|
:other: катарски риала
|
534
627
|
:RHD:
|
535
628
|
:one: Родезийски долар
|
629
|
+
:other: Rhodesian dollars
|
536
630
|
:ROL:
|
537
631
|
:one: стара румънска лея
|
538
632
|
:other: стари румънски леи
|
@@ -567,6 +661,9 @@
|
|
567
661
|
:SDG:
|
568
662
|
:one: суданска лира
|
569
663
|
:other: судански лири
|
664
|
+
:SDP:
|
665
|
+
:one: Sudanese pound (1957-1998)
|
666
|
+
:other: Sudanese pounds (1957-1998)
|
570
667
|
:SEK:
|
571
668
|
:one: шведска крона
|
572
669
|
:other: шведски крони
|
@@ -590,6 +687,7 @@
|
|
590
687
|
:other: сомалийски шилинга
|
591
688
|
:SRD:
|
592
689
|
:one: Суринамски долар
|
690
|
+
:other: Surinamese dollars
|
593
691
|
:SRG:
|
594
692
|
:one: суринамски гилдер
|
595
693
|
:other: суринамски гилдера
|
@@ -667,9 +765,16 @@
|
|
667
765
|
:USD:
|
668
766
|
:one: САЩ долара
|
669
767
|
:other: САЩ долара
|
670
|
-
:symbol:
|
768
|
+
:symbol: $
|
769
|
+
:USN:
|
770
|
+
:one: US dollar (next day)
|
771
|
+
:other: US dollars (next day)
|
772
|
+
:USS:
|
773
|
+
:one: US dollar (same day)
|
774
|
+
:other: US dollars (same day)
|
671
775
|
:UYI:
|
672
776
|
:one: Уругвайско песо (индекс на инфлацията)
|
777
|
+
:other: Uruguayan pesos (indexed units)
|
673
778
|
:UYP:
|
674
779
|
:one: уругвайско песо (1975-1993)
|
675
780
|
:other: уругвайски песо (1975-1993)
|
@@ -689,53 +794,82 @@
|
|
689
794
|
:one: виетнамски донг
|
690
795
|
:other: виетнамски донга
|
691
796
|
:symbol: ₫
|
797
|
+
:VNN:
|
798
|
+
:one: Vietnamese dong (1978-1985)
|
799
|
+
:other: Vietnamese dong (1978-1985)
|
692
800
|
:VUV:
|
693
801
|
:one: Вануату - вату
|
802
|
+
:other: Vanuatu vatus
|
694
803
|
:WST:
|
695
804
|
:one: Самоа - тала
|
696
805
|
:other: Самоа - тала
|
697
806
|
:XAF:
|
698
807
|
:one: Буркина Фасо - CFA - франк
|
808
|
+
:other: CFA francs BEAC
|
699
809
|
:symbol: FCFA
|
700
810
|
:XAG:
|
701
811
|
:one: Сребро
|
812
|
+
:other: troy ounces of silver
|
702
813
|
:XAU:
|
703
814
|
:one: Злато
|
815
|
+
:other: troy ounces of gold
|
704
816
|
:XBA:
|
705
817
|
:one: Европейска съставна единица
|
818
|
+
:other: European composite units
|
706
819
|
:XBB:
|
707
820
|
:one: Европейска валутна единица
|
821
|
+
:other: European monetary units
|
708
822
|
:XBC:
|
709
823
|
:one: Европейска единица по сметка (XBC)
|
824
|
+
:other: European units of account (XBC)
|
710
825
|
:XBD:
|
711
826
|
:one: Европейска единица по сметка (XBD)
|
827
|
+
:other: European units of account (XBD)
|
712
828
|
:XCD:
|
713
829
|
:one: източнокарибски долар
|
714
830
|
:other: източнокарибски долара
|
715
831
|
:symbol: EC$
|
716
832
|
:XDR:
|
717
833
|
:one: Специални права на тираж
|
834
|
+
:other: special drawing rights
|
718
835
|
:XEU:
|
719
836
|
:one: Еку на ЕИО
|
837
|
+
:other: European currency units
|
720
838
|
:XFO:
|
721
839
|
:one: френски златен франк
|
722
840
|
:other: френски златна франка
|
841
|
+
:XFU:
|
842
|
+
:one: French UIC-franc
|
843
|
+
:other: French UIC-francs
|
723
844
|
:XOF:
|
724
845
|
:one: Бенин - CFA франк
|
725
846
|
:other: Бенин - CFA франк
|
726
847
|
:symbol: CFA
|
727
848
|
:XPD:
|
728
849
|
:one: Паладий
|
850
|
+
:other: troy ounces of palladium
|
729
851
|
:XPF:
|
730
852
|
:one: френскополинезийски франк
|
731
853
|
:other: френскополинезийски франка
|
732
854
|
:symbol: CFPF
|
733
855
|
:XPT:
|
734
856
|
:one: Платина
|
857
|
+
:other: troy ounces of platinum
|
858
|
+
:XRE:
|
859
|
+
:one: RINET Funds unit
|
860
|
+
:other: RINET Funds units
|
861
|
+
:XSU:
|
862
|
+
:one: Sucre
|
863
|
+
:other: Sucres
|
735
864
|
:XTS:
|
736
865
|
:one: Код резервиран за целите на тестване
|
866
|
+
:other: Testing Currency units
|
867
|
+
:XUA:
|
868
|
+
:one: ADB unit of account
|
869
|
+
:other: ADB units of account
|
737
870
|
:XXX:
|
738
871
|
:one: Непозната или невалидна валута
|
872
|
+
:other: (unknown currency)
|
739
873
|
:YDD:
|
740
874
|
:one: йеменски динар
|
741
875
|
:other: йеменски динара
|
@@ -744,12 +878,16 @@
|
|
744
878
|
:other: йеменски риала
|
745
879
|
:YUD:
|
746
880
|
:one: Югославски твърд динар
|
881
|
+
:other: Yugoslavian hard dinars (1966-1990)
|
747
882
|
:YUM:
|
748
883
|
:one: югославски динар
|
749
884
|
:other: югославски динара
|
750
885
|
:YUN:
|
751
886
|
:one: югославски конвертируем динар
|
752
887
|
:other: югославски конвертируеми динара
|
888
|
+
:YUR:
|
889
|
+
:one: Yugoslavian reformed dinar (1992-1993)
|
890
|
+
:other: Yugoslavian reformed dinars (1992-1993)
|
753
891
|
:ZAL:
|
754
892
|
:one: южноафрикански ранд (финансов)
|
755
893
|
:other: южноафрикански ранда (финансови)
|
@@ -774,3 +912,6 @@
|
|
774
912
|
:ZWL:
|
775
913
|
:one: зимбабвийски долар (2009)
|
776
914
|
:other: зимбабвийски долара (2009)
|
915
|
+
:ZWR:
|
916
|
+
:one: Zimbabwean dollar (2008)
|
917
|
+
:other: Zimbabwean dollars (2008)
|