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: 阿卡德文
|
@@ -20,7 +21,7 @@
|
|
20
21
|
:am: 阿姆哈拉文
|
21
22
|
:an: 阿拉贡文
|
22
23
|
:ang: 古英文
|
23
|
-
:anp:
|
24
|
+
:anp: 昂加文
|
24
25
|
:apa: 阿帕切文
|
25
26
|
:ar: 阿拉伯文
|
26
27
|
:arc: 阿拉米文
|
@@ -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,19 +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: 卡尤加文
|
85
|
+
:cch: 阿灿文
|
73
86
|
:ce: 车臣文
|
74
87
|
:ceb: 宿务文
|
75
88
|
:cel: 其他凯尔特语系
|
89
|
+
:cgg: 奇加文
|
76
90
|
:ch: 查莫罗文
|
77
91
|
:chb: 契布卡文
|
78
92
|
:chg: 查加文
|
@@ -83,6 +97,7 @@
|
|
83
97
|
:chp: 佩瓦扬文
|
84
98
|
:chr: 彻罗基文
|
85
99
|
:chy: 夏延文
|
100
|
+
:ckb: 索拉尼库尔德文
|
86
101
|
:cmc: 查米克文
|
87
102
|
:co: 科西嘉文
|
88
103
|
:cop: 科普特文
|
@@ -90,7 +105,7 @@
|
|
90
105
|
:cpf: 其他以法文为基础的克里奥尔混合语系
|
91
106
|
:cpp: 其他以葡萄牙文为基础的克里奥尔混合语系
|
92
107
|
:cr: 克里族文
|
93
|
-
:crh:
|
108
|
+
:crh: 克里米亚土耳其文
|
94
109
|
:crp: 其他克里奥尔混合语系
|
95
110
|
:cs: 捷克文
|
96
111
|
:csb: 卡舒文
|
@@ -101,22 +116,27 @@
|
|
101
116
|
:da: 丹麦文
|
102
117
|
:dak: 达科他文
|
103
118
|
:dar: 达尔格瓦文
|
119
|
+
:dav: 台塔文
|
104
120
|
:day: 达雅克文
|
105
121
|
:de: 德文
|
106
|
-
:de-AT:
|
122
|
+
:de-AT: 奥地利德文
|
107
123
|
:de-CH: 瑞士高地德文
|
108
124
|
:del: 特拉华文
|
109
125
|
:den: 司雷夫文
|
110
126
|
:dgr: 多格里布文
|
111
127
|
:din: 丁卡文
|
128
|
+
:dje: 哲尔马文
|
112
129
|
:doi: 多格拉文
|
113
130
|
:dra: 其他德拉维语系
|
114
131
|
:dsb: 下索布文
|
115
132
|
:dua: 都阿拉文
|
116
133
|
:dum: 中古荷兰文
|
117
134
|
:dv: 迪维希文
|
135
|
+
:dyo: 朱拉文
|
118
136
|
:dyu: 迪尤拉文
|
119
137
|
:dz: 不丹文
|
138
|
+
:dzg: 达扎葛文
|
139
|
+
:ebu: 恩布文
|
120
140
|
:ee: 埃维文
|
121
141
|
:efi: 埃菲克文
|
122
142
|
:egy: 古埃及文
|
@@ -124,14 +144,14 @@
|
|
124
144
|
:el: 希腊文
|
125
145
|
:elx: 艾拉米特文
|
126
146
|
:en: 英文
|
127
|
-
:en-AU:
|
128
|
-
:en-CA:
|
129
|
-
:en-GB:
|
130
|
-
:en-US:
|
147
|
+
:en-AU: 澳大利亚英文
|
148
|
+
:en-CA: 加拿大英文
|
149
|
+
:en-GB: 英国英文
|
150
|
+
:en-US: 美国英文
|
131
151
|
:enm: 中古英文
|
132
152
|
:eo: 世界文
|
133
153
|
:es: 西班牙文
|
134
|
-
:es-419:
|
154
|
+
:es-419: 拉丁美洲西班牙文
|
135
155
|
:es-ES: 西班牙语(伊比利亚)
|
136
156
|
:et: 爱沙尼亚文
|
137
157
|
:eu: 巴斯克文
|
@@ -147,11 +167,11 @@
|
|
147
167
|
:fo: 法罗文
|
148
168
|
:fon: 丰文
|
149
169
|
:fr: 法文
|
150
|
-
:fr-CA:
|
151
|
-
:fr-CH:
|
170
|
+
:fr-CA: 加拿大法文
|
171
|
+
:fr-CH: 瑞士法文
|
152
172
|
:frm: 中古法文
|
153
173
|
:fro: 古法文
|
154
|
-
:frr:
|
174
|
+
:frr: 北弗里西亚文
|
155
175
|
:frs: 东弗里西亚文
|
156
176
|
:fur: 弗留利文
|
157
177
|
:fy: 西弗里西亚文
|
@@ -173,10 +193,11 @@
|
|
173
193
|
:grb: 格列博文
|
174
194
|
:grc: 古希腊文
|
175
195
|
:gsw: 瑞士德文
|
176
|
-
:gu:
|
196
|
+
:gu: 古吉拉特文
|
197
|
+
:guz: 古西文
|
177
198
|
:gv: 马恩岛文
|
178
199
|
:gwi: 吉维克琴文
|
179
|
-
:ha:
|
200
|
+
:ha: 豪萨文
|
180
201
|
:hai: 海达文
|
181
202
|
:haw: 夏威夷文
|
182
203
|
:he: 希伯来文
|
@@ -193,11 +214,12 @@
|
|
193
214
|
:hup: 胡帕文
|
194
215
|
:hy: 亚美尼亚文
|
195
216
|
:hz: 赫雷罗文
|
196
|
-
:ia:
|
217
|
+
:ia: 国际文字
|
197
218
|
:iba: 伊班文
|
219
|
+
:ibb: 伊比比奥文
|
198
220
|
:id: 印度尼西亚文
|
199
|
-
:ie:
|
200
|
-
:ig:
|
221
|
+
:ie: 国际文字(E)
|
222
|
+
:ig: 伊布文
|
201
223
|
:ii: 四川彝文
|
202
224
|
:ijo: 伊乔文
|
203
225
|
:ik: 依奴皮维克文
|
@@ -213,6 +235,7 @@
|
|
213
235
|
:iu: 伊努伊特文
|
214
236
|
:ja: 日文
|
215
237
|
:jbo: 逻辑文
|
238
|
+
:jmc: 马切姆文
|
216
239
|
:jpr: 犹太波斯文
|
217
240
|
:jrb: 犹太阿拉伯文
|
218
241
|
:jv: 爪哇文
|
@@ -220,22 +243,30 @@
|
|
220
243
|
:kaa: 卡拉卡尔帕克文
|
221
244
|
:kab: 卡比尔文
|
222
245
|
:kac: 卡琴文
|
246
|
+
:kaj: 卡捷文
|
223
247
|
:kam: 卡姆巴文
|
224
248
|
:kar: 喀伦文
|
225
249
|
:kaw: 卡威文
|
226
250
|
:kbd: 卡巴尔达文
|
227
|
-
:
|
251
|
+
:kbl: 加涅姆布文
|
252
|
+
:kcg: 卡塔布文
|
253
|
+
:kde: 马孔德文
|
254
|
+
:kea: 卡布佛得鲁文
|
255
|
+
:kfo: 科罗文
|
228
256
|
:kg: 刚果文
|
229
257
|
:kha: 卡西文
|
230
258
|
:khi: 其他科伊桑语系
|
231
259
|
:kho: 和田文
|
260
|
+
:khq: 西桑海文
|
232
261
|
:ki: 吉库尤文
|
233
262
|
:kj: 宽亚玛文
|
234
263
|
:kk: 哈萨克文
|
264
|
+
:kkj: 卡库文
|
235
265
|
:kl: 格陵兰文
|
236
|
-
:
|
266
|
+
:kln: 卡伦金文
|
267
|
+
:km: 高棉文
|
237
268
|
:kmb: 金邦杜文
|
238
|
-
:kn:
|
269
|
+
:kn: 卡纳达文
|
239
270
|
:ko: 韩文
|
240
271
|
:kok: 刚卡尼文
|
241
272
|
:kos: 科斯拉伊文
|
@@ -246,6 +277,9 @@
|
|
246
277
|
:kro: 克鲁文
|
247
278
|
:kru: 库鲁克文
|
248
279
|
:ks: 克什米尔文
|
280
|
+
:ksb: 香巴拉文
|
281
|
+
:ksf: 巴菲亚文
|
282
|
+
:ksh: 科隆文
|
249
283
|
:ku: 库尔德文
|
250
284
|
:kum: 库梅克文
|
251
285
|
:kut: 库特内文
|
@@ -254,6 +288,7 @@
|
|
254
288
|
:ky: 吉尔吉斯文
|
255
289
|
:la: 拉丁文
|
256
290
|
:lad: 拉迪诺文
|
291
|
+
:lag: 朗吉文
|
257
292
|
:lah: 拉亨达文
|
258
293
|
:lam: 兰巴文
|
259
294
|
:lb: 卢森堡文
|
@@ -271,19 +306,25 @@
|
|
271
306
|
:lun: 隆达文
|
272
307
|
:luo: 卢奥文
|
273
308
|
:lus: 卢晒文
|
309
|
+
:luy: 卢雅文
|
274
310
|
:lv: 拉脱维亚文
|
275
311
|
:mad: 马都拉文
|
312
|
+
:maf: 马法文
|
276
313
|
:mag: 马加伊文
|
277
314
|
:mai: 迈蒂利文
|
278
315
|
:mak: 望加锡文
|
279
316
|
:man: 曼丁哥文
|
280
317
|
:map: 澳斯特罗尼西亚语系
|
281
|
-
:mas:
|
318
|
+
:mas: 萨伊文
|
319
|
+
:mde: 马坝文
|
282
320
|
:mdf: 莫克沙文
|
283
|
-
:mdr:
|
321
|
+
:mdr: 曼达尔文
|
284
322
|
:men: 门迪文
|
323
|
+
:mer: 梅鲁文
|
324
|
+
:mfe: 毛里求斯克里奥尔文
|
285
325
|
:mg: 马尔加什文
|
286
326
|
:mga: 中古爱尔兰文
|
327
|
+
:mgh: 马夸文
|
287
328
|
:mh: 马绍尔文
|
288
329
|
:mi: 毛利文
|
289
330
|
:mic: 米克马克文
|
@@ -291,7 +332,7 @@
|
|
291
332
|
:mis: 各种不同语系
|
292
333
|
:mk: 马其顿文
|
293
334
|
:mkh: 其他孟高棉语系
|
294
|
-
:ml:
|
335
|
+
:ml: 马拉雅拉姆文
|
295
336
|
:mn: 蒙古文
|
296
337
|
:mnc: 满文
|
297
338
|
:mni: 曼尼普里文
|
@@ -302,21 +343,24 @@
|
|
302
343
|
:mr: 马拉地文
|
303
344
|
:ms: 马来文
|
304
345
|
:mt: 马耳他文
|
346
|
+
:mua: 蒙当文
|
305
347
|
:mul: 多种语系
|
306
348
|
:mun: 蒙达语系
|
307
349
|
:mus: 克里克文
|
308
350
|
:mwl: 米兰德斯文
|
309
351
|
:mwr: 马尔瓦利文
|
310
352
|
:my: 缅甸文
|
353
|
+
:mye: 姆耶内文
|
311
354
|
:myn: 玛雅语系
|
312
355
|
:myv: 俄日亚文
|
313
356
|
:na: 瑙鲁文
|
314
357
|
:nah: 纳瓦特尔文
|
315
358
|
:nai: 其他北美印第安语系
|
316
359
|
:nap: 拿波里文
|
360
|
+
:naq: 纳马文
|
317
361
|
:nb: 挪威博克马尔文
|
318
362
|
:nd: 北恩德贝勒文
|
319
|
-
:nds:
|
363
|
+
:nds: 低地德文
|
320
364
|
:ne: 尼泊尔文
|
321
365
|
:new: 尼瓦尔文
|
322
366
|
:ng: 恩东加文
|
@@ -324,23 +368,26 @@
|
|
324
368
|
:nic: 其他尼日尔科尔多凡语系
|
325
369
|
:niu: 纽埃文
|
326
370
|
:nl: 荷兰文
|
327
|
-
:nl-BE:
|
371
|
+
:nl-BE: 佛兰芒文
|
372
|
+
:nmg: 夸西奥文
|
328
373
|
:nn: 挪威尼诺斯克文
|
374
|
+
:nnh: 恩甘澎文
|
329
375
|
:no: 挪威文
|
330
376
|
:nog: 诺盖文
|
331
377
|
:non: 古诺尔斯文
|
332
|
-
:nqo:
|
378
|
+
:nqo: 西非书面文字
|
333
379
|
:nr: 南恩德贝勒文
|
334
380
|
:nso: 北索托文
|
335
381
|
:nub: 努比亚语系
|
382
|
+
:nus: 努埃尔文
|
336
383
|
:nv: 纳瓦霍文
|
337
|
-
:nwc:
|
384
|
+
:nwc: 经典尼瓦尔文
|
338
385
|
:ny: 尼扬扎文
|
339
386
|
:nym: 尼亚姆韦齐文
|
340
387
|
:nyn: 尼昂科勒文
|
341
388
|
:nyo: 尼约罗文
|
342
389
|
:nzi: 恩济马文
|
343
|
-
:oc:
|
390
|
+
:oc: 奥克西唐文
|
344
391
|
:oj: 奥吉布瓦文
|
345
392
|
:om: 奥洛莫文
|
346
393
|
:or: 欧里亚文
|
@@ -350,12 +397,12 @@
|
|
350
397
|
:oto: 奥托米语系
|
351
398
|
:pa: 旁遮普文
|
352
399
|
:paa: 其他巴布亚文
|
353
|
-
:pag:
|
400
|
+
:pag: 邦阿西楠文
|
354
401
|
:pal: 帕拉维文
|
355
402
|
:pam: 邦板牙文
|
356
403
|
:pap: 帕皮亚门托文
|
357
404
|
:pau: 帕劳文
|
358
|
-
:peo:
|
405
|
+
:peo: 古老波斯文
|
359
406
|
:phi: 其他菲律宾语系
|
360
407
|
:phn: 腓尼基文
|
361
408
|
:pi: 巴利文
|
@@ -365,8 +412,8 @@
|
|
365
412
|
:pro: 普罗文斯文
|
366
413
|
:ps: 普什图文
|
367
414
|
:pt: 葡萄牙文
|
368
|
-
:pt-BR:
|
369
|
-
:pt-PT:
|
415
|
+
:pt-BR: 巴西葡萄牙文
|
416
|
+
:pt-PT: 欧洲葡萄牙文
|
370
417
|
:qu: 盖丘亚文
|
371
418
|
:raj: 拉贾斯坦文
|
372
419
|
:rap: 拉帕努伊文
|
@@ -375,31 +422,41 @@
|
|
375
422
|
:rn: 基隆迪文
|
376
423
|
:ro: 罗马尼亚文
|
377
424
|
:roa: 其他拉丁语系
|
425
|
+
:rof: 兰博文
|
378
426
|
:rom: 吉普赛文
|
379
427
|
:root: 根语言
|
380
428
|
:ru: 俄文
|
381
|
-
:rup:
|
429
|
+
:rup: 阿罗马尼亚文
|
382
430
|
:rw: 卢旺达文
|
431
|
+
:rwk: 罗瓦文
|
383
432
|
:sa: 梵文
|
384
433
|
:sad: 散达维文
|
385
434
|
:sah: 雅库特文
|
386
435
|
:sai: 其他南美印第安文
|
387
436
|
:sal: 萨利什文
|
388
437
|
:sam: 萨玛利亚文
|
438
|
+
:saq: 桑布鲁文
|
389
439
|
:sas: 萨萨克文
|
390
440
|
:sat: 桑塔利文
|
441
|
+
:sba: 甘拜文
|
442
|
+
:sbp: 桑古文
|
391
443
|
:sc: 萨丁文
|
392
444
|
:scn: 西西里文
|
393
445
|
:sco: 苏格兰文
|
394
446
|
:sd: 信德文
|
395
447
|
:se: 北萨米文
|
448
|
+
:see: 塞内卡文
|
449
|
+
:seh: 塞纳文
|
396
450
|
:sel: 塞尔库普文
|
397
451
|
:sem: 其他闪族语系
|
452
|
+
:ses: 东桑海文
|
398
453
|
:sg: 桑戈文
|
399
454
|
:sga: 古爱尔兰文
|
400
455
|
:sgn: 手语
|
401
456
|
:sh: 塞尔维亚-克罗地亚文
|
457
|
+
:shi: 希尔哈文
|
402
458
|
:shn: 掸文
|
459
|
+
:shu: 乍得阿拉伯文
|
403
460
|
:si: 僧伽罗文
|
404
461
|
:sid: 悉达摩文
|
405
462
|
:sio: 苏语诸语言
|
@@ -410,33 +467,37 @@
|
|
410
467
|
:sm: 萨摩亚文
|
411
468
|
:sma: 南萨米文
|
412
469
|
:smi: 其他萨米文
|
413
|
-
:smj:
|
414
|
-
:smn:
|
470
|
+
:smj: 律勒欧萨莫斯文
|
471
|
+
:smn: 伊纳里萨米文
|
415
472
|
:sms: 斯科特萨米文
|
416
473
|
:sn: 绍纳文
|
417
474
|
:snk: 索尼基文
|
418
475
|
:so: 索马里文
|
419
|
-
:sog:
|
476
|
+
:sog: 古粟特文
|
420
477
|
:son: 桑海文
|
421
478
|
:sq: 阿尔巴尼亚文
|
422
479
|
:sr: 塞尔维亚文
|
423
|
-
:srn:
|
480
|
+
:srn: 苏里南汤加文
|
424
481
|
:srr: 谢列尔文
|
425
482
|
:ss: 斯瓦特文
|
426
483
|
:ssa: 非洲撒哈拉沙漠边缘地带语言
|
484
|
+
:ssy: 萨霍文
|
427
485
|
:st: 南索托文
|
428
|
-
:su:
|
486
|
+
:su: 巽他文
|
429
487
|
:suk: 苏库马文
|
430
488
|
:sus: 苏苏文
|
431
489
|
:sux: 苏马文
|
432
490
|
:sv: 瑞典文
|
433
491
|
:sw: 斯瓦希里文
|
434
|
-
:swb:
|
492
|
+
:swb: 科摩罗文
|
493
|
+
:swc: 刚果斯瓦希里文
|
494
|
+
:syc: 经典叙利亚文
|
435
495
|
:syr: 叙利亚文
|
436
496
|
:ta: 泰米尔文
|
437
|
-
:tai:
|
497
|
+
:tai: 傣语诸语言
|
438
498
|
:te: 泰卢固文
|
439
|
-
:tem:
|
499
|
+
:tem: 滕内文
|
500
|
+
:teo: 特索文
|
440
501
|
:ter: 特列纳文
|
441
502
|
:tet: 特塔姆文
|
442
503
|
:tg: 塔吉克文
|
@@ -446,7 +507,7 @@
|
|
446
507
|
:tiv: 蒂夫文
|
447
508
|
:tk: 土库曼文
|
448
509
|
:tkl: 托克劳文
|
449
|
-
:tl:
|
510
|
+
:tl: 塔加洛文
|
450
511
|
:tlh: 克林贡文
|
451
512
|
:tli: 特林吉特文
|
452
513
|
:tmh: 塔马奇克文
|
@@ -455,16 +516,19 @@
|
|
455
516
|
:tog: 汤加文(尼亚萨地区)
|
456
517
|
:tpi: 托克皮辛文
|
457
518
|
:tr: 土耳其文
|
519
|
+
:trv: 太鲁阁文
|
458
520
|
:ts: 宗加文
|
459
521
|
:tsi: 蒂姆西亚文
|
460
522
|
:tt: 塔塔尔文
|
461
523
|
:tum: 通布卡文
|
462
524
|
:tup: 图皮语系
|
463
|
-
:tut:
|
525
|
+
:tut: 阿尔泰诸语言
|
464
526
|
:tvl: 图瓦卢文
|
465
527
|
:tw: 特威文
|
528
|
+
:twq: 北桑海文
|
466
529
|
:ty: 塔西提文
|
467
530
|
:tyv: 图瓦文
|
531
|
+
:tzm: 塔马齐格特文
|
468
532
|
:udm: 乌德穆尔特文
|
469
533
|
:ug: 维吾尔文
|
470
534
|
:uga: 乌加里特文
|
@@ -478,7 +542,9 @@
|
|
478
542
|
:vi: 越南文
|
479
543
|
:vo: 沃拉普克文
|
480
544
|
:vot: 沃提克文
|
545
|
+
:vun: 温旧文
|
481
546
|
:wa: 瓦隆文
|
547
|
+
:wae: 瓦尔瑟文
|
482
548
|
:wak: 瓦卡什诸语言
|
483
549
|
:wal: 瓦拉莫文
|
484
550
|
:war: 瓦赖文
|
@@ -487,20 +553,24 @@
|
|
487
553
|
:wo: 沃洛夫文
|
488
554
|
:xal: 卡尔梅克文
|
489
555
|
:xh: 科萨文
|
556
|
+
:xog: 索加文
|
490
557
|
:yao: 瑶族文
|
491
558
|
:yap: 雅浦文
|
559
|
+
:yav: 洋卞文
|
560
|
+
:ybb: 耶姆巴文
|
492
561
|
:yi: 依地文
|
493
562
|
:yo: 约鲁巴文
|
494
563
|
:ypk: 尤皮克诸语言
|
495
564
|
:yue: 粤语
|
496
|
-
:za:
|
565
|
+
:za: 壮文
|
497
566
|
:zap: 萨波蒂克文
|
567
|
+
:zbl: 布利斯符号
|
498
568
|
:zen: 泽纳加文
|
499
569
|
:zh: 中文
|
500
|
-
:zh-Hans:
|
501
|
-
:zh-Hant:
|
570
|
+
:zh-Hans: 简体中文
|
571
|
+
:zh-Hant: 繁体中文
|
502
572
|
:znd: 赞德文
|
503
573
|
:zu: 祖鲁文
|
504
|
-
:zun:
|
574
|
+
:zun: 祖尼文
|
505
575
|
:zxx: 无语言内容
|
506
576
|
:zza: 扎扎文
|