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
@@ -3,7 +3,7 @@
|
|
3
3
|
:languages:
|
4
4
|
:aa: アファル語
|
5
5
|
:ab: アブハズ語
|
6
|
-
:ace:
|
6
|
+
:ace: アチェ語
|
7
7
|
:ach: アチョリ語
|
8
8
|
:ada: アダングメ語
|
9
9
|
:ady: アディゲ語
|
@@ -11,6 +11,7 @@
|
|
11
11
|
:af: アフリカーンス語
|
12
12
|
:afa: セム・ハム諸語
|
13
13
|
:afh: アフリヒリ語
|
14
|
+
:agq: アゲム語
|
14
15
|
:ain: アイヌ語
|
15
16
|
:ak: アカン語
|
16
17
|
:akk: アッカド語
|
@@ -19,20 +20,20 @@
|
|
19
20
|
:alt: 南アルタイ語
|
20
21
|
:am: アムハラ語
|
21
22
|
:an: アラゴン語
|
22
|
-
:ang:
|
23
|
+
:ang: 古英語
|
23
24
|
:anp: アンギカ語
|
24
25
|
:apa: アパッチ語族
|
25
26
|
:ar: アラビア語
|
26
27
|
:arc: アラム語
|
27
28
|
:arn: アラウカン語
|
28
29
|
:arp: アラパホー語
|
29
|
-
:art:
|
30
|
+
:art: 人工言語
|
30
31
|
:arw: アラワク語
|
31
32
|
:as: アッサム語
|
32
33
|
:asa: アス語
|
33
34
|
:ast: アストゥリアス語
|
34
35
|
:ath: アサパスカン語族
|
35
|
-
:aus:
|
36
|
+
:aus: オーストラリア諸語
|
36
37
|
:av: アヴァル語
|
37
38
|
:awa: アワディー語
|
38
39
|
:ay: アイマラ語
|
@@ -44,17 +45,21 @@
|
|
44
45
|
:ban: バリ語
|
45
46
|
:bas: バサ語
|
46
47
|
:bat: バルト諸語
|
48
|
+
:bax: バムン語
|
49
|
+
:bbj: ゴーマラ語
|
47
50
|
:be: ベラルーシ語
|
48
51
|
:bej: ベジャ語
|
49
52
|
:bem: ベンバ語
|
50
53
|
:ber: ベルベル諸語
|
51
54
|
:bez: ベナ語
|
55
|
+
:bfd: バフット語
|
52
56
|
:bg: ブルガリア語
|
53
57
|
:bh: ビハール語
|
54
|
-
:bho:
|
58
|
+
:bho: ボージュプリー語
|
55
59
|
:bi: ビスラマ語
|
56
60
|
:bik: ビコル語
|
57
61
|
:bin: ビニ語
|
62
|
+
:bkm: コム語
|
58
63
|
:bla: シクシカ語
|
59
64
|
:bm: バンバラ語
|
60
65
|
:bn: ベンガル語
|
@@ -64,29 +69,35 @@
|
|
64
69
|
:bra: ブラジ語
|
65
70
|
:brx: ボド語
|
66
71
|
:bs: ボスニア語
|
72
|
+
:bss: アコース語
|
67
73
|
:btk: バタク語
|
68
74
|
:bua: ブリヤート語
|
69
75
|
:bug: ブギ語
|
76
|
+
:bum: ブル語
|
70
77
|
:byn: ビリン語
|
78
|
+
:byv: メドゥンバ語
|
71
79
|
:ca: カタロニア語
|
72
80
|
:cad: カドー語
|
73
81
|
:cai: 中米インディアン諸語
|
74
82
|
:car: カリブ語
|
75
83
|
:cau: コーカサス諸語
|
84
|
+
:cay: カユーガ語
|
76
85
|
:cch: チャワイ語
|
77
86
|
:ce: チェチェン語
|
78
87
|
:ceb: セブアノ語
|
79
88
|
:cel: ケルト諸語
|
89
|
+
:cgg: チガ語
|
80
90
|
:ch: チャモロ語
|
81
91
|
:chb: チブチャ語
|
82
92
|
:chg: チャガタイ語
|
83
93
|
:chk: チューク語
|
84
94
|
:chm: マリ語
|
85
|
-
:chn:
|
95
|
+
:chn: チヌーク混成語
|
86
96
|
:cho: チョクトー語
|
87
97
|
:chp: チペワイアン語
|
88
98
|
:chr: チェロキー語
|
89
99
|
:chy: シャイアン語
|
100
|
+
:ckb: クルド語[ソラニー]
|
90
101
|
:cmc: チャム語族
|
91
102
|
:co: コルシカ語
|
92
103
|
:cop: コプト語
|
@@ -100,11 +111,12 @@
|
|
100
111
|
:csb: カシューブ語
|
101
112
|
:cu: 教会スラブ語
|
102
113
|
:cus: クシュ諸語
|
103
|
-
:cv:
|
114
|
+
:cv: チュヴァシ語
|
104
115
|
:cy: ウェールズ語
|
105
116
|
:da: デンマーク語
|
106
117
|
:dak: ダコタ語
|
107
118
|
:dar: ダルガン語
|
119
|
+
:dav: タイタ語
|
108
120
|
:day: ダヤク語
|
109
121
|
:de: ドイツ語
|
110
122
|
:de-AT: ドイツ語[オーストリア]
|
@@ -113,17 +125,20 @@
|
|
113
125
|
:den: スレイビー語
|
114
126
|
:dgr: ドグリブ語
|
115
127
|
:din: ディンカ語
|
116
|
-
:
|
128
|
+
:dje: ザルマ語
|
129
|
+
:doi: ドーグリー語
|
117
130
|
:dra: ドラヴィダ諸語
|
118
131
|
:dsb: 低ソルビア語
|
119
132
|
:dua: ドゥアラ語
|
120
133
|
:dum: 中世オランダ語
|
121
134
|
:dv: ディベヒ語
|
122
|
-
:
|
135
|
+
:dyo: ジョラ=フォニィ語
|
136
|
+
:dyu: ジュラ語
|
123
137
|
:dz: ゾンカ語
|
138
|
+
:dzg: ダザガ語
|
124
139
|
:ebu: エンブ語
|
125
140
|
:ee: エウェ語
|
126
|
-
:efi:
|
141
|
+
:efi: エフィク語
|
127
142
|
:egy: 古代エジプト語
|
128
143
|
:eka: エカジュク語
|
129
144
|
:el: ギリシャ語
|
@@ -156,9 +171,10 @@
|
|
156
171
|
:fr-CH: フランス語[スイス]
|
157
172
|
:frm: 中期フランス語
|
158
173
|
:fro: 古フランス語
|
174
|
+
:frr: 北フリジア語
|
159
175
|
:frs: 東フリジア語
|
160
176
|
:fur: フリウリ語
|
161
|
-
:fy:
|
177
|
+
:fy: 西フリジア語
|
162
178
|
:ga: アイルランド語
|
163
179
|
:gaa: ガ語
|
164
180
|
:gay: ガヨ語
|
@@ -178,6 +194,7 @@
|
|
178
194
|
:grc: 古代ギリシャ語
|
179
195
|
:gsw: スイスドイツ語
|
180
196
|
:gu: グジャラート語
|
197
|
+
:guz: グシイ語
|
181
198
|
:gv: マン島語
|
182
199
|
:gwi: グウィッチン語
|
183
200
|
:ha: ハウサ語
|
@@ -189,7 +206,7 @@
|
|
189
206
|
:him: ヒマチャル語
|
190
207
|
:hit: ヒッタイト語
|
191
208
|
:hmn: フモン語
|
192
|
-
:ho:
|
209
|
+
:ho: ヒリモツ語
|
193
210
|
:hr: クロアチア語
|
194
211
|
:hsb: 上ソルビア語
|
195
212
|
:ht: ハイチ語
|
@@ -197,10 +214,11 @@
|
|
197
214
|
:hup: アタパスカ語
|
198
215
|
:hy: アルメニア語
|
199
216
|
:hz: ヘレロ語
|
200
|
-
:ia:
|
217
|
+
:ia: インターリングア
|
201
218
|
:iba: イバン語
|
219
|
+
:ibb: イビビオ語
|
202
220
|
:id: インドネシア語
|
203
|
-
:ie:
|
221
|
+
:ie: インターリング
|
204
222
|
:ig: イボ語
|
205
223
|
:ii: 四川イ語
|
206
224
|
:ijo: イジョー語
|
@@ -208,7 +226,7 @@
|
|
208
226
|
:ilo: イロカノ語
|
209
227
|
:inc: インド諸語
|
210
228
|
:ine: 印欧諸語
|
211
|
-
:inh:
|
229
|
+
:inh: イングーシ語
|
212
230
|
:io: イド語
|
213
231
|
:ira: イラン語
|
214
232
|
:iro: イロコイ語族
|
@@ -217,42 +235,51 @@
|
|
217
235
|
:iu: イヌクウティトット語
|
218
236
|
:ja: 日本語
|
219
237
|
:jbo: ロジバン語
|
238
|
+
:jmc: マチャメ語
|
220
239
|
:jpr: ユダヤ・ペルシア語
|
221
240
|
:jrb: ユダヤ・アラビア語
|
222
241
|
:jv: ジャワ語
|
223
242
|
:ka: グルジア語
|
224
|
-
:kaa:
|
243
|
+
:kaa: カラカルパク語
|
225
244
|
:kab: カビル語
|
226
245
|
:kac: カチン語
|
227
246
|
:kaj: カジェ語
|
228
247
|
:kam: カンバ語
|
229
|
-
:kar:
|
248
|
+
:kar: カレン諸語
|
230
249
|
:kaw: カウィ語
|
231
250
|
:kbd: カバルド語
|
251
|
+
:kbl: カネンブ語
|
232
252
|
:kcg: カタブ語
|
253
|
+
:kde: マコンデ語
|
233
254
|
:kea: カーボベルデ・クレオール語
|
234
255
|
:kfo: コロ語
|
235
256
|
:kg: コンゴ語
|
236
257
|
:kha: カシ語
|
237
258
|
:khi: コイサン諸語
|
238
259
|
:kho: コータン語
|
260
|
+
:khq: コイラ・チーニ語
|
239
261
|
:ki: キクユ語
|
240
|
-
:kj:
|
262
|
+
:kj: クワニャマ語
|
241
263
|
:kk: カザフ語
|
264
|
+
:kkj: カコ語
|
242
265
|
:kl: グリーンランド語
|
266
|
+
:kln: カレンジン語
|
243
267
|
:km: クメール語
|
244
|
-
:kmb:
|
268
|
+
:kmb: キンブンド語
|
245
269
|
:kn: カンナダ語
|
246
270
|
:ko: 韓国語
|
247
271
|
:kok: コンカニ語
|
248
|
-
:kos:
|
272
|
+
:kos: コスラエ語
|
249
273
|
:kpe: クペレ語
|
250
274
|
:kr: カヌリ語
|
251
275
|
:krc: カラチャイ語
|
252
276
|
:krl: カレリア語
|
253
|
-
:kro:
|
277
|
+
:kro: クルー諸語
|
254
278
|
:kru: クルク語
|
255
279
|
:ks: カシミール語
|
280
|
+
:ksb: サンバー語
|
281
|
+
:ksf: バフィア語
|
282
|
+
:ksh: ケルン語
|
256
283
|
:ku: クルド語
|
257
284
|
:kum: クムク語
|
258
285
|
:kut: クテナイ語
|
@@ -260,7 +287,8 @@
|
|
260
287
|
:kw: コーンウォール語
|
261
288
|
:ky: キルギス語
|
262
289
|
:la: ラテン語
|
263
|
-
:lad:
|
290
|
+
:lad: ラディノ語
|
291
|
+
:lag: ランギ語
|
264
292
|
:lah: ラフンダー語
|
265
293
|
:lam: ランバ語
|
266
294
|
:lb: ルクセンブルク語
|
@@ -270,7 +298,7 @@
|
|
270
298
|
:ln: リンガラ語
|
271
299
|
:lo: ラオ語
|
272
300
|
:lol: モンゴ語
|
273
|
-
:loz:
|
301
|
+
:loz: ロジ語
|
274
302
|
:lt: リトアニア語
|
275
303
|
:lu: ルバ・カタンガ語
|
276
304
|
:lua: ルバ・ルルア語
|
@@ -281,17 +309,22 @@
|
|
281
309
|
:luy: ルヒヤ語
|
282
310
|
:lv: ラトビア語
|
283
311
|
:mad: マドゥラ語
|
312
|
+
:maf: マファ語
|
284
313
|
:mag: マガヒー語
|
285
314
|
:mai: マイティリー語
|
286
315
|
:mak: マカッサル語
|
287
316
|
:man: マンディンゴ語
|
288
317
|
:map: オーストロネシア諸語
|
289
318
|
:mas: マサイ語
|
319
|
+
:mde: マバ語
|
290
320
|
:mdf: モクシャ語
|
291
321
|
:mdr: マンダル語
|
292
322
|
:men: メンデ語
|
323
|
+
:mer: メル語
|
324
|
+
:mfe: モーリシャス・クレオール語
|
293
325
|
:mg: マダガスカル語
|
294
326
|
:mga: 中期アイルランド語
|
327
|
+
:mgh: マクア・ミート語
|
295
328
|
:mh: マーシャル語
|
296
329
|
:mi: マオリ語
|
297
330
|
:mic: ミクマク語
|
@@ -302,7 +335,7 @@
|
|
302
335
|
:ml: マラヤーラム語
|
303
336
|
:mn: モンゴル語
|
304
337
|
:mnc: 満州語
|
305
|
-
:mni:
|
338
|
+
:mni: マニプリ語
|
306
339
|
:mno: マノボ語族
|
307
340
|
:mo: モルダビア語
|
308
341
|
:moh: モーホーク語
|
@@ -310,21 +343,24 @@
|
|
310
343
|
:mr: マラーティー語
|
311
344
|
:ms: マレー語
|
312
345
|
:mt: マルタ語
|
346
|
+
:mua: ムンダン語
|
313
347
|
:mul: 複数言語
|
314
348
|
:mun: ムンダ語族
|
315
349
|
:mus: クリーク語
|
316
350
|
:mwl: ミランダ語
|
317
351
|
:mwr: マールワーリー語
|
318
352
|
:my: ビルマ語
|
353
|
+
:mye: ミエネ語
|
319
354
|
:myn: マヤ語族
|
320
355
|
:myv: エルジャ語
|
321
356
|
:na: ナウル語
|
322
357
|
:nah: ナワトル語
|
323
358
|
:nai: 北米インディアン諸語
|
324
359
|
:nap: ナポリ語
|
360
|
+
:naq: ナマ語
|
325
361
|
:nb: ノルウェー語[ブークモール]
|
326
362
|
:nd: 北ンデベレ語
|
327
|
-
:nds:
|
363
|
+
:nds: 低地ドイツ語
|
328
364
|
:ne: ネパール語
|
329
365
|
:new: ネワール語
|
330
366
|
:ng: ンドンガ語
|
@@ -333,7 +369,9 @@
|
|
333
369
|
:niu: ニウーエイ語
|
334
370
|
:nl: オランダ語
|
335
371
|
:nl-BE: フレミッシュ語
|
372
|
+
:nmg: クワシオ語
|
336
373
|
:nn: ノルウェー語[ニーノシュク]
|
374
|
+
:nnh: ンジエムブーン語
|
337
375
|
:no: ノルウェー語
|
338
376
|
:nog: ノガイ語
|
339
377
|
:non: 古ノルド語
|
@@ -341,25 +379,26 @@
|
|
341
379
|
:nr: 南ンデベレ語
|
342
380
|
:nso: 北部ソト語
|
343
381
|
:nub: ヌビア語族
|
382
|
+
:nus: ヌエル語
|
344
383
|
:nv: ナバホ語
|
345
384
|
:nwc: 古典ネワール語
|
346
|
-
:ny:
|
385
|
+
:ny: ニャンジャ語
|
347
386
|
:nym: ニャムウェジ語
|
348
387
|
:nyn: ニャンコレ語
|
349
388
|
:nyo: ニョロ語
|
350
389
|
:nzi: ンゼマ語
|
351
390
|
:oc: オック語
|
352
|
-
:oj:
|
391
|
+
:oj: オジブウェー語
|
353
392
|
:om: オロモ語
|
354
393
|
:or: オリヤー語
|
355
|
-
:os:
|
394
|
+
:os: オセット語
|
356
395
|
:osa: オセージ語
|
357
396
|
:ota: オスマントルコ語
|
358
397
|
:oto: オトミ語族
|
359
398
|
:pa: パンジャブ語
|
360
399
|
:paa: パプア諸語
|
361
400
|
:pag: パンガシナン語
|
362
|
-
:pal:
|
401
|
+
:pal: パフラヴィー語
|
363
402
|
:pam: パンパンガ語
|
364
403
|
:pap: パピアメント語
|
365
404
|
:pau: パラオ語
|
@@ -369,7 +408,7 @@
|
|
369
408
|
:pi: パーリ語
|
370
409
|
:pl: ポーランド語
|
371
410
|
:pon: ポンペイ語
|
372
|
-
:pra:
|
411
|
+
:pra: プラークリット諸語
|
373
412
|
:pro: 古期プロバンス語
|
374
413
|
:ps: パシュトゥ語
|
375
414
|
:pt: ポルトガル語
|
@@ -378,8 +417,8 @@
|
|
378
417
|
:qu: ケチュア語
|
379
418
|
:raj: ラージャスターン語
|
380
419
|
:rap: ラパヌイ語
|
381
|
-
:rar:
|
382
|
-
:rm:
|
420
|
+
:rar: ラロトンガ語
|
421
|
+
:rm: ロマンシュ語
|
383
422
|
:rn: ルンディ語
|
384
423
|
:ro: ルーマニア語
|
385
424
|
:roa: ロマンス諸語
|
@@ -396,23 +435,31 @@
|
|
396
435
|
:sai: 南米インディアン諸語
|
397
436
|
:sal: セイリッシュ語族
|
398
437
|
:sam: サマリア・アラム語
|
438
|
+
:saq: サンブル語
|
399
439
|
:sas: ササク語
|
400
440
|
:sat: サンターリー語
|
441
|
+
:sba: ンガムバイ語
|
442
|
+
:sbp: サング語
|
401
443
|
:sc: サルデーニャ語
|
402
444
|
:scn: シチリア語
|
403
445
|
:sco: スコットランド語
|
404
446
|
:sd: シンド語
|
405
447
|
:se: 北サーミ語
|
448
|
+
:see: セネカ語
|
449
|
+
:seh: セナ語
|
406
450
|
:sel: セリクプ語
|
407
451
|
:sem: セム諸語
|
452
|
+
:ses: コイラボロ・センニ語
|
408
453
|
:sg: サンゴ語
|
409
454
|
:sga: 古期アイルランド語
|
410
|
-
:sgn:
|
411
|
-
:sh:
|
455
|
+
:sgn: 手話
|
456
|
+
:sh: セルボ・クロアチア語
|
457
|
+
:shi: タシルハイト語
|
412
458
|
:shn: シャン語
|
459
|
+
:shu: チャド・アラビア語
|
413
460
|
:si: シンハラ語
|
414
461
|
:sid: シダモ語
|
415
|
-
:sio:
|
462
|
+
:sio: スー諸語
|
416
463
|
:sit: シナ・チベット諸語
|
417
464
|
:sk: スロバキア語
|
418
465
|
:sl: スロベニア語
|
@@ -432,8 +479,9 @@
|
|
432
479
|
:sr: セルビア語
|
433
480
|
:srn: スリナム語
|
434
481
|
:srr: セレル語
|
435
|
-
:ss:
|
482
|
+
:ss: スワジ語
|
436
483
|
:ssa: ナイル・サハラ諸語
|
484
|
+
:ssy: サホ語
|
437
485
|
:st: 南部ソト語
|
438
486
|
:su: スンダ語
|
439
487
|
:suk: スクマ語
|
@@ -442,11 +490,14 @@
|
|
442
490
|
:sv: スウェーデン語
|
443
491
|
:sw: スワヒリ語
|
444
492
|
:swb: コモロ語
|
493
|
+
:swc: コンゴ・スワヒリ語
|
494
|
+
:syc: 古典シリア語
|
445
495
|
:syr: シリア語
|
446
|
-
:ta:
|
496
|
+
:ta: タミル語
|
447
497
|
:tai: タイ諸語
|
448
498
|
:te: テルグ語
|
449
499
|
:tem: テムネ語
|
500
|
+
:teo: テソ語
|
450
501
|
:ter: テレーノ語
|
451
502
|
:tet: テトゥン語
|
452
503
|
:tg: タジク語
|
@@ -465,6 +516,7 @@
|
|
465
516
|
:tog: トンガ語[ニアサ]
|
466
517
|
:tpi: トク・ピシン語
|
467
518
|
:tr: トルコ語
|
519
|
+
:trv: タロコ語
|
468
520
|
:ts: ツォンガ語
|
469
521
|
:tsi: チムシュ語
|
470
522
|
:tt: タタール語
|
@@ -473,39 +525,46 @@
|
|
473
525
|
:tut: アルタイ諸語
|
474
526
|
:tvl: ツバル語
|
475
527
|
:tw: トウィ語
|
528
|
+
:twq: タサワク語
|
476
529
|
:ty: タヒチ語
|
477
530
|
:tyv: トゥヴァ語
|
531
|
+
:tzm: 中央アトラス・タマジクト語
|
478
532
|
:udm: ウドムルト語
|
479
533
|
:ug: ウイグル
|
480
534
|
:uga: ウガリト語
|
481
535
|
:uk: ウクライナ語
|
482
|
-
:umb:
|
483
|
-
:und:
|
536
|
+
:umb: ムブンドゥ語
|
537
|
+
:und: 言語不明
|
484
538
|
:ur: ウルドゥー語
|
485
539
|
:uz: ウズベク語
|
486
540
|
:vai: ヴァイ語
|
487
541
|
:ve: ベンダ語
|
488
542
|
:vi: ベトナム語
|
489
|
-
:vo:
|
490
|
-
:vot:
|
543
|
+
:vo: ヴォラピュク語
|
544
|
+
:vot: ヴォート語
|
545
|
+
:vun: ヴンジョ語
|
491
546
|
:wa: ワロン語
|
492
547
|
:wae: ヴァリス語
|
493
548
|
:wak: ワカシ語族
|
494
|
-
:wal:
|
549
|
+
:wal: ウォライタ語
|
495
550
|
:war: ワライ語
|
496
551
|
:was: ワショ語
|
497
552
|
:wen: ソルビア語族
|
498
553
|
:wo: ウォロフ語
|
499
554
|
:xal: カルムイク語
|
500
555
|
:xh: コサ語
|
556
|
+
:xog: ソガ語
|
501
557
|
:yao: ヤオ語
|
502
558
|
:yap: ヤップ語
|
559
|
+
:yav: ヤンベン語
|
560
|
+
:ybb: イエンバ語
|
503
561
|
:yi: イディッシュ語
|
504
562
|
:yo: ヨルバ語
|
505
563
|
:ypk: ユピック語族
|
506
564
|
:yue: 広東語
|
507
565
|
:za: チワン語
|
508
|
-
:zap:
|
566
|
+
:zap: サポテカ語
|
567
|
+
:zbl: ブリスシンボル
|
509
568
|
:zen: ゼナガ語
|
510
569
|
:zh: 中国語
|
511
570
|
:zh-Hans: 簡体中国語
|
@@ -514,3 +573,4 @@
|
|
514
573
|
:zu: ズールー語
|
515
574
|
:zun: ズニ語
|
516
575
|
:zxx: 言語的内容なし
|
576
|
+
:zza: ザザ語
|