twitter_cldr 1.9.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +7 -0
- data/History.txt +11 -0
- data/README.md +93 -13
- data/Rakefile +27 -6
- data/lib/twitter_cldr/formatters.rb +15 -12
- data/lib/twitter_cldr/formatters/base.rb +1 -1
- data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +18 -3
- data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +24 -26
- data/lib/twitter_cldr/formatters/numbers/abbreviated/abbreviated_number_formatter.rb +47 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/long_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/abbreviated/short_decimal_formatter.rb +18 -0
- data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +22 -17
- data/lib/twitter_cldr/formatters/numbers/decimal_formatter.rb +0 -9
- data/lib/twitter_cldr/formatters/numbers/helpers/base.rb +1 -1
- data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +25 -10
- data/lib/twitter_cldr/formatters/numbers/percent_formatter.rb +9 -6
- data/lib/twitter_cldr/localized/localized_datetime.rb +6 -2
- data/lib/twitter_cldr/localized/localized_number.rb +9 -3
- data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
- data/lib/twitter_cldr/resources.rb +13 -12
- data/lib/twitter_cldr/resources/custom_locales_resources_importer.rb +1 -1
- data/lib/twitter_cldr/resources/download.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +10 -6
- data/lib/twitter_cldr/shared/bidi.rb +27 -27
- data/lib/twitter_cldr/shared/currencies.rb +20 -13
- data/lib/twitter_cldr/tokenizers.rb +10 -9
- data/lib/twitter_cldr/tokenizers/base.rb +33 -21
- data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +86 -0
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +20 -11
- data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +50 -13
- data/lib/twitter_cldr/tokenizers/calendars/time_tokenizer.rb +19 -10
- data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +32 -32
- data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +45 -22
- data/lib/twitter_cldr/utils.rb +16 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/resources/collation/tailoring/af.yml +1 -0
- data/resources/collation/tailoring/ar.yml +3 -2
- data/resources/collation/tailoring/be.yml +7 -0
- data/resources/collation/tailoring/bg.yml +5 -0
- data/resources/collation/tailoring/bn.yml +9 -0
- data/resources/collation/tailoring/ca.yml +3 -2
- data/resources/collation/tailoring/cs.yml +3 -2
- data/resources/collation/tailoring/cy.yml +51 -0
- data/resources/collation/tailoring/da.yml +3 -2
- data/resources/collation/tailoring/de.yml +1 -0
- data/resources/collation/tailoring/el.yml +1 -0
- data/resources/collation/tailoring/en.yml +1 -0
- data/resources/collation/tailoring/es.yml +3 -2
- data/resources/collation/tailoring/eu.yml +1 -0
- data/resources/collation/tailoring/fa.yml +3 -2
- data/resources/collation/tailoring/fi.yml +3 -2
- data/resources/collation/tailoring/fil.yml +3 -2
- data/resources/collation/tailoring/fr.yml +1 -0
- data/resources/collation/tailoring/ga.yml +5 -0
- data/resources/collation/tailoring/gl.yml +5 -0
- data/resources/collation/tailoring/he.yml +1 -0
- data/resources/collation/tailoring/hi.yml +3 -2
- data/resources/collation/tailoring/hu.yml +3 -2
- data/resources/collation/tailoring/id.yml +1 -0
- data/resources/collation/tailoring/it.yml +1 -0
- data/resources/collation/tailoring/ja.yml +107 -54
- data/resources/collation/tailoring/ko.yml +3 -2
- data/resources/collation/tailoring/lv.yml +35 -0
- data/resources/collation/tailoring/ms.yml +1 -0
- data/resources/collation/tailoring/nb.yml +3 -2
- data/resources/collation/tailoring/nl.yml +1 -0
- data/resources/collation/tailoring/pl.yml +3 -2
- data/resources/collation/tailoring/pt.yml +1 -0
- data/resources/collation/tailoring/ro.yml +31 -0
- data/resources/collation/tailoring/ru.yml +1 -0
- data/resources/collation/tailoring/sk.yml +35 -0
- data/resources/collation/tailoring/sq.yml +65 -0
- data/resources/collation/tailoring/sr.yml +5 -0
- data/resources/collation/tailoring/sv.yml +3 -2
- data/resources/collation/tailoring/ta.yml +57 -0
- data/resources/collation/tailoring/th.yml +3 -2
- data/resources/collation/tailoring/tr.yml +3 -2
- data/resources/collation/tailoring/uk.yml +3 -2
- data/resources/collation/tailoring/ur.yml +3 -2
- data/resources/collation/tailoring/zh-Hant.yml +3 -2
- data/resources/collation/tailoring/zh.yml +3 -2
- data/resources/collation/tries/be.dump +0 -0
- data/resources/collation/tries/bg.dump +0 -0
- data/resources/collation/tries/bn.dump +0 -0
- data/resources/collation/tries/cy.dump +0 -0
- data/resources/collation/tries/ga.dump +0 -0
- data/resources/collation/tries/gl.dump +0 -0
- data/resources/collation/tries/lv.dump +0 -0
- data/resources/collation/tries/ro.dump +0 -0
- data/resources/collation/tries/sk.dump +0 -0
- data/resources/collation/tries/sq.dump +0 -0
- data/resources/collation/tries/sr.dump +0 -0
- data/resources/collation/tries/ta.dump +0 -0
- data/resources/custom/locales/ar/units.yml +6 -6
- data/resources/custom/locales/be/units.yml +27 -0
- data/resources/custom/locales/bg/units.yml +19 -0
- data/resources/custom/locales/bn/units.yml +7 -0
- data/resources/custom/locales/cs/units.yml +3 -3
- data/resources/custom/locales/cy/units.yml +35 -0
- data/resources/custom/locales/fil/units.yml +2 -2
- data/resources/custom/locales/ga/units.yml +24 -0
- data/resources/custom/locales/gl/units.yml +19 -0
- data/resources/custom/locales/hu/plurals.yml +3 -0
- data/resources/custom/locales/hu/units.yml +4 -0
- data/resources/custom/locales/lv/units.yml +23 -0
- data/resources/custom/locales/ms/units.yml +1 -1
- data/resources/custom/locales/ro/units.yml +23 -0
- data/resources/custom/locales/sk/units.yml +23 -0
- data/resources/custom/locales/sr/units.yml +27 -0
- data/resources/custom/locales/ta/units.yml +11 -0
- data/resources/custom/locales/th/calendars.yml +14 -0
- data/resources/locales/af/calendars.yml +56 -0
- data/resources/locales/af/currencies.yml +358 -0
- data/resources/locales/af/languages.yml +23 -3
- data/resources/locales/af/numbers.yml +22 -8
- data/resources/locales/af/units.yml +26 -54
- data/resources/locales/ar/calendars.yml +99 -6
- data/resources/locales/ar/currencies.yml +1491 -0
- data/resources/locales/ar/languages.yml +33 -6
- data/resources/locales/ar/numbers.yml +27 -14
- data/resources/locales/ar/units.yml +31 -31
- data/resources/locales/be/calendars.yml +229 -0
- data/resources/locales/be/currencies.yml +66 -0
- data/resources/locales/be/languages.yml +149 -0
- data/resources/locales/be/layout.yml +4 -0
- data/resources/locales/be/lists.yml +7 -0
- data/resources/locales/be/numbers.yml +43 -0
- data/resources/locales/be/plurals.yml +5 -0
- data/resources/locales/be/units.yml +87 -0
- data/resources/locales/bg/calendars.yml +220 -0
- data/resources/locales/bg/currencies.yml +773 -0
- data/resources/locales/bg/languages.yml +513 -0
- data/resources/locales/bg/layout.yml +4 -0
- data/resources/locales/bg/lists.yml +7 -0
- data/resources/locales/bg/numbers.yml +57 -0
- data/resources/locales/bg/plurals.yml +3 -0
- data/resources/locales/bg/units.yml +108 -0
- data/resources/locales/bn/calendars.yml +205 -0
- data/resources/locales/bn/currencies.yml +564 -0
- data/resources/locales/bn/languages.yml +513 -0
- data/resources/locales/bn/layout.yml +4 -0
- data/resources/locales/bn/lists.yml +7 -0
- data/resources/locales/bn/numbers.yml +57 -0
- data/resources/locales/bn/plurals.yml +3 -0
- data/resources/locales/bn/units.yml +108 -0
- data/resources/locales/ca/calendars.yml +70 -21
- data/resources/locales/ca/currencies.yml +904 -0
- data/resources/locales/ca/languages.yml +70 -5
- data/resources/locales/ca/numbers.yml +19 -6
- data/resources/locales/ca/units.yml +0 -28
- data/resources/locales/cs/calendars.yml +73 -27
- data/resources/locales/cs/currencies.yml +1063 -0
- data/resources/locales/cs/languages.yml +113 -31
- data/resources/locales/cs/numbers.yml +17 -4
- data/resources/locales/cs/units.yml +0 -28
- data/resources/locales/cy/calendars.yml +266 -0
- data/resources/locales/cy/currencies.yml +54 -0
- data/resources/locales/cy/languages.yml +92 -0
- data/resources/locales/cy/layout.yml +4 -0
- data/resources/locales/cy/lists.yml +7 -0
- data/resources/locales/cy/numbers.yml +49 -0
- data/resources/locales/cy/plurals.yml +4 -0
- data/resources/locales/cy/units.yml +73 -0
- data/resources/locales/da/calendars.yml +117 -16
- data/resources/locales/da/currencies.yml +814 -0
- data/resources/locales/da/languages.yml +66 -5
- data/resources/locales/da/numbers.yml +16 -3
- data/resources/locales/da/units.yml +21 -35
- data/resources/locales/de/calendars.yml +115 -17
- data/resources/locales/de/currencies.yml +843 -0
- data/resources/locales/de/languages.yml +5 -3
- data/resources/locales/de/numbers.yml +18 -5
- data/resources/locales/de/units.yml +0 -28
- data/resources/locales/el/calendars.yml +61 -8
- data/resources/locales/el/currencies.yml +866 -0
- data/resources/locales/el/languages.yml +61 -5
- data/resources/locales/el/numbers.yml +18 -5
- data/resources/locales/el/units.yml +7 -42
- data/resources/locales/en/calendars.yml +43 -4
- data/resources/locales/en/currencies.yml +912 -0
- data/resources/locales/en/languages.yml +26 -6
- data/resources/locales/en/numbers.yml +17 -4
- data/resources/locales/es/calendars.yml +60 -0
- data/resources/locales/es/currencies.yml +820 -0
- data/resources/locales/es/languages.yml +66 -1
- data/resources/locales/es/numbers.yml +20 -7
- data/resources/locales/es/units.yml +0 -28
- data/resources/locales/eu/calendars.yml +43 -2
- data/resources/locales/eu/currencies.yml +378 -0
- data/resources/locales/eu/languages.yml +29 -13
- data/resources/locales/eu/numbers.yml +17 -4
- data/resources/locales/eu/units.yml +22 -43
- data/resources/locales/fa/calendars.yml +57 -0
- data/resources/locales/fa/currencies.yml +449 -0
- data/resources/locales/fa/languages.yml +8 -3
- data/resources/locales/fa/numbers.yml +20 -7
- data/resources/locales/fa/units.yml +0 -42
- data/resources/locales/fi/calendars.yml +49 -1
- data/resources/locales/fi/currencies.yml +903 -0
- data/resources/locales/fi/languages.yml +58 -2
- data/resources/locales/fi/numbers.yml +25 -12
- data/resources/locales/fi/units.yml +0 -28
- data/resources/locales/fil/calendars.yml +51 -0
- data/resources/locales/fil/currencies.yml +357 -0
- data/resources/locales/fil/languages.yml +25 -8
- data/resources/locales/fil/numbers.yml +18 -5
- data/resources/locales/fil/units.yml +14 -28
- data/resources/locales/fr/calendars.yml +114 -12
- data/resources/locales/fr/currencies.yml +884 -0
- data/resources/locales/fr/languages.yml +43 -9
- data/resources/locales/fr/numbers.yml +22 -9
- data/resources/locales/fr/units.yml +2 -30
- data/resources/locales/ga/calendars.yml +187 -0
- data/resources/locales/ga/currencies.yml +513 -0
- data/resources/locales/ga/languages.yml +147 -0
- data/resources/locales/ga/layout.yml +4 -0
- data/resources/locales/ga/lists.yml +7 -0
- data/resources/locales/ga/numbers.yml +43 -0
- data/resources/locales/ga/plurals.yml +4 -0
- data/resources/locales/ga/units.yml +66 -0
- data/resources/locales/gl/calendars.yml +216 -0
- data/resources/locales/gl/currencies.yml +476 -0
- data/resources/locales/gl/languages.yml +213 -0
- data/resources/locales/gl/layout.yml +4 -0
- data/resources/locales/gl/lists.yml +7 -0
- data/resources/locales/gl/numbers.yml +57 -0
- data/resources/locales/gl/plurals.yml +3 -0
- data/resources/locales/gl/units.yml +108 -0
- data/resources/locales/he/calendars.yml +70 -18
- data/resources/locales/he/currencies.yml +497 -0
- data/resources/locales/he/languages.yml +301 -7
- data/resources/locales/he/lists.yml +2 -2
- data/resources/locales/he/numbers.yml +23 -8
- data/resources/locales/he/plurals.yml +3 -2
- data/resources/locales/he/units.yml +72 -30
- data/resources/locales/hi/calendars.yml +54 -1
- data/resources/locales/hi/currencies.yml +388 -0
- data/resources/locales/hi/languages.yml +2 -0
- data/resources/locales/hi/numbers.yml +21 -8
- data/resources/locales/hi/units.yml +15 -29
- data/resources/locales/hu/calendars.yml +52 -5
- data/resources/locales/hu/currencies.yml +640 -0
- data/resources/locales/hu/languages.yml +60 -4
- data/resources/locales/hu/numbers.yml +25 -12
- data/resources/locales/hu/units.yml +1 -29
- data/resources/locales/id/calendars.yml +125 -21
- data/resources/locales/id/currencies.yml +603 -0
- data/resources/locales/id/languages.yml +113 -51
- data/resources/locales/id/numbers.yml +16 -3
- data/resources/locales/id/units.yml +0 -28
- data/resources/locales/it/calendars.yml +59 -6
- data/resources/locales/it/currencies.yml +722 -0
- data/resources/locales/it/languages.yml +77 -5
- data/resources/locales/it/numbers.yml +22 -9
- data/resources/locales/it/units.yml +0 -14
- data/resources/locales/ja/calendars.yml +55 -5
- data/resources/locales/ja/currencies.yml +602 -0
- data/resources/locales/ja/languages.yml +103 -43
- data/resources/locales/ja/numbers.yml +18 -5
- data/resources/locales/ja/units.yml +6 -34
- data/resources/locales/ko/calendars.yml +50 -0
- data/resources/locales/ko/currencies.yml +596 -0
- data/resources/locales/ko/languages.yml +75 -8
- data/resources/locales/ko/numbers.yml +17 -4
- data/resources/locales/ko/units.yml +0 -28
- data/resources/locales/lv/calendars.yml +275 -0
- data/resources/locales/lv/currencies.yml +765 -0
- data/resources/locales/lv/languages.yml +576 -0
- data/resources/locales/lv/layout.yml +4 -0
- data/resources/locales/lv/lists.yml +7 -0
- data/resources/locales/lv/numbers.yml +58 -0
- data/resources/locales/lv/plurals.yml +4 -0
- data/resources/locales/lv/units.yml +136 -0
- data/resources/locales/ms/calendars.yml +86 -4
- data/resources/locales/ms/currencies.yml +341 -0
- data/resources/locales/ms/languages.yml +25 -3
- data/resources/locales/ms/numbers.yml +19 -6
- data/resources/locales/ms/units.yml +0 -56
- data/resources/locales/nb/calendars.yml +48 -1
- data/resources/locales/nb/currencies.yml +846 -0
- data/resources/locales/nb/languages.yml +44 -2
- data/resources/locales/nb/numbers.yml +16 -3
- data/resources/locales/nb/units.yml +6 -28
- data/resources/locales/nl/calendars.yml +110 -9
- data/resources/locales/nl/currencies.yml +640 -0
- data/resources/locales/nl/languages.yml +68 -8
- data/resources/locales/nl/numbers.yml +25 -12
- data/resources/locales/nl/units.yml +14 -28
- data/resources/locales/pl/calendars.yml +53 -6
- data/resources/locales/pl/currencies.yml +1100 -0
- data/resources/locales/pl/languages.yml +13 -6
- data/resources/locales/pl/lists.yml +2 -2
- data/resources/locales/pl/numbers.yml +18 -5
- data/resources/locales/pl/units.yml +51 -92
- data/resources/locales/pt/calendars.yml +121 -9
- data/resources/locales/pt/currencies.yml +904 -0
- data/resources/locales/pt/languages.yml +5 -3
- data/resources/locales/pt/numbers.yml +17 -4
- data/resources/locales/pt/units.yml +0 -28
- data/resources/locales/ro/calendars.yml +278 -0
- data/resources/locales/ro/currencies.yml +946 -0
- data/resources/locales/ro/languages.yml +576 -0
- data/resources/locales/ro/layout.yml +4 -0
- data/resources/locales/ro/lists.yml +7 -0
- data/resources/locales/ro/numbers.yml +58 -0
- data/resources/locales/ro/plurals.yml +3 -0
- data/resources/locales/ro/units.yml +136 -0
- data/resources/locales/ru/calendars.yml +72 -12
- data/resources/locales/ru/currencies.yml +1061 -0
- data/resources/locales/ru/languages.yml +51 -6
- data/resources/locales/ru/numbers.yml +21 -5
- data/resources/locales/ru/units.yml +0 -28
- data/resources/locales/sk/calendars.yml +275 -0
- data/resources/locales/sk/currencies.yml +713 -0
- data/resources/locales/sk/languages.yml +576 -0
- data/resources/locales/sk/layout.yml +4 -0
- data/resources/locales/sk/lists.yml +7 -0
- data/resources/locales/sk/numbers.yml +58 -0
- data/resources/locales/sk/plurals.yml +3 -0
- data/resources/locales/sk/units.yml +136 -0
- data/resources/locales/sq/calendars.yml +188 -0
- data/resources/locales/sq/currencies.yml +56 -0
- data/resources/locales/sq/languages.yml +17 -0
- data/resources/locales/sq/layout.yml +4 -0
- data/resources/locales/sq/lists.yml +7 -0
- data/resources/locales/sq/numbers.yml +43 -0
- data/resources/locales/sq/plurals.yml +3 -0
- data/resources/locales/sq/units.yml +73 -0
- data/resources/locales/sr/calendars.yml +285 -0
- data/resources/locales/sr/currencies.yml +1494 -0
- data/resources/locales/sr/languages.yml +513 -0
- data/resources/locales/sr/layout.yml +4 -0
- data/resources/locales/sr/lists.yml +7 -0
- data/resources/locales/sr/numbers.yml +59 -0
- data/resources/locales/sr/plurals.yml +5 -0
- data/resources/locales/sr/units.yml +164 -0
- data/resources/locales/sv/calendars.yml +59 -1
- data/resources/locales/sv/currencies.yml +919 -0
- data/resources/locales/sv/languages.yml +47 -2
- data/resources/locales/sv/numbers.yml +27 -12
- data/resources/locales/sv/units.yml +4 -32
- data/resources/locales/ta/calendars.yml +264 -0
- data/resources/locales/ta/currencies.yml +346 -0
- data/resources/locales/ta/languages.yml +512 -0
- data/resources/locales/ta/layout.yml +4 -0
- data/resources/locales/ta/lists.yml +7 -0
- data/resources/locales/ta/numbers.yml +57 -0
- data/resources/locales/ta/plurals.yml +3 -0
- data/resources/locales/ta/units.yml +108 -0
- data/resources/locales/th/calendars.yml +125 -27
- data/resources/locales/th/currencies.yml +602 -0
- data/resources/locales/th/languages.yml +70 -5
- data/resources/locales/th/numbers.yml +24 -11
- data/resources/locales/th/units.yml +0 -28
- data/resources/locales/tr/calendars.yml +62 -12
- data/resources/locales/tr/currencies.yml +571 -0
- data/resources/locales/tr/languages.yml +94 -29
- data/resources/locales/tr/numbers.yml +19 -6
- data/resources/locales/tr/units.yml +1 -29
- data/resources/locales/uk/calendars.yml +52 -0
- data/resources/locales/uk/currencies.yml +799 -0
- data/resources/locales/uk/languages.yml +57 -2
- data/resources/locales/uk/numbers.yml +18 -5
- data/resources/locales/uk/units.yml +0 -28
- data/resources/locales/ur/calendars.yml +96 -32
- data/resources/locales/ur/currencies.yml +360 -0
- data/resources/locales/ur/languages.yml +49 -32
- data/resources/locales/ur/numbers.yml +13 -13
- data/resources/locales/ur/units.yml +28 -56
- data/resources/locales/zh-Hant/calendars.yml +59 -1
- data/resources/locales/zh-Hant/currencies.yml +602 -0
- data/resources/locales/zh-Hant/languages.yml +74 -8
- data/resources/locales/zh-Hant/numbers.yml +17 -4
- data/resources/locales/zh-Hant/units.yml +0 -28
- data/resources/locales/zh/calendars.yml +95 -35
- data/resources/locales/zh/currencies.yml +602 -0
- data/resources/locales/zh/languages.yml +116 -46
- data/resources/locales/zh/numbers.yml +20 -7
- data/resources/locales/zh/units.yml +6 -34
- data/resources/shared/currency_digits_and_rounding.yml +187 -0
- data/spec/bidi/bidi_spec.rb +1 -1
- data/spec/collation/tailoring_spec.rb +29 -25
- data/spec/formatters/calendars/datetime_formatter_spec.rb +50 -2
- data/spec/formatters/calendars/timespan_formatter_spec.rb +52 -8
- data/spec/formatters/numbers/abbreviated/abbreviated_number_formatter_spec.rb +81 -0
- data/spec/formatters/numbers/abbreviated/long_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/abbreviated/short_decimal_formatter_spec.rb +37 -0
- data/spec/formatters/numbers/currency_formatter_spec.rb +10 -1
- data/spec/localized/localized_date_spec.rb +11 -11
- data/spec/localized/localized_datetime_spec.rb +27 -3
- data/spec/localized/localized_number_spec.rb +34 -6
- data/spec/localized/localized_time_spec.rb +1 -1
- data/spec/readme_spec.rb +24 -3
- data/spec/shared/currencies_spec.rb +7 -9
- data/spec/spec_helper.rb +7 -0
- data/spec/tokenizers/base_spec.rb +71 -21
- data/spec/tokenizers/calendars/additional_date_format_selector_spec.rb +131 -0
- data/spec/tokenizers/calendars/datetime_tokenizer_spec.rb +54 -27
- data/spec/tokenizers/calendars/time_tokenizer_spec.rb +16 -16
- data/spec/tokenizers/numbers/number_tokenizer_spec.rb +9 -21
- data/spec/utils/yaml/yaml_spec.rb +21 -16
- data/spec/utils_spec.rb +6 -2
- metadata +218 -37
@@ -0,0 +1,513 @@
|
|
1
|
+
---
|
2
|
+
:bn:
|
3
|
+
:languages:
|
4
|
+
:aa: আফার
|
5
|
+
:ab: আব্খাজিয়
|
6
|
+
:ace: আচিনিয়
|
7
|
+
:ach: আকোলী
|
8
|
+
:ada: অদাগ্মে
|
9
|
+
:ady: আদেগে
|
10
|
+
:ae: আবেস্তীয়
|
11
|
+
:af: আফ্রিকান্স
|
12
|
+
:afa: অফ্রো-এশিয়াটিক
|
13
|
+
:afh: আফ্রিহিলি
|
14
|
+
:ain: আইনু
|
15
|
+
:ak: আকান
|
16
|
+
:akk: আক্কাদিয়ান
|
17
|
+
:ale: আলেউত
|
18
|
+
:alg: আলগোঙকুইআন
|
19
|
+
:alt: দক্ষিন আলতাই
|
20
|
+
:am: আমহারিক
|
21
|
+
:an: আর্গোনিজ
|
22
|
+
:ang: প্রাচীন ইংরেজী
|
23
|
+
:anp: আঙ্গীকা
|
24
|
+
:apa: অ্যাপাচি
|
25
|
+
:ar: আরবী
|
26
|
+
:arc: আরামাইক
|
27
|
+
:arn: অ্যারোকেনিয়
|
28
|
+
:arp: আরাপাহো
|
29
|
+
:art: কৃত্রিম
|
30
|
+
:arw: আরাওয়াক
|
31
|
+
:as: আসামি
|
32
|
+
:ast: আস্তুরিয়
|
33
|
+
:ath: আথাপাস্কান
|
34
|
+
:aus: অস্ট্রেলিয়
|
35
|
+
:av: আভেরিক
|
36
|
+
:awa: আওয়াধি
|
37
|
+
:ay: আয়মারা
|
38
|
+
:az: আজেরি
|
39
|
+
:ba: বাশকির
|
40
|
+
:bad: বান্দা
|
41
|
+
:bai: বামিলেকে ভাষা
|
42
|
+
:bal: বেলুচী
|
43
|
+
:ban: বালিনীয়
|
44
|
+
:bas: বাসা
|
45
|
+
:bat: বাল্টিক ভাষা
|
46
|
+
:be: বেলারুশিয়
|
47
|
+
:bej: বেজা
|
48
|
+
:bem: বেম্বা
|
49
|
+
:ber: বেরবের
|
50
|
+
:bg: বুলগেরিয়
|
51
|
+
:bh: বিহারি
|
52
|
+
:bho: ভোজপুরি
|
53
|
+
:bi: বিসলামা
|
54
|
+
:bik: বিকোল
|
55
|
+
:bin: বিনি
|
56
|
+
:bla: সিকসিকা
|
57
|
+
:bm: বামবারা
|
58
|
+
:bn: বাংলা
|
59
|
+
:bnt: বান্টু
|
60
|
+
:bo: তিব্বতি
|
61
|
+
:br: ব্রেটোন
|
62
|
+
:bra: ব্রাজ
|
63
|
+
:bs: বসনীয়
|
64
|
+
:btk: বাতাক
|
65
|
+
:bua: বুরিয়াত
|
66
|
+
:bug: বুগিনি
|
67
|
+
:byn: ব্লিন
|
68
|
+
:ca: কাতালান
|
69
|
+
:cad: ক্যাডো
|
70
|
+
:cai: মধ্য যুক্তরাষ্ঠের আদিবাসীদের ভাষা
|
71
|
+
:car: ক্যারিব
|
72
|
+
:cau: ককেশীয
|
73
|
+
:cch: আত্সাম
|
74
|
+
:ce: চেচেন
|
75
|
+
:ceb: চেবুয়ানো
|
76
|
+
:cel: কেল্টিক
|
77
|
+
:ch: চামেরো
|
78
|
+
:chb: চিবচা
|
79
|
+
:chg: চাগাতাই
|
80
|
+
:chk: চুকি
|
81
|
+
:chm: মারি
|
82
|
+
:chn: চিনুক পরিভাষা
|
83
|
+
:cho: চক্টো
|
84
|
+
:chp: চিপেওয়ান
|
85
|
+
:chr: চেরোকি
|
86
|
+
:chy: শাইয়েন
|
87
|
+
:ckb: সোরানি কুর্দিশ
|
88
|
+
:cmc: চামিক ভাষা
|
89
|
+
:co: কর্সিকান
|
90
|
+
:cop: কপটিক
|
91
|
+
:cpe: ইংরেজি জাত ক্রেওল অথবা পিজিন
|
92
|
+
:cpf: ফরাসি জাত ক্রেওল অথবা পিজিন
|
93
|
+
:cpp: পোর্তুগিজ-ভিত্তিক ক্রেওল বা পিজন
|
94
|
+
:cr: ক্রি
|
95
|
+
:crh: ক্রিমিয়ান তুর্কি
|
96
|
+
:crp: ক্রেওল অথবা পিজিন
|
97
|
+
:cs: চেক
|
98
|
+
:csb: কাশুবিয়ান
|
99
|
+
:cu: চার্চ স্লাভিও
|
100
|
+
:cus: কুশিতিক ভাষা
|
101
|
+
:cv: চুবাস
|
102
|
+
:cy: ওয়েলশ
|
103
|
+
:da: ডেনিশ
|
104
|
+
:dak: ডাকোটা
|
105
|
+
:dar: দার্গওয়া
|
106
|
+
:day: দায়াক
|
107
|
+
:de: জার্মান
|
108
|
+
:de-AT: অস্ট্রিয়ান জার্মানি
|
109
|
+
:de-CH: সুইস উচ্চ জার্মানি
|
110
|
+
:del: ডেলাওয়ের
|
111
|
+
:den: স্ল্যাভ
|
112
|
+
:dgr: দোগ্রীব
|
113
|
+
:din: ডিংকা
|
114
|
+
:doi: দোগরি
|
115
|
+
:dra: দ্রাবীড় ভাষা
|
116
|
+
:dsb: নিম্নতর সোর্বিয়ান
|
117
|
+
:dua: দুয়ালা
|
118
|
+
:dum: মধ্য ডাচ
|
119
|
+
:dv: দিবেহি
|
120
|
+
:dyu: ডিউলা
|
121
|
+
:dz: ভুটানি
|
122
|
+
:ee: ইওয়ে
|
123
|
+
:efi: এফিক
|
124
|
+
:egy: প্রাচীন মিশরীয়
|
125
|
+
:eka: ইকাজুক
|
126
|
+
:el: গ্রিক
|
127
|
+
:elx: এলামাইট
|
128
|
+
:en: ইংরেজি
|
129
|
+
:en-AU: অস্ট্রেলীয় ইংরেজি
|
130
|
+
:en-CA: কানাডীয় ইংরেজি
|
131
|
+
:en-GB: ব্রিটিশ ইংরেজি
|
132
|
+
:en-US: যুক্তরাষ্ট্র ইংরেজি
|
133
|
+
:enm: মধ্য ইংরেজি
|
134
|
+
:eo: এস্পেরান্তো
|
135
|
+
:es: স্পেনীয়
|
136
|
+
:es-419: ল্যাটিন আমেরিকান স্প্যানিশ
|
137
|
+
:es-ES: আইবেরিয়ান স্প্যানিশ
|
138
|
+
:et: এস্তোনীয়
|
139
|
+
:eu: বাস্ক
|
140
|
+
:ewo: ইওন্ডো
|
141
|
+
:fa: ফার্সি
|
142
|
+
:fan: ফ্যাঙ্গ
|
143
|
+
:fat: ফান্তি
|
144
|
+
:ff: ফুলাহ্
|
145
|
+
:fi: ফিনিশ
|
146
|
+
:fil: ফিলিপিনো
|
147
|
+
:fiu: ফিনো-ইউগ্রিক
|
148
|
+
:fj: ফিজিও
|
149
|
+
:fo: ফেরাউনি
|
150
|
+
:fon: ফন
|
151
|
+
:fr: ফরাসি
|
152
|
+
:fr-CA: কানাডীয় ফরাসি
|
153
|
+
:fr-CH: সুইস ফরাসি
|
154
|
+
:frm: মধ্য ফরাসি
|
155
|
+
:fro: প্রাচীন ফরাসি
|
156
|
+
:frr: উত্তরাঞ্চলীয় ফ্রিসিয়ান
|
157
|
+
:frs: পূর্ব ফ্রিসিয়
|
158
|
+
:fur: ফ্রিউলিয়ান
|
159
|
+
:fy: পশ্চিম ফ্রিসিয়
|
160
|
+
:ga: আইরিশ
|
161
|
+
:gaa: গা
|
162
|
+
:gay: গায়ো
|
163
|
+
:gba: বায়া
|
164
|
+
:gd: স্কটস-গ্যেলিক
|
165
|
+
:gem: জার্মানিক ভাষা
|
166
|
+
:gez: গীজ
|
167
|
+
:gil: গিলবার্টিজ
|
168
|
+
:gl: গ্যালিশিয়
|
169
|
+
:gmh: মধ্য-উচ্চ জার্মানি
|
170
|
+
:gn: গুয়ারানি
|
171
|
+
:goh: প্রাচীন উচ্চ জার্মানি
|
172
|
+
:gon: গোন্ডি
|
173
|
+
:gor: গোরোন্তালো
|
174
|
+
:got: গথিক
|
175
|
+
:grb: গ্রেবো
|
176
|
+
:grc: প্রাচীন গ্রীক
|
177
|
+
:gsw: সুইস জার্মান
|
178
|
+
:gu: গুজরাটি
|
179
|
+
:gv: ম্যাঙ্কস
|
180
|
+
:gwi: গওইচ্’ইন
|
181
|
+
:ha: হাউসা
|
182
|
+
:hai: হাইডা
|
183
|
+
:haw: হাওয়াইয়ান
|
184
|
+
:he: হিব্রু
|
185
|
+
:hi: হিন্দি
|
186
|
+
:hil: হিলিগ্যায়নোন
|
187
|
+
:him: হিমাচালি
|
188
|
+
:hit: হিট্টিট
|
189
|
+
:hmn: হ্মোঙ
|
190
|
+
:ho: হিরি মোতু
|
191
|
+
:hr: ক্রোয়েশীয়
|
192
|
+
:hsb: উচ্চ সোর্বিয়ান
|
193
|
+
:ht: হাইতিয়ান
|
194
|
+
:hu: হাঙ্গেরীয়
|
195
|
+
:hup: হুপা
|
196
|
+
:hy: আর্মেনিয়
|
197
|
+
:hz: হেরেরো
|
198
|
+
:ia: ইন্টারলিঙ্গুয়া
|
199
|
+
:iba: ইবান
|
200
|
+
:id: ইন্দোনেশীয়
|
201
|
+
:ie: ইন্টারলিঙ্গ
|
202
|
+
:ig: ইগ্বো
|
203
|
+
:ii: সিচুয়ান য়ি
|
204
|
+
:ijo: ইজো
|
205
|
+
:ik: ইনুপিয়াক
|
206
|
+
:ilo: ইলোকো
|
207
|
+
:inc: ভারতীয় ভাষা
|
208
|
+
:ine: ইন্দো-ইউরোপীয় ভাষা
|
209
|
+
:inh: ইঙ্গুশ
|
210
|
+
:io: ইডো
|
211
|
+
:ira: ইরানী ভাষা
|
212
|
+
:iro: ইরোকোইয়ান ভাষা
|
213
|
+
:is: আইসল্যান্ডীয়
|
214
|
+
:it: ইতালীয়
|
215
|
+
:iu: ইনুক্টিটুট
|
216
|
+
:ja: জাপানি
|
217
|
+
:jbo: লোজবান
|
218
|
+
:jpr: জুদেও ফার্সি
|
219
|
+
:jrb: জুদেও আরবি
|
220
|
+
:jv: জাভানি
|
221
|
+
:ka: জর্জিয়ান
|
222
|
+
:kaa: কারা-কাল্পাক
|
223
|
+
:kab: কাবাইলে
|
224
|
+
:kac: কাচিন
|
225
|
+
:kaj: অজ্জু
|
226
|
+
:kam: কাম্বা
|
227
|
+
:kar: কারেন
|
228
|
+
:kaw: কাউই
|
229
|
+
:kbd: কাবার্ডিয়ান
|
230
|
+
:kcg: টাইয়াপ
|
231
|
+
:kfo: কোরো
|
232
|
+
:kg: কোঙ্গো
|
233
|
+
:kha: খাশি
|
234
|
+
:khi: খোয়েশান ভাষা
|
235
|
+
:kho: খোটানিজ
|
236
|
+
:ki: কিকু্ইয়ু
|
237
|
+
:kj: কোয়ানিয়ামা
|
238
|
+
:kk: কাজাখ
|
239
|
+
:kl: ক্যালাল্লিসুট
|
240
|
+
:km: খমের
|
241
|
+
:kmb: কিম্বুন্দু
|
242
|
+
:kn: কান্নাড়ী
|
243
|
+
:ko: কোরিয়ান
|
244
|
+
:kok: কোঙ্কানি
|
245
|
+
:kos: কোস্রাইন
|
246
|
+
:kpe: ক্পেল্লে
|
247
|
+
:kr: কানুরি
|
248
|
+
:krc: কারচে-বাল্কার
|
249
|
+
:krl: কারেলিয়ান
|
250
|
+
:kro: ক্রু
|
251
|
+
:kru: কুরুখ
|
252
|
+
:ks: কাশ্মীরী
|
253
|
+
:ku: কুর্দি
|
254
|
+
:kum: কুমিক
|
255
|
+
:kut: কুটেনাই
|
256
|
+
:kv: কোমি
|
257
|
+
:kw: কর্ণিশ
|
258
|
+
:ky: কির্গিজ
|
259
|
+
:la: লাটিন
|
260
|
+
:lad: লাডিনো
|
261
|
+
:lah: লান্ডা
|
262
|
+
:lam: লাম্বা
|
263
|
+
:lb: লুক্সেমবার্গীয়
|
264
|
+
:lez: লেজঘিয়ান
|
265
|
+
:lg: গ্যান্ডা
|
266
|
+
:li: লিম্বুর্গিশ
|
267
|
+
:ln: লিঙ্গালা
|
268
|
+
:lo: লাও
|
269
|
+
:lol: মোঙ্গো
|
270
|
+
:loz: লোজি
|
271
|
+
:lt: লিথুয়েনীয
|
272
|
+
:lu: লুবা-কাটাঙ্গা
|
273
|
+
:lua: লুবা-লুলুয়া
|
274
|
+
:lui: লুইসেনো
|
275
|
+
:lun: লুন্ডা
|
276
|
+
:luo: লুয়ো
|
277
|
+
:lus: লুশাই
|
278
|
+
:lv: লাত্ভীয়
|
279
|
+
:mad: মাদুরেসে
|
280
|
+
:mag: মাগাহি
|
281
|
+
:mai: মৈথিলি
|
282
|
+
:mak: ম্যাকাসার
|
283
|
+
:man: ম্যান্ডিঙ্গো
|
284
|
+
:map: অস্ট্রোনেশীয়
|
285
|
+
:mas: মাসাই
|
286
|
+
:mdf: মোকশা
|
287
|
+
:mdr: ম্যাণ্ডার
|
288
|
+
:men: মেন্ডে
|
289
|
+
:mfe: মরিসিয়ান
|
290
|
+
:mg: মালাগাসি
|
291
|
+
:mga: মধ্য আইরিশ
|
292
|
+
:mh: মার্শালিজ
|
293
|
+
:mi: মাওরি
|
294
|
+
:mic: মিকম্যাক
|
295
|
+
:min: মিনাঙ্গ্কাবাউ
|
296
|
+
:mis: বিবিধ ভাষা
|
297
|
+
:mk: ম্যাসেডোনীয
|
298
|
+
:mkh: মন-খমের ভাষা
|
299
|
+
:ml: মালেয়ালাম
|
300
|
+
:mn: মঙ্গোলিয়
|
301
|
+
:mnc: মাঞ্চু
|
302
|
+
:mni: মণিপুরী
|
303
|
+
:mno: ম্যানোবো ভাষা
|
304
|
+
:mo: মলদাভিয়
|
305
|
+
:moh: মোহাওক
|
306
|
+
:mos: মসি
|
307
|
+
:mr: মারাঠি
|
308
|
+
:ms: মালে
|
309
|
+
:mt: মল্টিয়
|
310
|
+
:mul: বহুগুণিতক ভাষাসমূহ
|
311
|
+
:mun: মুণ্ডা ভাষা
|
312
|
+
:mus: ক্রিক
|
313
|
+
:mwl: মিরান্ডিজ
|
314
|
+
:mwr: মারোয়ারি
|
315
|
+
:my: বর্মি
|
316
|
+
:myn: মায়ান ভাষা
|
317
|
+
:myv: এরজিয়া
|
318
|
+
:na: নাউরু
|
319
|
+
:nah: নাহুৎল
|
320
|
+
:nai: উত্তৱ আমেরিকার ইন্ডিয়ান ভাষা
|
321
|
+
:nap: নেয়াপোলিটান
|
322
|
+
:nb: নরওয়ে বোকমাল
|
323
|
+
:nd: উত্তর এন্দেবিলি
|
324
|
+
:nds: নিম্ন জার্মানি
|
325
|
+
:ne: নেপালী
|
326
|
+
:new: নেওয়ারি
|
327
|
+
:ng: এন্দোঙ্গা
|
328
|
+
:nia: নিয়াস
|
329
|
+
:nic: নাইজার-কোর্ডোফানিয়ান ভাষা
|
330
|
+
:niu: নিউয়ান
|
331
|
+
:nl: ডাচ
|
332
|
+
:nl-BE: ফ্লেমিশ
|
333
|
+
:nn: নরওয়েজীয়ান নিনর্স্ক
|
334
|
+
:no: নরওয়েজীয়
|
335
|
+
:nog: নোগাই
|
336
|
+
:non: প্রাচীন নর্স
|
337
|
+
:nqo: এন’কো
|
338
|
+
:nr: দক্ষিণ এনডেবেলে
|
339
|
+
:nso: উত্তরাঞ্চলীয় সোথো
|
340
|
+
:nub: নুবিয়ান ভাষা
|
341
|
+
:nv: নাভাজো
|
342
|
+
:nwc: প্রাচীন নেওয়ারী
|
343
|
+
:ny: নায়াঞ্জা
|
344
|
+
:nym: ন্যায়ামওয়েজি
|
345
|
+
:nyn: ন্যায়াঙ্কোলে
|
346
|
+
:nyo: ন্যোরো
|
347
|
+
:nzi: এন্.জিমা
|
348
|
+
:oc: অক্সিটান
|
349
|
+
:oj: ওজিবওয়া
|
350
|
+
:om: অরোমো
|
351
|
+
:or: উড়িয়া
|
352
|
+
:os: ওসেটিক
|
353
|
+
:osa: ওসেজ
|
354
|
+
:ota: অটোমান তুর্কি
|
355
|
+
:oto: অটোমান ভাষা
|
356
|
+
:pa: পাঞ্জাবী
|
357
|
+
:paa: পাপুয়ান ভাষা
|
358
|
+
:pag: পাঙ্গাসিনান
|
359
|
+
:pal: পাহ্লাভি
|
360
|
+
:pam: পাম্পাঙ্গা
|
361
|
+
:pap: পাপিয়ামেন্টো
|
362
|
+
:pau: পালায়ুয়ান
|
363
|
+
:peo: প্রাচীন ফার্সি
|
364
|
+
:phi: ফিলিপাইন ভাষা
|
365
|
+
:phn: ফোনিশীয়ান
|
366
|
+
:pi: পালি
|
367
|
+
:pl: পোলিশ
|
368
|
+
:pon: পোহ্নপেইয়ান
|
369
|
+
:pra: প্রাকৃত ভাষা
|
370
|
+
:pro: প্রাচীন প্রোভেনসাল
|
371
|
+
:ps: পুশতো
|
372
|
+
:pt: পর্তুগীজ
|
373
|
+
:pt-BR: ব্রাজিলীয় পর্তুগীজ
|
374
|
+
:pt-PT: আইবেরিয়ান পর্তুগিজ
|
375
|
+
:qu: কেচুয়া
|
376
|
+
:raj: রাজস্থানী
|
377
|
+
:rap: রাপানুই
|
378
|
+
:rar: রারোটোংগান
|
379
|
+
:rm: রোমান্স
|
380
|
+
:rn: রুন্দি
|
381
|
+
:ro: রোমানীয়
|
382
|
+
:roa: রোমান ভাষা
|
383
|
+
:rom: রোমানি
|
384
|
+
:root: মূল
|
385
|
+
:ru: রুশ
|
386
|
+
:rup: আরোমানিয়
|
387
|
+
:rw: কিনয়ারোয়ান্ডা
|
388
|
+
:sa: সংষ্কৃত
|
389
|
+
:sad: স্যান্ডাওয়ে
|
390
|
+
:sah: ইয়াকুট
|
391
|
+
:sai: উত্তর আমেরিকান ইন্ডিয়ান ভাষা
|
392
|
+
:sal: শালিশান ভাষা
|
393
|
+
:sam: সামারিটান আরামিক
|
394
|
+
:sas: সাসাক
|
395
|
+
:sat: সাঁওতালি
|
396
|
+
:sc: সার্ডিনিয়ান
|
397
|
+
:scn: সিসিলিয়ান
|
398
|
+
:sco: স্কটস
|
399
|
+
:sd: সিন্ধি
|
400
|
+
:se: উত্তরাঞ্চলীয় সামি
|
401
|
+
:sel: সেল্কুপ
|
402
|
+
:sem: সেমেটিক ভাষা
|
403
|
+
:sg: সাঙ্গো
|
404
|
+
:sga: প্রাচীন আইরিশ
|
405
|
+
:sgn: চিহ্ন ভাষা
|
406
|
+
:sh: সার্বো-ক্রোয়েশিয়
|
407
|
+
:shn: শান
|
408
|
+
:si: সিংহলী
|
409
|
+
:sid: সিডামো
|
410
|
+
:sio: সিওয়ুয়ান ভাষা
|
411
|
+
:sit: সিনো-তিব্বোতীয় ভাষা
|
412
|
+
:sk: স্লোভাক
|
413
|
+
:sl: স্লোভেনীয়
|
414
|
+
:sla: স্ল্যাভিক ভাষা
|
415
|
+
:sm: সামোয়ান
|
416
|
+
:sma: দক্ষিণাঞ্চলীয় সামি
|
417
|
+
:smi: সামি ভাষা
|
418
|
+
:smj: লুলে সামি
|
419
|
+
:smn: ইনারি সামি
|
420
|
+
:sms: স্কোল্ট সামি
|
421
|
+
:sn: শোনা
|
422
|
+
:snk: সোনিঙ্কে
|
423
|
+
:so: সোমালী
|
424
|
+
:sog: সোগডিয়ান
|
425
|
+
:son: সোঙ্গহাই
|
426
|
+
:sq: আলবেনীয়
|
427
|
+
:sr: সার্বীয়
|
428
|
+
:srn: স্রানান টোঙ্গো
|
429
|
+
:srr: সেরের
|
430
|
+
:ss: সোয়াতি
|
431
|
+
:ssa: নিলো-সাহারান ভাষা
|
432
|
+
:st: দক্ষিন সোথো
|
433
|
+
:su: সুদানী
|
434
|
+
:suk: সুকুমা
|
435
|
+
:sus: সুসু
|
436
|
+
:sux: সুমেরীয়
|
437
|
+
:sv: সুইডিশ
|
438
|
+
:sw: সোয়াহিলি
|
439
|
+
:swb: কমোরিয়ান
|
440
|
+
:syc: প্রাচীন সিরিও
|
441
|
+
:syr: সিরিয়াক
|
442
|
+
:ta: তামিল
|
443
|
+
:tai: তাই ভাষা
|
444
|
+
:te: তেলেগু
|
445
|
+
:tem: টাইম্নে
|
446
|
+
:ter: তেরেনো
|
447
|
+
:tet: তেতুম
|
448
|
+
:tg: তাজিক
|
449
|
+
:th: থাই
|
450
|
+
:ti: তিগরিনিয়া
|
451
|
+
:tig: টাইগ্রে
|
452
|
+
:tiv: টিভ
|
453
|
+
:tk: তুর্কমেনী
|
454
|
+
:tkl: টোকেলাউ
|
455
|
+
:tl: তাগালগ
|
456
|
+
:tlh: ক্লিঙ্গন
|
457
|
+
:tli: ত্লিঙ্গিট
|
458
|
+
:tmh: তামাশেক
|
459
|
+
:tn: সোয়ানা
|
460
|
+
:to: টঙ্গা
|
461
|
+
:tog: নায়াসা টোঙ্গা
|
462
|
+
:tpi: টোক পিসিন
|
463
|
+
:tr: তুর্কী
|
464
|
+
:ts: সঙ্গা
|
465
|
+
:tsi: সিমশিয়ান
|
466
|
+
:tt: তাতার
|
467
|
+
:tum: তুম্বুকা
|
468
|
+
:tup: তুপি ভাষা
|
469
|
+
:tut: আলতায়ীক ভাষা
|
470
|
+
:tvl: টুভালু
|
471
|
+
:tw: টোয়াই
|
472
|
+
:ty: তাহিতিয়ান
|
473
|
+
:tyv: টুভিনিয়ান
|
474
|
+
:udm: উডমুর্ট
|
475
|
+
:ug: ইউঘুর
|
476
|
+
:uga: উগারিটিক
|
477
|
+
:uk: ইউক্রেনীয়
|
478
|
+
:umb: উম্বুন্দু
|
479
|
+
:und: অজানা বা ভুল ভাষা
|
480
|
+
:ur: উর্দু
|
481
|
+
:uz: উজবেকীয়
|
482
|
+
:vai: ভাই
|
483
|
+
:ve: ভেন্ডা
|
484
|
+
:vi: ভিয়েতনামী
|
485
|
+
:vo: ভোলাপুক
|
486
|
+
:vot: ভোটিক
|
487
|
+
:wa: ওয়ালুন
|
488
|
+
:wak: ওয়াকাশান ভাষা
|
489
|
+
:wal: ওয়ালামো
|
490
|
+
:war: ওয়ারে
|
491
|
+
:was: ওয়াশো
|
492
|
+
:wen: সোরবিয়ান ভাষা
|
493
|
+
:wo: উওলোফ
|
494
|
+
:xal: কাল্মইক
|
495
|
+
:xh: জোসা
|
496
|
+
:yao: ইয়াও
|
497
|
+
:yap: ইয়াপেসে
|
498
|
+
:yi: য়িদ্দিশ
|
499
|
+
:yo: ইওরুবা
|
500
|
+
:ypk: ইয়ুপিক ভাষা
|
501
|
+
:yue: ক্যানটোনীজ
|
502
|
+
:za: ঝু্য়াঙ
|
503
|
+
:zap: জাপোটেক
|
504
|
+
:zbl: চিত্র ভাষা
|
505
|
+
:zen: জেনাগা
|
506
|
+
:zh: চীনা
|
507
|
+
:zh-Hans: সহজ চীনা
|
508
|
+
:zh-Hant: প্রথাগত চীনা
|
509
|
+
:znd: জান্ডে
|
510
|
+
:zu: জুলু
|
511
|
+
:zun: জুনি
|
512
|
+
:zxx: ভাষাতাত্তিক বিষয়সূচী বহির্ভুত
|
513
|
+
:zza: জাজা
|