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: อียิปต์โบราณ
|
@@ -132,8 +151,7 @@
|
|
132
151
|
:enm: อังกฤษกลาง
|
133
152
|
:eo: เอสเปอรันโต
|
134
153
|
:es: สเปน
|
135
|
-
:es-
|
136
|
-
:es-ES: สเปน (ไอบีเรีย)
|
154
|
+
:es-ES: สเปนในยุโรป
|
137
155
|
:et: เอสโตเนีย
|
138
156
|
:eu: บัสเก
|
139
157
|
:ewo: อีวันโด
|
@@ -148,6 +166,7 @@
|
|
148
166
|
:fo: แฟโร
|
149
167
|
:fon: ฟอน
|
150
168
|
:fr: ฝรั่งเศส
|
169
|
+
:fr-CA: ฝรั่งเศสในแคนาดา
|
151
170
|
:fr-CH: ฝรั่งเศส (สวิส)
|
152
171
|
:frm: ฝรั่งเศสกลาง
|
153
172
|
:fro: ฝรั่งเศสโบราณ
|
@@ -174,6 +193,7 @@
|
|
174
193
|
:grc: กรีกโบราณ
|
175
194
|
:gsw: เยอรมันสวิส
|
176
195
|
:gu: คุชราต
|
196
|
+
:guz: กุซซี
|
177
197
|
:gv: มานซ์
|
178
198
|
:gwi: กวิชอิน
|
179
199
|
:ha: เฮาชา
|
@@ -195,6 +215,7 @@
|
|
195
215
|
:hz: เฮเรโร
|
196
216
|
:ia: อินเตอร์ลิงกัว
|
197
217
|
:iba: อิบาน
|
218
|
+
:ibb: อิบิบิโอ
|
198
219
|
:id: อินโดนีเชีย
|
199
220
|
:ie: อินเตอร์ลิงกิว
|
200
221
|
:ig: อิกโบ
|
@@ -213,6 +234,7 @@
|
|
213
234
|
:iu: อินุกติตุต
|
214
235
|
:ja: ญี่ปุ่น
|
215
236
|
:jbo: โลชบัน
|
237
|
+
:jmc: มาชาเม
|
216
238
|
:jpr: ยิว-เปอร์เซีย
|
217
239
|
:jrb: ยิว-อาหรับ
|
218
240
|
:jv: ชวา
|
@@ -225,16 +247,22 @@
|
|
225
247
|
:kar: กะเหรี่ยง
|
226
248
|
:kaw: กวี
|
227
249
|
:kbd: คาร์บาเดีย
|
250
|
+
:kbl: คาเนมบู
|
228
251
|
:kcg: ทีแยป
|
252
|
+
:kde: มาคอนเด
|
253
|
+
:kea: คาบูเวอร์เดียนู
|
229
254
|
:kfo: โคโร
|
230
255
|
:kg: คองโก
|
231
256
|
:kha: กาสี
|
232
257
|
:khi: ภาษาคอยซาน
|
233
258
|
:kho: โคตัน
|
259
|
+
:khq: โคย์ราชีนี
|
234
260
|
:ki: กีกูยู
|
235
261
|
:kj: กวนยามา
|
236
262
|
:kk: คาซัค
|
263
|
+
:kkj: คาโก
|
237
264
|
:kl: กรีนแลนด์
|
265
|
+
:kln: คาเลนจิน
|
238
266
|
:km: เขมร
|
239
267
|
:kmb: คิมบุนดู
|
240
268
|
:kn: กันนาดา
|
@@ -248,6 +276,9 @@
|
|
248
276
|
:kro: ครู
|
249
277
|
:kru: กุรุข
|
250
278
|
:ks: กัศมีร์
|
279
|
+
:ksb: ชัมบาลา
|
280
|
+
:ksf: บาเฟีย
|
281
|
+
:ksh: โคโลญ
|
251
282
|
:ku: เคิร์ด
|
252
283
|
:kum: คูมืยค์
|
253
284
|
:kut: คูเทไน
|
@@ -256,6 +287,7 @@
|
|
256
287
|
:ky: คีร์กีซ
|
257
288
|
:la: ละติน
|
258
289
|
:lad: ลาดิโน
|
290
|
+
:lag: แลนจี
|
259
291
|
:lah: ลาฮ์นดา
|
260
292
|
:lam: แลมบา
|
261
293
|
:lb: ลักเซมเบิร์ก
|
@@ -273,19 +305,25 @@
|
|
273
305
|
:lun: ลันดา
|
274
306
|
:luo: ลัว
|
275
307
|
:lus: ลูไช
|
308
|
+
:luy: ลูเยีย
|
276
309
|
:lv: ลัตเวีย
|
277
310
|
:mad: มาดูรา
|
311
|
+
:maf: มาฟา
|
278
312
|
:mag: มคหี
|
279
313
|
:mai: ไมถิลี
|
280
314
|
:mak: มากาซาร์
|
281
315
|
:man: มันดิงกา
|
282
316
|
:map: ออสโตรนีเซียน
|
283
317
|
:mas: มาไซ
|
318
|
+
:mde: มาบา
|
284
319
|
:mdf: มอคชา
|
285
320
|
:mdr: มานดาร์
|
286
321
|
:men: เมนเด
|
322
|
+
:mer: เมรู
|
323
|
+
:mfe: มอริสเยน
|
287
324
|
:mg: มาลากาซี
|
288
325
|
:mga: ไอริชกลาง
|
326
|
+
:mgh: มากัววา-มีทโท
|
289
327
|
:mh: มาร์แชลลิส
|
290
328
|
:mi: เมารี
|
291
329
|
:mic: มิกแมก
|
@@ -304,18 +342,21 @@
|
|
304
342
|
:mr: มราฐี
|
305
343
|
:ms: มาเลย์
|
306
344
|
:mt: มอลตา
|
345
|
+
:mua: มันดัง
|
307
346
|
:mul: หลายภาษา
|
308
347
|
:mun: ภาษามันดา
|
309
348
|
:mus: ครีก
|
310
349
|
:mwl: มีรันดา
|
311
350
|
:mwr: มารวาฑี
|
312
351
|
:my: พม่า
|
352
|
+
:mye: มยีน
|
313
353
|
:myn: ภาษามายา
|
314
354
|
:myv: เอียร์ซยา
|
315
355
|
:na: นาอูรู
|
316
356
|
:nah: นาฮัว
|
317
357
|
:nai: ภาษาอินเดียอเมริกาเหนือ
|
318
358
|
:nap: นาโปลี
|
359
|
+
:naq: นามา
|
319
360
|
:nb: นอร์เวย์บุคมอล
|
320
361
|
:nd: เอ็นเดเบเลเหนือ
|
321
362
|
:nds: เยอรมันต่ำ - แซกซอนต่ำ
|
@@ -327,7 +368,9 @@
|
|
327
368
|
:niu: นีอู
|
328
369
|
:nl: ดัตช์
|
329
370
|
:nl-BE: เฟลมิช
|
371
|
+
:nmg: กวาซิโอ
|
330
372
|
:nn: นอร์เวย์นีนอสก์
|
373
|
+
:nnh: จีมบูน
|
331
374
|
:no: นอร์เวย์
|
332
375
|
:nog: โนไก
|
333
376
|
:non: นอร์สโบราณ
|
@@ -335,6 +378,7 @@
|
|
335
378
|
:nr: เอ็นเดเบเลใต้
|
336
379
|
:nso: โซโทเหนือ
|
337
380
|
:nub: ภาษานูเบียน
|
381
|
+
:nus: เนือร์
|
338
382
|
:nv: นาวาโฮ
|
339
383
|
:nwc: เนวาร์ดั้งเดิม
|
340
384
|
:ny: เนียนจา
|
@@ -368,40 +412,50 @@
|
|
368
412
|
:ps: พุชโต
|
369
413
|
:pt: โปรตุเกส
|
370
414
|
:pt-BR: โปรตุเกส - บราซิล
|
371
|
-
:pt-PT:
|
415
|
+
:pt-PT: โปรตุเกสในยุโรป
|
372
416
|
:qu: ควิชัว
|
373
417
|
:raj: ราชสถาน
|
374
418
|
:rap: ราปานู
|
375
419
|
:rar: ราโรทองกา
|
376
|
-
:rm:
|
420
|
+
:rm: โรแมนซ์
|
377
421
|
:rn: บุรุนดี
|
378
422
|
:ro: โรมาเนีย
|
379
423
|
:roa: ภาษาโรมานซ์
|
424
|
+
:rof: รอมโบ
|
380
425
|
:rom: โรมานี
|
381
426
|
:root: รูท
|
382
427
|
:ru: รัสเซีย
|
383
428
|
:rup: อาโรมาเนียน
|
384
429
|
:rw: รวันดา
|
430
|
+
:rwk: รวา
|
385
431
|
:sa: สันสกฤต
|
386
432
|
:sad: ซันดาเว
|
387
|
-
:sah:
|
433
|
+
:sah: ซาฮา
|
388
434
|
:sai: ภาษาอเมริกันอินเดียนใต้
|
389
435
|
:sal: ภาษาชาลิช
|
390
436
|
:sam: อราเมอิกซามาเรีย
|
437
|
+
:saq: แซมบูรู
|
391
438
|
:sas: ซาซัก
|
392
439
|
:sat: สันตาลี
|
440
|
+
:sba: กัมเบ
|
441
|
+
:sbp: แซงกู
|
393
442
|
:sc: ซาร์เดญา
|
394
443
|
:scn: ซิซิลี
|
395
444
|
:sco: สกอตส์
|
396
445
|
:sd: สินธุ
|
397
446
|
:se: ซามิเหนือ
|
447
|
+
:see: เซนิกา
|
448
|
+
:seh: เซนา
|
398
449
|
:sel: เซลคุป
|
399
450
|
:sem: ภาษาเซมิติก
|
451
|
+
:ses: โคย์ราโบโรเซนนี
|
400
452
|
:sg: แซงโก
|
401
453
|
:sga: ไอริชโบราณ
|
402
454
|
:sgn: ภาษาสัญญาณ
|
403
455
|
:sh: เซอร์โบ-โครเอเชีย
|
456
|
+
:shi: ทาเชลีห์ท
|
404
457
|
:shn: ไทใหญ่
|
458
|
+
:shu: อาหรับ-ชาด
|
405
459
|
:si: สิงหล
|
406
460
|
:sid: ซิดาโม
|
407
461
|
:sio: ภาษาซิอวน
|
@@ -426,6 +480,7 @@
|
|
426
480
|
:srr: เซแรร์
|
427
481
|
:ss: สวาติ
|
428
482
|
:ssa: ภาษานิโล-ซาฮารัน
|
483
|
+
:ssy: ซาโฮ
|
429
484
|
:st: โซโทใต้
|
430
485
|
:su: ซุนดา
|
431
486
|
:suk: ซูคูมา
|
@@ -434,12 +489,14 @@
|
|
434
489
|
:sv: สวีเดน
|
435
490
|
:sw: สวาฮีลี
|
436
491
|
:swb: โคเมอเรียน
|
492
|
+
:swc: สวาฮีลี-คองโก
|
437
493
|
:syc: ซีเรียแบบดั้งเดิม
|
438
494
|
:syr: ซีเรีย
|
439
495
|
:ta: ทมิฬ
|
440
496
|
:tai: ภาษาไท
|
441
497
|
:te: เตลูกู
|
442
498
|
:tem: ทิมเน
|
499
|
+
:teo: เตโซ
|
443
500
|
:ter: เทเรโน
|
444
501
|
:tet: เตตุม
|
445
502
|
:tg: ทาจิก
|
@@ -458,6 +515,7 @@
|
|
458
515
|
:tog: ไนอะซาตองกา
|
459
516
|
:tpi: ท็อกพิซิน
|
460
517
|
:tr: ตุรกี
|
518
|
+
:trv: ทาโรโก
|
461
519
|
:ts: ซิิตซองกา
|
462
520
|
:tsi: ซิมชีแอน
|
463
521
|
:tt: ตาตาร์
|
@@ -466,8 +524,10 @@
|
|
466
524
|
:tut: ภาษาอัลตาอิก
|
467
525
|
:tvl: ตูวาลู
|
468
526
|
:tw: ทวิ
|
527
|
+
:twq: ตัสซาวัค
|
469
528
|
:ty: ตาฮิตี
|
470
529
|
:tyv: ตูวา
|
530
|
+
:tzm: เบอร์เบอร์-โมร็อกโกกลาง
|
471
531
|
:udm: อุดมูร์ต
|
472
532
|
:ug: อุยกูร์
|
473
533
|
:uga: ยูการิต
|
@@ -481,7 +541,9 @@
|
|
481
541
|
:vi: เวียดนาม
|
482
542
|
:vo: โวลาพึค
|
483
543
|
:vot: โวทิก
|
544
|
+
:vun: วุนจู
|
484
545
|
:wa: วาโลนี
|
546
|
+
:wae: วัลเซอร์
|
485
547
|
:wak: ภาษาวากาชาน
|
486
548
|
:wal: วาลาโม
|
487
549
|
:war: วาเรย์
|
@@ -490,8 +552,11 @@
|
|
490
552
|
:wo: โวลอฟ
|
491
553
|
:xal: คัลมืยค์
|
492
554
|
:xh: คะห์โอซา
|
555
|
+
:xog: โซกา
|
493
556
|
:yao: เย้า
|
494
557
|
:yap: ยัป
|
558
|
+
:yav: แยงเบน
|
559
|
+
:ybb: เยมบา
|
495
560
|
:yi: ยิว
|
496
561
|
:yo: โยรูบา
|
497
562
|
:ypk: ภาษาอูย์ปิค
|
@@ -4,24 +4,37 @@
|
|
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: 0 แสน
|
17
|
+
1000000: 0 ล้าน
|
18
|
+
10000000: 00 ล้าน
|
19
|
+
100000000: 000 ล้าน
|
20
|
+
1000000000: 0 พันล้าน
|
21
|
+
10000000000: 0 หมื่นล้าน
|
22
|
+
100000000000: 0 แสนล้าน
|
23
|
+
1000000000000: 0 ล้านล้าน
|
24
|
+
10000000000000: 00 ล้านล้าน
|
25
|
+
100000000000000: 000 ล้านล้าน
|
13
26
|
:short:
|
14
|
-
1000: 0.
|
15
|
-
10000: 0.
|
16
|
-
100000: 0.
|
17
|
-
1000000: 0.
|
18
|
-
10000000: 00
|
27
|
+
1000: 0 พ'.'
|
28
|
+
10000: 0 ม'.'
|
29
|
+
100000: 0 ส'.'
|
30
|
+
1000000: 0 ล'.'
|
31
|
+
10000000: 00 ล'.'
|
19
32
|
100000000: 000 ล'.'
|
20
|
-
1000000000: 0
|
21
|
-
10000000000: 0
|
22
|
-
100000000000: 0
|
23
|
-
1000000000000: 0
|
24
|
-
10000000000000: 00 ล'.'ล
|
33
|
+
1000000000: 0 พ'.'ล'.'
|
34
|
+
10000000000: 0 ม'.'ล'.'
|
35
|
+
100000000000: 0 ส'.'ล'.'
|
36
|
+
1000000000000: 0 ล'.'ล'.'
|
37
|
+
10000000000000: 00 ล'.'ล'.'
|
25
38
|
100000000000000: 000 ล'.'ล'.'
|
26
39
|
:percent:
|
27
40
|
:patterns:
|
@@ -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 year ago
|
108
80
|
:other: ! '{0} ปีที่แล้ว'
|