twitter_cldr 1.9.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +7 -0
- data/History.txt +11 -0
- data/README.md +93 -13
- data/Rakefile +27 -6
- data/lib/twitter_cldr/formatters.rb +15 -12
- data/lib/twitter_cldr/formatters/base.rb +1 -1
- data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +18 -3
- data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +24 -26
- data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +47 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +22 -17
- data/lib/twitter_cldr/formatters/numbers/decimal_formatter.rb +0 -9
- data/lib/twitter_cldr/formatters/numbers/helpers/base.rb +1 -1
- data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +25 -10
- data/lib/twitter_cldr/formatters/numbers/percent_formatter.rb +9 -6
- data/lib/twitter_cldr/localized/localized_datetime.rb +6 -2
- data/lib/twitter_cldr/localized/localized_number.rb +9 -3
- data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
- data/lib/twitter_cldr/resources.rb +13 -12
- data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +1 -1
- data/lib/twitter_cldr/resources/download.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +10 -6
- data/lib/twitter_cldr/shared/bidi.rb +27 -27
- data/lib/twitter_cldr/shared/currencies.rb +20 -13
- data/lib/twitter_cldr/tokenizers.rb +10 -9
- data/lib/twitter_cldr/tokenizers/base.rb +33 -21
- data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +86 -0
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +20 -11
- data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +50 -13
- data/lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb +19 -10
- data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +32 -32
- data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +45 -22
- data/lib/twitter_cldr/utils.rb +16 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/af.yml +1 -0
- data/resources/collation/tailoring/ar.yml +3 -2
- data/resources/collation/tailoring/be.yml +7 -0
- data/resources/collation/tailoring/bg.yml +5 -0
- data/resources/collation/tailoring/bn.yml +9 -0
- data/resources/collation/tailoring/ca.yml +3 -2
- data/resources/collation/tailoring/cs.yml +3 -2
- data/resources/collation/tailoring/cy.yml +51 -0
- data/resources/collation/tailoring/da.yml +3 -2
- data/resources/collation/tailoring/de.yml +1 -0
- data/resources/collation/tailoring/el.yml +1 -0
- data/resources/collation/tailoring/en.yml +1 -0
- data/resources/collation/tailoring/es.yml +3 -2
- data/resources/collation/tailoring/eu.yml +1 -0
- data/resources/collation/tailoring/fa.yml +3 -2
- data/resources/collation/tailoring/fi.yml +3 -2
- data/resources/collation/tailoring/fil.yml +3 -2
- data/resources/collation/tailoring/fr.yml +1 -0
- data/resources/collation/tailoring/ga.yml +5 -0
- data/resources/collation/tailoring/gl.yml +5 -0
- data/resources/collation/tailoring/he.yml +1 -0
- data/resources/collation/tailoring/hi.yml +3 -2
- data/resources/collation/tailoring/hu.yml +3 -2
- data/resources/collation/tailoring/id.yml +1 -0
- data/resources/collation/tailoring/it.yml +1 -0
- data/resources/collation/tailoring/ja.yml +107 -54
- data/resources/collation/tailoring/ko.yml +3 -2
- data/resources/collation/tailoring/lv.yml +35 -0
- data/resources/collation/tailoring/ms.yml +1 -0
- data/resources/collation/tailoring/nb.yml +3 -2
- data/resources/collation/tailoring/nl.yml +1 -0
- data/resources/collation/tailoring/pl.yml +3 -2
- data/resources/collation/tailoring/pt.yml +1 -0
- data/resources/collation/tailoring/ro.yml +31 -0
- data/resources/collation/tailoring/ru.yml +1 -0
- data/resources/collation/tailoring/sk.yml +35 -0
- data/resources/collation/tailoring/sq.yml +65 -0
- data/resources/collation/tailoring/sr.yml +5 -0
- data/resources/collation/tailoring/sv.yml +3 -2
- data/resources/collation/tailoring/ta.yml +57 -0
- data/resources/collation/tailoring/th.yml +3 -2
- data/resources/collation/tailoring/tr.yml +3 -2
- data/resources/collation/tailoring/uk.yml +3 -2
- data/resources/collation/tailoring/ur.yml +3 -2
- data/resources/collation/tailoring/zh-Hant.yml +3 -2
- data/resources/collation/tailoring/zh.yml +3 -2
- data/resources/collation/tries/be.dump +0 -0
- data/resources/collation/tries/bg.dump +0 -0
- data/resources/collation/tries/bn.dump +0 -0
- data/resources/collation/tries/cy.dump +0 -0
- data/resources/collation/tries/ga.dump +0 -0
- data/resources/collation/tries/gl.dump +0 -0
- data/resources/collation/tries/lv.dump +0 -0
- data/resources/collation/tries/ro.dump +0 -0
- data/resources/collation/tries/sk.dump +0 -0
- data/resources/collation/tries/sq.dump +0 -0
- data/resources/collation/tries/sr.dump +0 -0
- data/resources/collation/tries/ta.dump +0 -0
- data/resources/custom/locales/ar/units.yml +6 -6
- data/resources/custom/locales/be/units.yml +27 -0
- data/resources/custom/locales/bg/units.yml +19 -0
- data/resources/custom/locales/bn/units.yml +7 -0
- data/resources/custom/locales/cs/units.yml +3 -3
- data/resources/custom/locales/cy/units.yml +35 -0
- data/resources/custom/locales/fil/units.yml +2 -2
- data/resources/custom/locales/ga/units.yml +24 -0
- data/resources/custom/locales/gl/units.yml +19 -0
- data/resources/custom/locales/hu/plurals.yml +3 -0
- data/resources/custom/locales/hu/units.yml +4 -0
- data/resources/custom/locales/lv/units.yml +23 -0
- data/resources/custom/locales/ms/units.yml +1 -1
- data/resources/custom/locales/ro/units.yml +23 -0
- data/resources/custom/locales/sk/units.yml +23 -0
- data/resources/custom/locales/sr/units.yml +27 -0
- data/resources/custom/locales/ta/units.yml +11 -0
- data/resources/custom/locales/th/calendars.yml +14 -0
- data/resources/locales/af/calendars.yml +56 -0
- data/resources/locales/af/currencies.yml +358 -0
- data/resources/locales/af/languages.yml +23 -3
- data/resources/locales/af/numbers.yml +22 -8
- data/resources/locales/af/units.yml +26 -54
- data/resources/locales/ar/calendars.yml +99 -6
- data/resources/locales/ar/currencies.yml +1491 -0
- data/resources/locales/ar/languages.yml +33 -6
- data/resources/locales/ar/numbers.yml +27 -14
- data/resources/locales/ar/units.yml +31 -31
- data/resources/locales/be/calendars.yml +229 -0
- data/resources/locales/be/currencies.yml +66 -0
- data/resources/locales/be/languages.yml +149 -0
- data/resources/locales/be/layout.yml +4 -0
- data/resources/locales/be/lists.yml +7 -0
- data/resources/locales/be/numbers.yml +43 -0
- data/resources/locales/be/plurals.yml +5 -0
- data/resources/locales/be/units.yml +87 -0
- data/resources/locales/bg/calendars.yml +220 -0
- data/resources/locales/bg/currencies.yml +773 -0
- data/resources/locales/bg/languages.yml +513 -0
- data/resources/locales/bg/layout.yml +4 -0
- data/resources/locales/bg/lists.yml +7 -0
- data/resources/locales/bg/numbers.yml +57 -0
- data/resources/locales/bg/plurals.yml +3 -0
- data/resources/locales/bg/units.yml +108 -0
- data/resources/locales/bn/calendars.yml +205 -0
- data/resources/locales/bn/currencies.yml +564 -0
- data/resources/locales/bn/languages.yml +513 -0
- data/resources/locales/bn/layout.yml +4 -0
- data/resources/locales/bn/lists.yml +7 -0
- data/resources/locales/bn/numbers.yml +57 -0
- data/resources/locales/bn/plurals.yml +3 -0
- data/resources/locales/bn/units.yml +108 -0
- data/resources/locales/ca/calendars.yml +70 -21
- data/resources/locales/ca/currencies.yml +904 -0
- data/resources/locales/ca/languages.yml +70 -5
- data/resources/locales/ca/numbers.yml +19 -6
- data/resources/locales/ca/units.yml +0 -28
- data/resources/locales/cs/calendars.yml +73 -27
- data/resources/locales/cs/currencies.yml +1063 -0
- data/resources/locales/cs/languages.yml +113 -31
- data/resources/locales/cs/numbers.yml +17 -4
- data/resources/locales/cs/units.yml +0 -28
- data/resources/locales/cy/calendars.yml +266 -0
- data/resources/locales/cy/currencies.yml +54 -0
- data/resources/locales/cy/languages.yml +92 -0
- data/resources/locales/cy/layout.yml +4 -0
- data/resources/locales/cy/lists.yml +7 -0
- data/resources/locales/cy/numbers.yml +49 -0
- data/resources/locales/cy/plurals.yml +4 -0
- data/resources/locales/cy/units.yml +73 -0
- data/resources/locales/da/calendars.yml +117 -16
- data/resources/locales/da/currencies.yml +814 -0
- data/resources/locales/da/languages.yml +66 -5
- data/resources/locales/da/numbers.yml +16 -3
- data/resources/locales/da/units.yml +21 -35
- data/resources/locales/de/calendars.yml +115 -17
- data/resources/locales/de/currencies.yml +843 -0
- data/resources/locales/de/languages.yml +5 -3
- data/resources/locales/de/numbers.yml +18 -5
- data/resources/locales/de/units.yml +0 -28
- data/resources/locales/el/calendars.yml +61 -8
- data/resources/locales/el/currencies.yml +866 -0
- data/resources/locales/el/languages.yml +61 -5
- data/resources/locales/el/numbers.yml +18 -5
- data/resources/locales/el/units.yml +7 -42
- data/resources/locales/en/calendars.yml +43 -4
- data/resources/locales/en/currencies.yml +912 -0
- data/resources/locales/en/languages.yml +26 -6
- data/resources/locales/en/numbers.yml +17 -4
- data/resources/locales/es/calendars.yml +60 -0
- data/resources/locales/es/currencies.yml +820 -0
- data/resources/locales/es/languages.yml +66 -1
- data/resources/locales/es/numbers.yml +20 -7
- data/resources/locales/es/units.yml +0 -28
- data/resources/locales/eu/calendars.yml +43 -2
- data/resources/locales/eu/currencies.yml +378 -0
- data/resources/locales/eu/languages.yml +29 -13
- data/resources/locales/eu/numbers.yml +17 -4
- data/resources/locales/eu/units.yml +22 -43
- data/resources/locales/fa/calendars.yml +57 -0
- data/resources/locales/fa/currencies.yml +449 -0
- data/resources/locales/fa/languages.yml +8 -3
- data/resources/locales/fa/numbers.yml +20 -7
- data/resources/locales/fa/units.yml +0 -42
- data/resources/locales/fi/calendars.yml +49 -1
- data/resources/locales/fi/currencies.yml +903 -0
- data/resources/locales/fi/languages.yml +58 -2
- data/resources/locales/fi/numbers.yml +25 -12
- data/resources/locales/fi/units.yml +0 -28
- data/resources/locales/fil/calendars.yml +51 -0
- data/resources/locales/fil/currencies.yml +357 -0
- data/resources/locales/fil/languages.yml +25 -8
- data/resources/locales/fil/numbers.yml +18 -5
- data/resources/locales/fil/units.yml +14 -28
- data/resources/locales/fr/calendars.yml +114 -12
- data/resources/locales/fr/currencies.yml +884 -0
- data/resources/locales/fr/languages.yml +43 -9
- data/resources/locales/fr/numbers.yml +22 -9
- data/resources/locales/fr/units.yml +2 -30
- data/resources/locales/ga/calendars.yml +187 -0
- data/resources/locales/ga/currencies.yml +513 -0
- data/resources/locales/ga/languages.yml +147 -0
- data/resources/locales/ga/layout.yml +4 -0
- data/resources/locales/ga/lists.yml +7 -0
- data/resources/locales/ga/numbers.yml +43 -0
- data/resources/locales/ga/plurals.yml +4 -0
- data/resources/locales/ga/units.yml +66 -0
- data/resources/locales/gl/calendars.yml +216 -0
- data/resources/locales/gl/currencies.yml +476 -0
- data/resources/locales/gl/languages.yml +213 -0
- data/resources/locales/gl/layout.yml +4 -0
- data/resources/locales/gl/lists.yml +7 -0
- data/resources/locales/gl/numbers.yml +57 -0
- data/resources/locales/gl/plurals.yml +3 -0
- data/resources/locales/gl/units.yml +108 -0
- data/resources/locales/he/calendars.yml +70 -18
- data/resources/locales/he/currencies.yml +497 -0
- data/resources/locales/he/languages.yml +301 -7
- data/resources/locales/he/lists.yml +2 -2
- data/resources/locales/he/numbers.yml +23 -8
- data/resources/locales/he/plurals.yml +3 -2
- data/resources/locales/he/units.yml +72 -30
- data/resources/locales/hi/calendars.yml +54 -1
- data/resources/locales/hi/currencies.yml +388 -0
- data/resources/locales/hi/languages.yml +2 -0
- data/resources/locales/hi/numbers.yml +21 -8
- data/resources/locales/hi/units.yml +15 -29
- data/resources/locales/hu/calendars.yml +52 -5
- data/resources/locales/hu/currencies.yml +640 -0
- data/resources/locales/hu/languages.yml +60 -4
- data/resources/locales/hu/numbers.yml +25 -12
- data/resources/locales/hu/units.yml +1 -29
- data/resources/locales/id/calendars.yml +125 -21
- data/resources/locales/id/currencies.yml +603 -0
- data/resources/locales/id/languages.yml +113 -51
- data/resources/locales/id/numbers.yml +16 -3
- data/resources/locales/id/units.yml +0 -28
- data/resources/locales/it/calendars.yml +59 -6
- data/resources/locales/it/currencies.yml +722 -0
- data/resources/locales/it/languages.yml +77 -5
- data/resources/locales/it/numbers.yml +22 -9
- data/resources/locales/it/units.yml +0 -14
- data/resources/locales/ja/calendars.yml +55 -5
- data/resources/locales/ja/currencies.yml +602 -0
- data/resources/locales/ja/languages.yml +103 -43
- data/resources/locales/ja/numbers.yml +18 -5
- data/resources/locales/ja/units.yml +6 -34
- data/resources/locales/ko/calendars.yml +50 -0
- data/resources/locales/ko/currencies.yml +596 -0
- data/resources/locales/ko/languages.yml +75 -8
- data/resources/locales/ko/numbers.yml +17 -4
- data/resources/locales/ko/units.yml +0 -28
- data/resources/locales/lv/calendars.yml +275 -0
- data/resources/locales/lv/currencies.yml +765 -0
- data/resources/locales/lv/languages.yml +576 -0
- data/resources/locales/lv/layout.yml +4 -0
- data/resources/locales/lv/lists.yml +7 -0
- data/resources/locales/lv/numbers.yml +58 -0
- data/resources/locales/lv/plurals.yml +4 -0
- data/resources/locales/lv/units.yml +136 -0
- data/resources/locales/ms/calendars.yml +86 -4
- data/resources/locales/ms/currencies.yml +341 -0
- data/resources/locales/ms/languages.yml +25 -3
- data/resources/locales/ms/numbers.yml +19 -6
- data/resources/locales/ms/units.yml +0 -56
- data/resources/locales/nb/calendars.yml +48 -1
- data/resources/locales/nb/currencies.yml +846 -0
- data/resources/locales/nb/languages.yml +44 -2
- data/resources/locales/nb/numbers.yml +16 -3
- data/resources/locales/nb/units.yml +6 -28
- data/resources/locales/nl/calendars.yml +110 -9
- data/resources/locales/nl/currencies.yml +640 -0
- data/resources/locales/nl/languages.yml +68 -8
- data/resources/locales/nl/numbers.yml +25 -12
- data/resources/locales/nl/units.yml +14 -28
- data/resources/locales/pl/calendars.yml +53 -6
- data/resources/locales/pl/currencies.yml +1100 -0
- data/resources/locales/pl/languages.yml +13 -6
- data/resources/locales/pl/lists.yml +2 -2
- data/resources/locales/pl/numbers.yml +18 -5
- data/resources/locales/pl/units.yml +51 -92
- data/resources/locales/pt/calendars.yml +121 -9
- data/resources/locales/pt/currencies.yml +904 -0
- data/resources/locales/pt/languages.yml +5 -3
- data/resources/locales/pt/numbers.yml +17 -4
- data/resources/locales/pt/units.yml +0 -28
- data/resources/locales/ro/calendars.yml +278 -0
- data/resources/locales/ro/currencies.yml +946 -0
- data/resources/locales/ro/languages.yml +576 -0
- data/resources/locales/ro/layout.yml +4 -0
- data/resources/locales/ro/lists.yml +7 -0
- data/resources/locales/ro/numbers.yml +58 -0
- data/resources/locales/ro/plurals.yml +3 -0
- data/resources/locales/ro/units.yml +136 -0
- data/resources/locales/ru/calendars.yml +72 -12
- data/resources/locales/ru/currencies.yml +1061 -0
- data/resources/locales/ru/languages.yml +51 -6
- data/resources/locales/ru/numbers.yml +21 -5
- data/resources/locales/ru/units.yml +0 -28
- data/resources/locales/sk/calendars.yml +275 -0
- data/resources/locales/sk/currencies.yml +713 -0
- data/resources/locales/sk/languages.yml +576 -0
- data/resources/locales/sk/layout.yml +4 -0
- data/resources/locales/sk/lists.yml +7 -0
- data/resources/locales/sk/numbers.yml +58 -0
- data/resources/locales/sk/plurals.yml +3 -0
- data/resources/locales/sk/units.yml +136 -0
- data/resources/locales/sq/calendars.yml +188 -0
- data/resources/locales/sq/currencies.yml +56 -0
- data/resources/locales/sq/languages.yml +17 -0
- data/resources/locales/sq/layout.yml +4 -0
- data/resources/locales/sq/lists.yml +7 -0
- data/resources/locales/sq/numbers.yml +43 -0
- data/resources/locales/sq/plurals.yml +3 -0
- data/resources/locales/sq/units.yml +73 -0
- data/resources/locales/sr/calendars.yml +285 -0
- data/resources/locales/sr/currencies.yml +1494 -0
- data/resources/locales/sr/languages.yml +513 -0
- data/resources/locales/sr/layout.yml +4 -0
- data/resources/locales/sr/lists.yml +7 -0
- data/resources/locales/sr/numbers.yml +59 -0
- data/resources/locales/sr/plurals.yml +5 -0
- data/resources/locales/sr/units.yml +164 -0
- data/resources/locales/sv/calendars.yml +59 -1
- data/resources/locales/sv/currencies.yml +919 -0
- data/resources/locales/sv/languages.yml +47 -2
- data/resources/locales/sv/numbers.yml +27 -12
- data/resources/locales/sv/units.yml +4 -32
- data/resources/locales/ta/calendars.yml +264 -0
- data/resources/locales/ta/currencies.yml +346 -0
- data/resources/locales/ta/languages.yml +512 -0
- data/resources/locales/ta/layout.yml +4 -0
- data/resources/locales/ta/lists.yml +7 -0
- data/resources/locales/ta/numbers.yml +57 -0
- data/resources/locales/ta/plurals.yml +3 -0
- data/resources/locales/ta/units.yml +108 -0
- data/resources/locales/th/calendars.yml +125 -27
- data/resources/locales/th/currencies.yml +602 -0
- data/resources/locales/th/languages.yml +70 -5
- data/resources/locales/th/numbers.yml +24 -11
- data/resources/locales/th/units.yml +0 -28
- data/resources/locales/tr/calendars.yml +62 -12
- data/resources/locales/tr/currencies.yml +571 -0
- data/resources/locales/tr/languages.yml +94 -29
- data/resources/locales/tr/numbers.yml +19 -6
- data/resources/locales/tr/units.yml +1 -29
- data/resources/locales/uk/calendars.yml +52 -0
- data/resources/locales/uk/currencies.yml +799 -0
- data/resources/locales/uk/languages.yml +57 -2
- data/resources/locales/uk/numbers.yml +18 -5
- data/resources/locales/uk/units.yml +0 -28
- data/resources/locales/ur/calendars.yml +96 -32
- data/resources/locales/ur/currencies.yml +360 -0
- data/resources/locales/ur/languages.yml +49 -32
- data/resources/locales/ur/numbers.yml +13 -13
- data/resources/locales/ur/units.yml +28 -56
- data/resources/locales/zh-Hant/calendars.yml +59 -1
- data/resources/locales/zh-Hant/currencies.yml +602 -0
- data/resources/locales/zh-Hant/languages.yml +74 -8
- data/resources/locales/zh-Hant/numbers.yml +17 -4
- data/resources/locales/zh-Hant/units.yml +0 -28
- data/resources/locales/zh/calendars.yml +95 -35
- data/resources/locales/zh/currencies.yml +602 -0
- data/resources/locales/zh/languages.yml +116 -46
- data/resources/locales/zh/numbers.yml +20 -7
- data/resources/locales/zh/units.yml +6 -34
- data/resources/shared/currency_digits_and_rounding.yml +187 -0
- data/spec/bidi/bidi_spec.rb +1 -1
- data/spec/collation/tailoring_spec.rb +29 -25
- data/spec/formatters/calendars/datetime_formatter_spec.rb +50 -2
- data/spec/formatters/calendars/timespan_formatter_spec.rb +52 -8
- data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +81 -0
- data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/currency_formatter_spec.rb +10 -1
- data/spec/localized/localized_date_spec.rb +11 -11
- data/spec/localized/localized_datetime_spec.rb +27 -3
- data/spec/localized/localized_number_spec.rb +34 -6
- data/spec/localized/localized_time_spec.rb +1 -1
- data/spec/readme_spec.rb +24 -3
- data/spec/shared/currencies_spec.rb +7 -9
- data/spec/spec_helper.rb +7 -0
- data/spec/tokenizers/base_spec.rb +71 -21
- data/spec/tokenizers/calendars/additional_date_format_selector_spec.rb +131 -0
- data/spec/tokenizers/calendars/datetime_tokenizer_spec.rb +54 -27
- data/spec/tokenizers/calendars/time_tokenizer_spec.rb +16 -16
- data/spec/tokenizers/numbers/number_tokenizer_spec.rb +9 -21
- data/spec/utils/yaml/yaml_spec.rb +21 -16
- data/spec/utils_spec.rb +6 -2
- metadata +218 -37
@@ -0,0 +1,497 @@
|
|
1
|
+
---
|
2
|
+
:he:
|
3
|
+
:currencies:
|
4
|
+
:ADP:
|
5
|
+
:one: פזטה אנדורית
|
6
|
+
:AED:
|
7
|
+
:one: דירהם של איחוד הנסיכויות הערביות
|
8
|
+
:AFN:
|
9
|
+
:one: אפגני אפגני
|
10
|
+
:ALL:
|
11
|
+
:one: לק אלבני
|
12
|
+
:AMD:
|
13
|
+
:one: דראם ארמני
|
14
|
+
:ANG:
|
15
|
+
:one: גילדן של האנטילים ההולנדיים
|
16
|
+
:AOA:
|
17
|
+
:one: קואנזה אנגולי
|
18
|
+
:AON:
|
19
|
+
:one: קואנזה חדש אנגולי (1990-2000)
|
20
|
+
:AOR:
|
21
|
+
:one: קואנזה רג׳וסטדו אנגולי (1995-1999)
|
22
|
+
:ARP:
|
23
|
+
:one: פזו ארגנטינאי (1983-1985)
|
24
|
+
:ARS:
|
25
|
+
:one: פזו ארגנטינאי
|
26
|
+
:ATS:
|
27
|
+
:one: שילינג אוסטרי
|
28
|
+
:AUD:
|
29
|
+
:one: דולר אוסטרלי
|
30
|
+
:symbol: A$
|
31
|
+
:AWG:
|
32
|
+
:one: פלורין של ארובה
|
33
|
+
:AZM:
|
34
|
+
:one: מנאט אזרביג׳אני (1993-2006)
|
35
|
+
:AZN:
|
36
|
+
:one: מאנאט אזרביג׳ני
|
37
|
+
:BAD:
|
38
|
+
:one: דינר של בוסניה־הרצגובינה
|
39
|
+
:BAM:
|
40
|
+
:one: מארק בר המרה של בוסניה־הרצגובינה
|
41
|
+
:BBD:
|
42
|
+
:one: דולר ברבדיאני
|
43
|
+
:BDT:
|
44
|
+
:one: טאקה בנגלדשי
|
45
|
+
:BEC:
|
46
|
+
:one: פרנק בלגי (בר המרה)
|
47
|
+
:BEF:
|
48
|
+
:one: פרנק בלגי
|
49
|
+
:BGL:
|
50
|
+
:one: לב בולגרי ישן
|
51
|
+
:BGN:
|
52
|
+
:one: לב בולגרי
|
53
|
+
:BHD:
|
54
|
+
:one: דינר בחרייני
|
55
|
+
:BIF:
|
56
|
+
:one: פרנק בורונדי
|
57
|
+
:BMD:
|
58
|
+
:one: דולר ברמודה
|
59
|
+
:BND:
|
60
|
+
:one: דולר ברוניי
|
61
|
+
:BOB:
|
62
|
+
:one: בוליביאנו
|
63
|
+
:BOP:
|
64
|
+
:one: פזו בוליבי
|
65
|
+
:BRB:
|
66
|
+
:one: קרוזיארו חדש ברזילאי (1967-1986)
|
67
|
+
:BRC:
|
68
|
+
:one: קרוזדו ברזילאי
|
69
|
+
:BRL:
|
70
|
+
:one: ריאל ברזילאי
|
71
|
+
:symbol: R$
|
72
|
+
:BSD:
|
73
|
+
:one: דולר בהאמי
|
74
|
+
:BTN:
|
75
|
+
:one: נגולטרום בהוטני
|
76
|
+
:BWP:
|
77
|
+
:one: פולה בוצוואני
|
78
|
+
:BYR:
|
79
|
+
:one: רובל בלרוסי
|
80
|
+
:BZD:
|
81
|
+
:one: דולר בליזי
|
82
|
+
:CAD:
|
83
|
+
:one: דולר קנדי
|
84
|
+
:symbol: CA$
|
85
|
+
:CDF:
|
86
|
+
:one: פרנק קונגולזי
|
87
|
+
:CHF:
|
88
|
+
:one: פרנק שוויצרי
|
89
|
+
:CLP:
|
90
|
+
:one: פזו צ׳ילאני
|
91
|
+
:CNY:
|
92
|
+
:many: יואן רנמינבי סיני
|
93
|
+
:one: יואן רנמינבי סיני
|
94
|
+
:other: יואן רנמינבי סיני
|
95
|
+
:symbol: CN¥
|
96
|
+
:two: יואן רנמינבי סיני
|
97
|
+
:COP:
|
98
|
+
:one: פזו קולומביאני
|
99
|
+
:CRC:
|
100
|
+
:one: קולון קוסטה־ריקני
|
101
|
+
:CSD:
|
102
|
+
:one: דינר סרבי ישן
|
103
|
+
:CUC:
|
104
|
+
:one: פזו קובני להמרה
|
105
|
+
:CUP:
|
106
|
+
:one: פזו קובני
|
107
|
+
:CVE:
|
108
|
+
:one: אסקודו כף ורדה
|
109
|
+
:CYP:
|
110
|
+
:one: לירה קפריסאית
|
111
|
+
:CZK:
|
112
|
+
:one: קורונה צ׳כית
|
113
|
+
:DDM:
|
114
|
+
:one: מרק מזרח גרמני
|
115
|
+
:DEM:
|
116
|
+
:one: מרק גרמני
|
117
|
+
:DJF:
|
118
|
+
:one: פרנק ג׳יבוטי
|
119
|
+
:DKK:
|
120
|
+
:one: כתר דני
|
121
|
+
:DOP:
|
122
|
+
:one: פזו דומיניקני
|
123
|
+
:DZD:
|
124
|
+
:one: דינר אלג׳ירי
|
125
|
+
:ECS:
|
126
|
+
:one: סוקר אקואדורי
|
127
|
+
:EEK:
|
128
|
+
:one: קרון אסטוני
|
129
|
+
:EGP:
|
130
|
+
:one: לירה מיצרית
|
131
|
+
:ERN:
|
132
|
+
:one: נאקפה אריתראי
|
133
|
+
:ESA:
|
134
|
+
:one: פזטה [ESA]
|
135
|
+
:ESB:
|
136
|
+
:one: פזטה [ESB]
|
137
|
+
:ESP:
|
138
|
+
:one: פסטה ספרדי
|
139
|
+
:ETB:
|
140
|
+
:one: ביר אתיופי
|
141
|
+
:EUR:
|
142
|
+
:one: אירו
|
143
|
+
:symbol: €
|
144
|
+
:FIM:
|
145
|
+
:one: מרק פיני
|
146
|
+
:FJD:
|
147
|
+
:one: דולר פיג׳י
|
148
|
+
:FKP:
|
149
|
+
:one: לירה של איי פוקלנד
|
150
|
+
:FRF:
|
151
|
+
:one: פרנק צרפתי
|
152
|
+
:GBP:
|
153
|
+
:one: לירה שטרלינג
|
154
|
+
:symbol: £
|
155
|
+
:GEL:
|
156
|
+
:one: לרי גאורגי
|
157
|
+
:GHS:
|
158
|
+
:one: סדי גאני
|
159
|
+
:GIP:
|
160
|
+
:one: פאונד גיברלטר
|
161
|
+
:GMD:
|
162
|
+
:one: דלאסי גמבי
|
163
|
+
:GNF:
|
164
|
+
:one: פרנק גינאי
|
165
|
+
:GRD:
|
166
|
+
:one: דרכמה
|
167
|
+
:GTQ:
|
168
|
+
:one: קצל גואטמלי
|
169
|
+
:GWP:
|
170
|
+
:one: פזו גינאי
|
171
|
+
:GYD:
|
172
|
+
:one: דולר גיאני
|
173
|
+
:HKD:
|
174
|
+
:one: דולר הונג קונגי
|
175
|
+
:symbol: HK$
|
176
|
+
:HNL:
|
177
|
+
:one: למפירה הונדורי
|
178
|
+
:HRK:
|
179
|
+
:one: קונה קרואטי
|
180
|
+
:HTG:
|
181
|
+
:one: גארד האיטי
|
182
|
+
:HUF:
|
183
|
+
:one: פורינט הונגרי
|
184
|
+
:IDR:
|
185
|
+
:many: רופיה אינדונזית
|
186
|
+
:one: רופיה אינדונזית
|
187
|
+
:other: רופיה אינדונזית
|
188
|
+
:two: רופיה אינדונזית
|
189
|
+
:IEP:
|
190
|
+
:one: לירה אירית
|
191
|
+
:ILP:
|
192
|
+
:one: לירה ישראלית
|
193
|
+
:symbol: ל״י
|
194
|
+
:ILS:
|
195
|
+
:many: שקלים חדשים
|
196
|
+
:one: שקלים חדשים
|
197
|
+
:other: שקלים חדשים
|
198
|
+
:symbol: ₪
|
199
|
+
:two: שקלים חדשים
|
200
|
+
:INR:
|
201
|
+
:many: רופי הודית
|
202
|
+
:one: רופי הודית
|
203
|
+
:other: רופי הודית
|
204
|
+
:symbol: ₹
|
205
|
+
:two: רופי הודית
|
206
|
+
:IQD:
|
207
|
+
:one: דינר עירקי
|
208
|
+
:IRR:
|
209
|
+
:one: ריאל איראני
|
210
|
+
:ISK:
|
211
|
+
:one: קרונה איסלנדית
|
212
|
+
:ITL:
|
213
|
+
:one: לירה איטלקית
|
214
|
+
:JMD:
|
215
|
+
:one: דולר ג׳מאיקני
|
216
|
+
:JOD:
|
217
|
+
:one: דינר ירדני
|
218
|
+
:JPY:
|
219
|
+
:one: ין יפני
|
220
|
+
:symbol: JP¥
|
221
|
+
:KES:
|
222
|
+
:one: שילינג קנייאתי
|
223
|
+
:KGS:
|
224
|
+
:one: סום קירגיזי
|
225
|
+
:KHR:
|
226
|
+
:one: ריל קמבודי
|
227
|
+
:KMF:
|
228
|
+
:one: פרנק קומורואי
|
229
|
+
:KPW:
|
230
|
+
:one: וון צפון קוראני
|
231
|
+
:KRW:
|
232
|
+
:one: וון דרום קוראני
|
233
|
+
:symbol: ₩
|
234
|
+
:KWD:
|
235
|
+
:one: דינר כוויתי
|
236
|
+
:KYD:
|
237
|
+
:one: דולר קיימאני
|
238
|
+
:KZT:
|
239
|
+
:one: טנגה קזחסטני
|
240
|
+
:LAK:
|
241
|
+
:one: קיפ לאי
|
242
|
+
:LBP:
|
243
|
+
:one: לירה לבנונית
|
244
|
+
:LKR:
|
245
|
+
:one: רופי סרי לנקי
|
246
|
+
:LRD:
|
247
|
+
:one: דולר ליברי
|
248
|
+
:LSL:
|
249
|
+
:one: לוטי לסותי
|
250
|
+
:LTL:
|
251
|
+
:one: ליטא ליטאי
|
252
|
+
:LUF:
|
253
|
+
:one: פרנק לוקסמבורגי
|
254
|
+
:LVL:
|
255
|
+
:one: לט לטבי
|
256
|
+
:LYD:
|
257
|
+
:one: דינר לובי
|
258
|
+
:MAD:
|
259
|
+
:one: דירהם מרוקאי
|
260
|
+
:MAF:
|
261
|
+
:one: פרנק מרוקאי
|
262
|
+
:MDL:
|
263
|
+
:one: ליאו מולדובני
|
264
|
+
:MGA:
|
265
|
+
:one: אריארי מלגשי
|
266
|
+
:MGF:
|
267
|
+
:one: פרנק מדגסקארי
|
268
|
+
:MKD:
|
269
|
+
:one: דינר מקדוני
|
270
|
+
:MMK:
|
271
|
+
:one: קיאט מיאנמרי
|
272
|
+
:MNT:
|
273
|
+
:one: טוגריק מונגולי
|
274
|
+
:MOP:
|
275
|
+
:one: פטקה של מקאו
|
276
|
+
:MRO:
|
277
|
+
:one: אוגוויה מאוריטני
|
278
|
+
:MTL:
|
279
|
+
:one: לירה מלטית
|
280
|
+
:MUR:
|
281
|
+
:one: רופי מאוריציני
|
282
|
+
:MVR:
|
283
|
+
:one: רופיה מלדיבית
|
284
|
+
:MWK:
|
285
|
+
:one: קואצ׳ה מלאוי
|
286
|
+
:MXN:
|
287
|
+
:one: פזו מקסיקני
|
288
|
+
:symbol: MX$
|
289
|
+
:MXP:
|
290
|
+
:one: פזו מקסיקני (1861 - 1992)
|
291
|
+
:MYR:
|
292
|
+
:one: רינגיט מלזי
|
293
|
+
:MZM:
|
294
|
+
:one: מטיקל
|
295
|
+
:MZN:
|
296
|
+
:many: מטיקל מוזמביני
|
297
|
+
:one: מטיקל מוזמביני
|
298
|
+
:other: מטיקל מוזמביני
|
299
|
+
:two: מטיקל מוזמביני
|
300
|
+
:NAD:
|
301
|
+
:one: דולר נמיבי
|
302
|
+
:NGN:
|
303
|
+
:one: נאירה ניגרי
|
304
|
+
:NIO:
|
305
|
+
:one: קורדובה ניקראגי
|
306
|
+
:NLG:
|
307
|
+
:one: גילדן הולנדי
|
308
|
+
:NOK:
|
309
|
+
:one: כתר נורבגי
|
310
|
+
:NPR:
|
311
|
+
:one: רופי נפאלי
|
312
|
+
:NZD:
|
313
|
+
:one: דולר ניו זילנדי
|
314
|
+
:symbol: NZ$
|
315
|
+
:OMR:
|
316
|
+
:one: ריאל עומאני
|
317
|
+
:PAB:
|
318
|
+
:one: בלבואה פנמי
|
319
|
+
:PEN:
|
320
|
+
:one: סול פרואני חדש
|
321
|
+
:PGK:
|
322
|
+
:one: קינה של פפואה גינאה החדשה
|
323
|
+
:PHP:
|
324
|
+
:one: פזו פיליפיני
|
325
|
+
:PKR:
|
326
|
+
:one: רופי פקיסטני
|
327
|
+
:PLN:
|
328
|
+
:one: זלוטי פולני
|
329
|
+
:PLZ:
|
330
|
+
:one: זלוטי (1950 - 1995)
|
331
|
+
:PTE:
|
332
|
+
:one: אסקודו פורטוגלי
|
333
|
+
:PYG:
|
334
|
+
:one: גוורני פראגוואי
|
335
|
+
:QAR:
|
336
|
+
:one: ריאל קטארי
|
337
|
+
:ROL:
|
338
|
+
:one: לאו רומני ישן
|
339
|
+
:RON:
|
340
|
+
:one: לאו רומני חדש
|
341
|
+
:RSD:
|
342
|
+
:one: דינר סרבי
|
343
|
+
:RUB:
|
344
|
+
:one: רובל
|
345
|
+
:RUR:
|
346
|
+
:one: רובל רוסי (1991 - 1998)
|
347
|
+
:RWF:
|
348
|
+
:one: פרנק רואנדי
|
349
|
+
:SAR:
|
350
|
+
:one: ריאל סעודי
|
351
|
+
:SBD:
|
352
|
+
:one: דולר איי שלמה
|
353
|
+
:SCR:
|
354
|
+
:one: רופי סיישלי
|
355
|
+
:SDD:
|
356
|
+
:one: דינר סודני
|
357
|
+
:SDG:
|
358
|
+
:one: לירה סודנית
|
359
|
+
:SDP:
|
360
|
+
:one: לירה סודנית (1957-1998)
|
361
|
+
:SEK:
|
362
|
+
:one: כתר שוודי
|
363
|
+
:SGD:
|
364
|
+
:one: דולר סינגפורי
|
365
|
+
:SHP:
|
366
|
+
:one: פאונד סנט הלני
|
367
|
+
:SIT:
|
368
|
+
:one: טולאר סלובני
|
369
|
+
:SKK:
|
370
|
+
:one: קורונה סלובקי
|
371
|
+
:SLL:
|
372
|
+
:one: ליאון סיירה לאוני
|
373
|
+
:SOS:
|
374
|
+
:one: שילינג סומאלי
|
375
|
+
:SRD:
|
376
|
+
:one: דולר סורינאמי
|
377
|
+
:SRG:
|
378
|
+
:one: גילדר סורינאמי
|
379
|
+
:SSP:
|
380
|
+
:many: לירה דרום סודאנית
|
381
|
+
:one: לירה דרום סודאנית
|
382
|
+
:other: לירה דרום סודאנית
|
383
|
+
:two: לירה דרום סודאנית
|
384
|
+
:STD:
|
385
|
+
:one: דוברה של סן טומה ופרינסיפה
|
386
|
+
:SUR:
|
387
|
+
:one: רובל סובייטי
|
388
|
+
:SYP:
|
389
|
+
:one: לירה סורית
|
390
|
+
:SZL:
|
391
|
+
:one: לילנגני סווזי
|
392
|
+
:THB:
|
393
|
+
:one: בהט תאילנדי
|
394
|
+
:symbol: ฿
|
395
|
+
:TJS:
|
396
|
+
:one: סומוני טג׳קיסטני
|
397
|
+
:TMM:
|
398
|
+
:one: מנאט טורקמאני
|
399
|
+
:TMT:
|
400
|
+
:one: מנאט טורקמני
|
401
|
+
:TND:
|
402
|
+
:one: דינר טוניסאי
|
403
|
+
:TOP:
|
404
|
+
:one: פאאמגה טונגי
|
405
|
+
:TPE:
|
406
|
+
:one: אסקודו טימוראי
|
407
|
+
:TRL:
|
408
|
+
:one: לירה טורקית
|
409
|
+
:TRY:
|
410
|
+
:many: לירה טורקית חדשה
|
411
|
+
:one: לירה טורקית חדשה
|
412
|
+
:other: לירה טורקית חדשה
|
413
|
+
:two: לירה טורקית חדשה
|
414
|
+
:TTD:
|
415
|
+
:one: דולר טרינידדי
|
416
|
+
:TWD:
|
417
|
+
:many: דולר טאייוני חדש
|
418
|
+
:one: דולר טאייוני חדש
|
419
|
+
:other: דולר טאייוני חדש
|
420
|
+
:symbol: NT$
|
421
|
+
:two: דולר טאייוני חדש
|
422
|
+
:TZS:
|
423
|
+
:one: שילינג טנזני
|
424
|
+
:UAH:
|
425
|
+
:one: גריבנה אוקראיני
|
426
|
+
:UGS:
|
427
|
+
:one: שילינג אוגנדי (1966 - 1987)
|
428
|
+
:UGX:
|
429
|
+
:one: שילינג אוגנדי
|
430
|
+
:USD:
|
431
|
+
:one: דולר אמריקאי
|
432
|
+
:symbol: US$
|
433
|
+
:USN:
|
434
|
+
:one: דולר אמריקאי (היום הבא)
|
435
|
+
:USS:
|
436
|
+
:one: דולר אמריקאי (היום הזה)
|
437
|
+
:UYU:
|
438
|
+
:one: פזו אורוגוואי
|
439
|
+
:UZS:
|
440
|
+
:one: סום אוזבקי
|
441
|
+
:VEB:
|
442
|
+
:one: בוליבר ונצואלי (1871-2008)
|
443
|
+
:VEF:
|
444
|
+
:one: בוליבר ונצואלי
|
445
|
+
:VND:
|
446
|
+
:one: דונג וייטנאמי
|
447
|
+
:symbol: ₫
|
448
|
+
:VUV:
|
449
|
+
:one: ואטו של ונואטו
|
450
|
+
:WST:
|
451
|
+
:one: טאלה סמואי
|
452
|
+
:XAF:
|
453
|
+
:one: פרנק CFA BEAC
|
454
|
+
:symbol: FCFA
|
455
|
+
:XAG:
|
456
|
+
:one: כסף
|
457
|
+
:XAU:
|
458
|
+
:one: זהב
|
459
|
+
:XCD:
|
460
|
+
:one: דולר מזרח קריבי
|
461
|
+
:symbol: EC$
|
462
|
+
:XDR:
|
463
|
+
:one: זכויות משיכה מיוחדות
|
464
|
+
:XFO:
|
465
|
+
:one: פרנק זהב
|
466
|
+
:XOF:
|
467
|
+
:one: פרנק CFA BCEAO
|
468
|
+
:symbol: CFA
|
469
|
+
:XPD:
|
470
|
+
:one: פלדיום
|
471
|
+
:XPF:
|
472
|
+
:one: פרנק CFP
|
473
|
+
:symbol: CFPF
|
474
|
+
:XPT:
|
475
|
+
:one: פלטינה
|
476
|
+
:XTS:
|
477
|
+
:one: סימון למטרות בדיקה
|
478
|
+
:XXX:
|
479
|
+
:one: מטבע שאינו ידוע
|
480
|
+
:YDD:
|
481
|
+
:one: דינר תימני
|
482
|
+
:YER:
|
483
|
+
:one: ריאל תימני
|
484
|
+
:YUD:
|
485
|
+
:one: דינר יגוסלבי חדש
|
486
|
+
:YUM:
|
487
|
+
:one: דינר יגוסלבי
|
488
|
+
:ZAL:
|
489
|
+
:one: ראנד דרום אפריקאי (כספי)
|
490
|
+
:ZAR:
|
491
|
+
:one: ראנד דרום אפריקאי
|
492
|
+
:ZMK:
|
493
|
+
:one: קוואצ׳ה זמבית
|
494
|
+
:ZRN:
|
495
|
+
:one: זאיר חדש
|
496
|
+
:ZWD:
|
497
|
+
:one: דולר זימבבואי
|