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
@@ -11,6 +11,7 @@
|
|
11
11
|
:af: 남아공 공용어
|
12
12
|
:afa: 아시아-아프리카어 (기타)
|
13
13
|
:afh: 아프리히리어
|
14
|
+
:agq: 아그햄어
|
14
15
|
:ain: 아이누어
|
15
16
|
:ak: 아칸어
|
16
17
|
:akk: 아카드어
|
@@ -29,6 +30,7 @@
|
|
29
30
|
:art: 기계어 (기타)
|
30
31
|
:arw: 아라와크어
|
31
32
|
:as: 아샘어
|
33
|
+
:asa: 아수어
|
32
34
|
:ast: 아스투리아어
|
33
35
|
:ath: 아타파스카어군
|
34
36
|
:aus: 오스트레일리아어족
|
@@ -43,16 +45,21 @@
|
|
43
45
|
:ban: 발리어
|
44
46
|
:bas: 바사어
|
45
47
|
:bat: 발트어 (기타)
|
48
|
+
:bax: 바문어
|
49
|
+
:bbj: 고말라어
|
46
50
|
:be: 벨로루시어
|
47
51
|
:bej: 베자어
|
48
52
|
:bem: 벰바어
|
49
53
|
:ber: 베르베르어
|
54
|
+
:bez: 베나어
|
55
|
+
:bfd: 바푸트어
|
50
56
|
:bg: 불가리아어
|
51
57
|
:bh: 비하르어
|
52
58
|
:bho: 호즈푸리어
|
53
59
|
:bi: 비슬라마어
|
54
60
|
:bik: 비콜어
|
55
61
|
:bin: 비니어
|
62
|
+
:bkm: 콤어
|
56
63
|
:bla: 식시카어
|
57
64
|
:bm: 밤바라어
|
58
65
|
:bn: 벵골어
|
@@ -60,20 +67,26 @@
|
|
60
67
|
:bo: 티베트어
|
61
68
|
:br: 브르타뉴어
|
62
69
|
:bra: 브라지어
|
70
|
+
:brx: 보도어
|
63
71
|
:bs: 보스니아어
|
72
|
+
:bss: 아쿠즈어
|
64
73
|
:btk: 바타크어
|
65
74
|
:bua: 부리아타
|
66
75
|
:bug: 부기어
|
76
|
+
:bum: 불루어
|
67
77
|
:byn: 브린어
|
78
|
+
:byv: 메둠바어
|
68
79
|
:ca: 카탈로니아어
|
69
80
|
:cad: 카도어
|
70
81
|
:cai: 중앙 아메리카 인디안어 (기타)
|
71
82
|
:car: 카리브어
|
72
83
|
:cau: 카프카스어 (기타)
|
84
|
+
:cay: 카유가어
|
73
85
|
:cch: 아삼어
|
74
86
|
:ce: 체첸어
|
75
87
|
:ceb: 세부아노어
|
76
88
|
:cel: 켈트어 (기타)
|
89
|
+
:cgg: 치가어
|
77
90
|
:ch: 차모로어
|
78
91
|
:chb: 치브차어
|
79
92
|
:chg: 차가타이어
|
@@ -84,6 +97,7 @@
|
|
84
97
|
:chp: 치페우얀
|
85
98
|
:chr: 체로키어
|
86
99
|
:chy: 샤이엔어
|
100
|
+
:ckb: 소라니 쿠르드어
|
87
101
|
:cmc: 참어군
|
88
102
|
:co: 코르시카어
|
89
103
|
:cop: 콥트어
|
@@ -102,6 +116,7 @@
|
|
102
116
|
:da: 덴마크어
|
103
117
|
:dak: 다코타어
|
104
118
|
:dar: 다르그와어
|
119
|
+
:dav: 타이타어
|
105
120
|
:day: 다야크어
|
106
121
|
:de: 독일어
|
107
122
|
:de-AT: 독일어 (오스트리아)
|
@@ -110,14 +125,18 @@
|
|
110
125
|
:den: 슬라브어
|
111
126
|
:dgr: 도그리브어
|
112
127
|
:din: 딩카어
|
128
|
+
:dje: 자르마어
|
113
129
|
:doi: 도그리어
|
114
130
|
:dra: 드라비다어 (기타)
|
115
131
|
:dsb: 저지 소르비아어
|
116
132
|
:dua: 드와라어
|
117
133
|
:dum: 중세 네덜란드어
|
118
134
|
:dv: 디베히어
|
135
|
+
:dyo: 졸라 포니어
|
119
136
|
:dyu: 드율라어
|
120
137
|
:dz: 종카어
|
138
|
+
:dzg: 다장가어
|
139
|
+
:ebu: 엠부어
|
121
140
|
:ee: 에웨어
|
122
141
|
:efi: 이픽어
|
123
142
|
:egy: 이집트어 (고대)
|
@@ -129,11 +148,11 @@
|
|
129
148
|
:en-CA: 영어 (캐나다)
|
130
149
|
:en-GB: 영어 (영국식)
|
131
150
|
:en-US: 영어 (미국식)
|
132
|
-
:enm: 영어, 중세
|
151
|
+
:enm: 영어, 중세
|
133
152
|
:eo: 에스페란토어
|
134
153
|
:es: 스페인어
|
135
154
|
:es-419: 중남미 스페인어
|
136
|
-
:es-ES: 스페인어
|
155
|
+
:es-ES: 유럽식 스페인어
|
137
156
|
:et: 에스토니아어
|
138
157
|
:eu: 바스크어
|
139
158
|
:ewo: 이원도어
|
@@ -172,9 +191,10 @@
|
|
172
191
|
:gor: 고론탈로어
|
173
192
|
:got: 고트어
|
174
193
|
:grb: 게르보어
|
175
|
-
:grc: 그리스어, 고대
|
194
|
+
:grc: 그리스어, 고대
|
176
195
|
:gsw: 독일어(스위스)
|
177
196
|
:gu: 구자라트어
|
197
|
+
:guz: 구시어
|
178
198
|
:gv: 맹크스어
|
179
199
|
:gwi: 그위친어
|
180
200
|
:ha: 하우사어
|
@@ -196,6 +216,7 @@
|
|
196
216
|
:hz: 헤레로어
|
197
217
|
:ia: 인테르링구아 (국제보조어협회)
|
198
218
|
:iba: 이반어
|
219
|
+
:ibb: 이비비오어
|
199
220
|
:id: 인도네시아어
|
200
221
|
:ie: 인테르링구에
|
201
222
|
:ig: 이그보어
|
@@ -214,6 +235,7 @@
|
|
214
235
|
:iu: 이눅티투트어
|
215
236
|
:ja: 일본어
|
216
237
|
:jbo: 로반어
|
238
|
+
:jmc: 마차메어
|
217
239
|
:jpr: 유대-페르시아어
|
218
240
|
:jrb: 유대-아라비아어
|
219
241
|
:jv: 자바어
|
@@ -221,19 +243,27 @@
|
|
221
243
|
:kaa: 카라칼파크어
|
222
244
|
:kab: 커바일어
|
223
245
|
:kac: 카친어
|
246
|
+
:kaj: 까꼬토끄어
|
224
247
|
:kam: 캄바어
|
225
248
|
:kar: 카렌어
|
226
249
|
:kaw: 카위어
|
227
250
|
:kbd: 카바르디어
|
251
|
+
:kbl: 카넴부어
|
252
|
+
:kcg: 티얍어
|
253
|
+
:kde: 마콘데어
|
254
|
+
:kea: 크리올어
|
228
255
|
:kfo: 코로어
|
229
256
|
:kg: 콩고어
|
230
257
|
:kha: 카시어
|
231
258
|
:khi: 코이산어 (기타)
|
232
259
|
:kho: 호탄어
|
260
|
+
:khq: 코이라 친니어
|
233
261
|
:ki: 키쿠유어
|
234
262
|
:kj: 쿠안야마어
|
235
263
|
:kk: 카자흐어
|
264
|
+
:kkj: 카코어
|
236
265
|
:kl: 그린란드어
|
266
|
+
:kln: 칼렌진어
|
237
267
|
:km: 캄보디아어
|
238
268
|
:kmb: 킴분두어
|
239
269
|
:kn: 카나다어
|
@@ -247,6 +277,9 @@
|
|
247
277
|
:kro: 크루어
|
248
278
|
:kru: 쿠르크어
|
249
279
|
:ks: 카슈미르어
|
280
|
+
:ksb: 샴발라어
|
281
|
+
:ksf: 바피아어
|
282
|
+
:ksh: 콜로그니안어
|
250
283
|
:ku: 쿠르드어
|
251
284
|
:kum: 쿠믹어
|
252
285
|
:kut: 쿠테네어
|
@@ -255,6 +288,7 @@
|
|
255
288
|
:ky: 키르기스어
|
256
289
|
:la: 라틴어
|
257
290
|
:lad: 라디노어
|
291
|
+
:lag: 랑기어
|
258
292
|
:lah: 라한다어
|
259
293
|
:lam: 람바어
|
260
294
|
:lb: 룩셈부르크어
|
@@ -272,19 +306,25 @@
|
|
272
306
|
:lun: 룬다어
|
273
307
|
:luo: 루오어
|
274
308
|
:lus: 루샤이어
|
309
|
+
:luy: 루야어
|
275
310
|
:lv: 라트비아어
|
276
311
|
:mad: 마두라어
|
312
|
+
:maf: 마파어
|
277
313
|
:mag: 마가히
|
278
314
|
:mai: 마이틸리
|
279
315
|
:mak: 마카사어
|
280
316
|
:man: 만딩고어
|
281
317
|
:map: 남도어
|
282
318
|
:mas: 마사이어
|
319
|
+
:mde: 마바어
|
283
320
|
:mdf: 모크샤어
|
284
321
|
:mdr: 만다르어
|
285
322
|
:men: 멘데어
|
323
|
+
:mer: 메루어
|
324
|
+
:mfe: 모리스얀어
|
286
325
|
:mg: 마다가스카르어
|
287
|
-
:mga: 아일랜드어, 중세
|
326
|
+
:mga: 아일랜드어, 중세
|
327
|
+
:mgh: 마크후와-메토어
|
288
328
|
:mh: 마셜제도어
|
289
329
|
:mi: 마오리어
|
290
330
|
:mic: 미크맥어
|
@@ -303,18 +343,21 @@
|
|
303
343
|
:mr: 마라티어
|
304
344
|
:ms: 말레이어
|
305
345
|
:mt: 몰타어
|
346
|
+
:mua: 문당어
|
306
347
|
:mul: 다중 언어
|
307
348
|
:mun: 문다어
|
308
349
|
:mus: 크리크어
|
309
350
|
:mwl: 미란데어
|
310
351
|
:mwr: 마르와리어
|
311
352
|
:my: 버마어
|
353
|
+
:mye: 미예네어
|
312
354
|
:myn: 마야어
|
313
355
|
:myv: 엘즈야어
|
314
356
|
:na: 나우루어
|
315
357
|
:nah: 나우아틀어
|
316
358
|
:nai: 북아메리카 인디언어 (기타)
|
317
359
|
:nap: 나폴리어
|
360
|
+
:naq: 나마어
|
318
361
|
:nb: 노르웨이어(보크말)
|
319
362
|
:nd: 북부 은데벨레어
|
320
363
|
:nds: 저지 독일어
|
@@ -326,7 +369,9 @@
|
|
326
369
|
:niu: 니웨언어
|
327
370
|
:nl: 네덜란드어
|
328
371
|
:nl-BE: 플라망어
|
372
|
+
:nmg: 크와시오어
|
329
373
|
:nn: 노르웨이어(니노르스크)
|
374
|
+
:nnh: 느기엠본어
|
330
375
|
:no: 노르웨이어
|
331
376
|
:nog: 노가이어
|
332
377
|
:non: 노르웨이, 고대
|
@@ -334,6 +379,7 @@
|
|
334
379
|
:nr: 남부 은데벨레어
|
335
380
|
:nso: 소토어 (북부)
|
336
381
|
:nub: 누비안어
|
382
|
+
:nus: 누에르어
|
337
383
|
:nv: 나바호어
|
338
384
|
:nwc: 네와르어 (고전)
|
339
385
|
:ny: 니안자어; 치츄어; 츄어
|
@@ -343,11 +389,11 @@
|
|
343
389
|
:nzi: 느지마어
|
344
390
|
:oc: 오크어
|
345
391
|
:oj: 오지브웨이어
|
346
|
-
:om: 오로모어
|
392
|
+
:om: 오로모어
|
347
393
|
:or: 오리야어
|
348
394
|
:os: 오세트어
|
349
395
|
:osa: 오세이지어
|
350
|
-
:ota: 터키어, 오스만
|
396
|
+
:ota: 터키어, 오스만
|
351
397
|
:oto: 오토미안어
|
352
398
|
:pa: 펀잡어
|
353
399
|
:paa: 파푸아어 (기타)
|
@@ -367,7 +413,7 @@
|
|
367
413
|
:ps: 파슈토어
|
368
414
|
:pt: 포르투갈어
|
369
415
|
:pt-BR: 포르투갈어 (브라질)
|
370
|
-
:pt-PT: 포르투갈어
|
416
|
+
:pt-PT: 유럽식 포르투갈어
|
371
417
|
:qu: 케추아어
|
372
418
|
:raj: 라자스탄어
|
373
419
|
:rap: 라파뉴이
|
@@ -376,31 +422,41 @@
|
|
376
422
|
:rn: 룬디어
|
377
423
|
:ro: 루마니아어
|
378
424
|
:roa: 로망스어 (기타)
|
425
|
+
:rof: 롬보어
|
379
426
|
:rom: 집시어
|
380
427
|
:root: 어근
|
381
428
|
:ru: 러시아어
|
382
429
|
:rup: 아로마니아어
|
383
430
|
:rw: 르완다어
|
431
|
+
:rwk: 르와어
|
384
432
|
:sa: 산스크리트어
|
385
433
|
:sad: 산다웨어
|
386
434
|
:sah: 야큐트어
|
387
435
|
:sai: 남아메리카 인디언어 (기타)
|
388
436
|
:sal: 샐리시어어
|
389
437
|
:sam: 사마리아 아랍어
|
438
|
+
:saq: 삼부루어
|
390
439
|
:sas: 사사크어
|
391
440
|
:sat: 산탈리어
|
441
|
+
:sba: 느감바이어
|
442
|
+
:sbp: 상구어
|
392
443
|
:sc: 사르디니아어
|
393
444
|
:scn: 시칠리아어
|
394
445
|
:sco: 스코틀랜드어
|
395
446
|
:sd: 신디어
|
396
447
|
:se: 북부 사미어
|
448
|
+
:see: 세네카어
|
449
|
+
:seh: 세나어
|
397
450
|
:sel: 셀쿠프어
|
398
451
|
:sem: 셈어 (기타)
|
452
|
+
:ses: 코이야보로 세니어
|
399
453
|
:sg: 산고어
|
400
|
-
:sga: 아일랜드, 고대
|
454
|
+
:sga: 아일랜드, 고대
|
401
455
|
:sgn: 수화
|
402
456
|
:sh: 세르비아-크로아티아어
|
457
|
+
:shi: 타셸히트어
|
403
458
|
:shn: 샨어
|
459
|
+
:shu: 차디언 아라비아어
|
404
460
|
:si: 스리랑카어
|
405
461
|
:sid: 시다모어
|
406
462
|
:sio: 수족어
|
@@ -425,6 +481,7 @@
|
|
425
481
|
:srr: 세레르어
|
426
482
|
:ss: 시스와티어
|
427
483
|
:ssa: 니로-사하람어 (기타)
|
484
|
+
:ssy: 사호어
|
428
485
|
:st: 소토어 (남부)
|
429
486
|
:su: 순다어
|
430
487
|
:suk: 수쿠마족어
|
@@ -433,12 +490,14 @@
|
|
433
490
|
:sv: 스웨덴어
|
434
491
|
:sw: 스와힐리어
|
435
492
|
:swb: 코모로어
|
493
|
+
:swc: 콩고 스와힐리어
|
436
494
|
:syc: 시리아어 (고전)
|
437
495
|
:syr: 시리아어
|
438
496
|
:ta: 타밀어
|
439
497
|
:tai: 태국어 (기타)
|
440
498
|
:te: 텔루구어
|
441
499
|
:tem: 팀니어
|
500
|
+
:teo: 테조어
|
442
501
|
:ter: 테레노어
|
443
502
|
:tet: 테툼어
|
444
503
|
:tg: 타지키스탄어
|
@@ -457,6 +516,7 @@
|
|
457
516
|
:tog: 통가어 (니아살랜드)
|
458
517
|
:tpi: 토크 피신어
|
459
518
|
:tr: 터키어
|
519
|
+
:trv: 타로코어
|
460
520
|
:ts: 총가어
|
461
521
|
:tsi: 트심시안어
|
462
522
|
:tt: 타타르어
|
@@ -465,8 +525,10 @@
|
|
465
525
|
:tut: 알타이제어 (기타)
|
466
526
|
:tvl: 투발루어
|
467
527
|
:tw: 트위어
|
528
|
+
:twq: 타사와크어
|
468
529
|
:ty: 타히티어
|
469
530
|
:tyv: 투비니안어
|
531
|
+
:tzm: 중앙모로코 타마지트어
|
470
532
|
:udm: 우드말트어
|
471
533
|
:ug: 위구르어
|
472
534
|
:uga: 유가리틱어
|
@@ -480,7 +542,9 @@
|
|
480
542
|
:vi: 베트남어
|
481
543
|
:vo: 볼라퓌크어
|
482
544
|
:vot: 보틱어
|
545
|
+
:vun: 분조어
|
483
546
|
:wa: 왈론어
|
547
|
+
:wae: 월저어
|
484
548
|
:wak: 와카샨어
|
485
549
|
:wal: 와라모어
|
486
550
|
:war: 와라이어
|
@@ -489,8 +553,11 @@
|
|
489
553
|
:wo: 올로프어
|
490
554
|
:xal: 칼미크어
|
491
555
|
:xh: 코사어
|
556
|
+
:xog: 소가어
|
492
557
|
:yao: 야오족어
|
493
558
|
:yap: 얍페세어
|
559
|
+
:yav: 양본어
|
560
|
+
:ybb: 옘바어
|
494
561
|
:yi: 이디시어
|
495
562
|
:yo: 요루바어
|
496
563
|
:ypk: 야픽어
|
@@ -4,23 +4,36 @@
|
|
4
4
|
:formats:
|
5
5
|
:currency:
|
6
6
|
:patterns:
|
7
|
-
:default: ¤#,##0.00
|
7
|
+
:default: ¤#,##0.00;(¤#,##0.00)
|
8
8
|
:unit:
|
9
9
|
:other: ! '{0} {1}'
|
10
10
|
:decimal:
|
11
11
|
:patterns:
|
12
12
|
:default: ! '#,##0.###'
|
13
|
+
:long:
|
14
|
+
1000: 0
|
15
|
+
10000: 0만
|
16
|
+
100000: 00만
|
17
|
+
1000000: 000만
|
18
|
+
10000000: 0000만
|
19
|
+
100000000: 0억
|
20
|
+
1000000000: 00억
|
21
|
+
10000000000: 000억
|
22
|
+
100000000000: 0000억
|
23
|
+
1000000000000: 0조
|
24
|
+
10000000000000: 00조
|
25
|
+
100000000000000: 000조
|
13
26
|
:short:
|
14
27
|
1000: 0
|
15
|
-
10000: 0
|
28
|
+
10000: 0만
|
16
29
|
100000: 00만
|
17
30
|
1000000: 000만
|
18
31
|
10000000: 0000만
|
19
|
-
100000000: 0
|
32
|
+
100000000: 0억
|
20
33
|
1000000000: 00억
|
21
34
|
10000000000: 000억
|
22
35
|
100000000000: 0000억
|
23
|
-
1000000000000: 0
|
36
|
+
1000000000000: 0조
|
24
37
|
10000000000000: 00조
|
25
38
|
100000000000000: 000조
|
26
39
|
:percent:
|
@@ -8,13 +8,9 @@
|
|
8
8
|
:other: ! '{0}일'
|
9
9
|
:day-future:
|
10
10
|
:default:
|
11
|
-
0: 0일 후
|
12
|
-
1: 1일 후
|
13
11
|
:other: ! '{0}일 후'
|
14
12
|
:day-past:
|
15
13
|
:default:
|
16
|
-
0: 0일 전
|
17
|
-
1: 1일 전
|
18
14
|
:other: ! '{0}일 전'
|
19
15
|
:hour:
|
20
16
|
:default:
|
@@ -23,13 +19,9 @@
|
|
23
19
|
:other: ! '{0}시간'
|
24
20
|
:hour-future:
|
25
21
|
:default:
|
26
|
-
0: 0시간 후
|
27
|
-
1: 1시간 후
|
28
22
|
:other: ! '{0}시간 후'
|
29
23
|
:hour-past:
|
30
24
|
:default:
|
31
|
-
0: 0시간 전
|
32
|
-
1: 1시간 전
|
33
25
|
:other: ! '{0}시간 전'
|
34
26
|
:minute:
|
35
27
|
:default:
|
@@ -38,13 +30,9 @@
|
|
38
30
|
:other: ! '{0}분'
|
39
31
|
:minute-future:
|
40
32
|
:default:
|
41
|
-
0: 0분 후
|
42
|
-
1: 1분 후
|
43
33
|
:other: ! '{0}분 후'
|
44
34
|
:minute-past:
|
45
35
|
:default:
|
46
|
-
0: 0분 전
|
47
|
-
1: 1분 전
|
48
36
|
:other: ! '{0}분 전'
|
49
37
|
:month:
|
50
38
|
:default:
|
@@ -53,13 +41,9 @@
|
|
53
41
|
:other: ! '{0}개월'
|
54
42
|
:month-future:
|
55
43
|
:default:
|
56
|
-
0: 0개월 후
|
57
|
-
1: 1개월 후
|
58
44
|
:other: ! '{0}개월 후'
|
59
45
|
:month-past:
|
60
46
|
:default:
|
61
|
-
0: 0개월 전
|
62
|
-
1: 1개월 전
|
63
47
|
:other: ! '{0}개월 전'
|
64
48
|
:second:
|
65
49
|
:default:
|
@@ -68,13 +52,9 @@
|
|
68
52
|
:other: ! '{0}초'
|
69
53
|
:second-future:
|
70
54
|
:default:
|
71
|
-
0: 0초 후
|
72
|
-
1: 1초 후
|
73
55
|
:other: ! '{0}초 후'
|
74
56
|
:second-past:
|
75
57
|
:default:
|
76
|
-
0: 0초 전
|
77
|
-
1: 1초 전
|
78
58
|
:other: ! '{0}초 전'
|
79
59
|
:week:
|
80
60
|
:default:
|
@@ -83,13 +63,9 @@
|
|
83
63
|
:other: ! '{0}주'
|
84
64
|
:week-future:
|
85
65
|
:default:
|
86
|
-
0: 0주 후
|
87
|
-
1: 1주 후
|
88
66
|
:other: ! '{0}주 후'
|
89
67
|
:week-past:
|
90
68
|
:default:
|
91
|
-
0: 0주 전
|
92
|
-
1: 1주 전
|
93
69
|
:other: ! '{0}주 전'
|
94
70
|
:year:
|
95
71
|
:default:
|
@@ -98,11 +74,7 @@
|
|
98
74
|
:other: ! '{0}년'
|
99
75
|
:year-future:
|
100
76
|
:default:
|
101
|
-
0: 0년 후
|
102
|
-
1: 1년 후
|
103
77
|
:other: ! '{0}년 후'
|
104
78
|
:year-past:
|
105
79
|
:default:
|
106
|
-
0: 0년 전
|
107
|
-
1: 1년 전
|
108
80
|
:other: ! '{0}년 전'
|