twitter_cldr 6.11.5 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/README.md +0 -1111
- data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
- data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
- data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
- data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
- data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
- data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
- data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
- data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
- data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
- data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
- data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
- data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
- data/lib/twitter_cldr/shared/properties_database.rb +12 -0
- data/lib/twitter_cldr/shared/property_set.rb +14 -0
- data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
- data/lib/twitter_cldr/transforms/transformer.rb +1 -1
- data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
- data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/lib/twitter_cldr.rb +4 -5
- data/resources/locales/af/calendars.yml +9 -9
- data/resources/locales/af/currencies.yml +1 -0
- data/resources/locales/af/fields.yml +25 -0
- data/resources/locales/af/languages.yml +41 -0
- data/resources/locales/af/lists.yml +5 -5
- data/resources/locales/af/numbers.yml +115 -1
- data/resources/locales/af/timezones.yml +4 -0
- data/resources/locales/af/units.yml +54 -9
- data/resources/locales/ar/calendars.yml +5 -5
- data/resources/locales/ar/fields.yml +24 -0
- data/resources/locales/ar/languages.yml +34 -0
- data/resources/locales/ar/lists.yml +8 -8
- data/resources/locales/ar/numbers.yml +116 -2
- data/resources/locales/ar/rbnf.yml +139 -139
- data/resources/locales/ar/timezones.yml +4 -0
- data/resources/locales/ar/units.yml +890 -31
- data/resources/locales/az/calendars.yml +11 -11
- data/resources/locales/az/fields.yml +32 -0
- data/resources/locales/az/languages.yml +39 -0
- data/resources/locales/az/lists.yml +2 -2
- data/resources/locales/az/numbers.yml +114 -0
- data/resources/locales/az/timezones.yml +2 -0
- data/resources/locales/az/units.yml +385 -6
- data/resources/locales/be/calendars.yml +16 -16
- data/resources/locales/be/fields.yml +32 -0
- data/resources/locales/be/languages.yml +43 -1
- data/resources/locales/be/lists.yml +6 -6
- data/resources/locales/be/numbers.yml +114 -0
- data/resources/locales/be/territories.yml +1 -1
- data/resources/locales/be/timezones.yml +4 -0
- data/resources/locales/be/units.yml +947 -124
- data/resources/locales/bg/calendars.yml +30 -30
- data/resources/locales/bg/fields.yml +4 -4
- data/resources/locales/bg/languages.yml +42 -3
- data/resources/locales/bg/lists.yml +6 -6
- data/resources/locales/bg/numbers.yml +115 -1
- data/resources/locales/bg/rbnf.yml +1213 -116
- data/resources/locales/bg/timezones.yml +5 -1
- data/resources/locales/bg/units.yml +433 -9
- data/resources/locales/bn/calendars.yml +19 -19
- data/resources/locales/bn/currencies.yml +23 -22
- data/resources/locales/bn/fields.yml +12 -12
- data/resources/locales/bn/languages.yml +74 -50
- data/resources/locales/bn/lists.yml +4 -4
- data/resources/locales/bn/numbers.yml +115 -0
- data/resources/locales/bn/territories.yml +16 -16
- data/resources/locales/bn/timezones.yml +12 -8
- data/resources/locales/bn/units.yml +338 -9
- data/resources/locales/bo/numbers.yml +114 -0
- data/resources/locales/bo/timezones.yml +10 -0
- data/resources/locales/bo/units.yml +4 -2
- data/resources/locales/bs/calendars.yml +10 -10
- data/resources/locales/bs/fields.yml +56 -0
- data/resources/locales/bs/languages.yml +36 -0
- data/resources/locales/bs/lists.yml +6 -6
- data/resources/locales/bs/numbers.yml +1276 -236
- data/resources/locales/bs/timezones.yml +2 -0
- data/resources/locales/bs/units.yml +534 -8
- data/resources/locales/ca/calendars.yml +17 -17
- data/resources/locales/ca/languages.yml +32 -0
- data/resources/locales/ca/lists.yml +6 -6
- data/resources/locales/ca/numbers.yml +153 -37
- data/resources/locales/ca/plural_rules.yml +2 -1
- data/resources/locales/ca/plurals.yml +4 -1
- data/resources/locales/ca/territories.yml +6 -6
- data/resources/locales/ca/timezones.yml +5 -1
- data/resources/locales/ca/units.yml +472 -20
- data/resources/locales/cs/calendars.yml +14 -10
- data/resources/locales/cs/languages.yml +42 -1
- data/resources/locales/cs/lists.yml +7 -7
- data/resources/locales/cs/numbers.yml +114 -0
- data/resources/locales/cs/timezones.yml +310 -306
- data/resources/locales/cs/units.yml +406 -356
- data/resources/locales/cy/calendars.yml +10 -10
- data/resources/locales/cy/fields.yml +25 -0
- data/resources/locales/cy/languages.yml +40 -1
- data/resources/locales/cy/lists.yml +4 -4
- data/resources/locales/cy/numbers.yml +114 -0
- data/resources/locales/cy/timezones.yml +2 -0
- data/resources/locales/cy/units.yml +650 -25
- data/resources/locales/da/calendars.yml +30 -30
- data/resources/locales/da/fields.yml +4 -0
- data/resources/locales/da/languages.yml +36 -3
- data/resources/locales/da/lists.yml +2 -2
- data/resources/locales/da/numbers.yml +114 -0
- data/resources/locales/da/territories.yml +2 -2
- data/resources/locales/da/timezones.yml +2 -0
- data/resources/locales/da/units.yml +593 -224
- data/resources/locales/de/calendars.yml +8 -8
- data/resources/locales/de/languages.yml +31 -0
- data/resources/locales/de/lists.yml +6 -6
- data/resources/locales/de/numbers.yml +114 -0
- data/resources/locales/de/timezones.yml +44 -42
- data/resources/locales/de/units.yml +247 -25
- data/resources/locales/de-AT/calendars.yml +8 -8
- data/resources/locales/de-AT/languages.yml +31 -0
- data/resources/locales/de-AT/lists.yml +6 -6
- data/resources/locales/de-AT/numbers.yml +114 -0
- data/resources/locales/de-AT/timezones.yml +44 -42
- data/resources/locales/de-AT/units.yml +247 -25
- data/resources/locales/de-CH/calendars.yml +7 -7
- data/resources/locales/de-CH/languages.yml +37 -6
- data/resources/locales/de-CH/lists.yml +6 -6
- data/resources/locales/de-CH/numbers.yml +114 -0
- data/resources/locales/de-CH/territories.yml +1 -1
- data/resources/locales/de-CH/timezones.yml +44 -42
- data/resources/locales/de-CH/units.yml +247 -25
- data/resources/locales/el/calendars.yml +13 -13
- data/resources/locales/el/languages.yml +34 -0
- data/resources/locales/el/lists.yml +4 -4
- data/resources/locales/el/numbers.yml +114 -0
- data/resources/locales/el/rbnf.yml +15 -3
- data/resources/locales/el/territories.yml +1 -1
- data/resources/locales/el/timezones.yml +4 -0
- data/resources/locales/el/units.yml +477 -72
- data/resources/locales/en/calendars.yml +15 -15
- data/resources/locales/en/currencies.yml +15 -7
- data/resources/locales/en/fields.yml +72 -0
- data/resources/locales/en/languages.yml +45 -5
- data/resources/locales/en/numbers.yml +114 -0
- data/resources/locales/en/rbnf.yml +2 -2
- data/resources/locales/en/territories.yml +2 -1
- data/resources/locales/en/timezones.yml +9 -1
- data/resources/locales/en/units.yml +29 -11
- data/resources/locales/en-001/calendars.yml +13 -13
- data/resources/locales/en-001/currencies.yml +12 -4
- data/resources/locales/en-001/fields.yml +12 -0
- data/resources/locales/en-001/languages.yml +43 -3
- data/resources/locales/en-001/numbers.yml +114 -0
- data/resources/locales/en-001/territories.yml +9 -8
- data/resources/locales/en-001/timezones.yml +13 -1
- data/resources/locales/en-001/units.yml +36 -17
- data/resources/locales/en-150/calendars.yml +13 -13
- data/resources/locales/en-150/currencies.yml +12 -4
- data/resources/locales/en-150/fields.yml +12 -0
- data/resources/locales/en-150/languages.yml +43 -3
- data/resources/locales/en-150/numbers.yml +114 -0
- data/resources/locales/en-150/territories.yml +9 -8
- data/resources/locales/en-150/timezones.yml +13 -1
- data/resources/locales/en-150/units.yml +36 -17
- data/resources/locales/en-AU/calendars.yml +25 -25
- data/resources/locales/en-AU/currencies.yml +21 -14
- data/resources/locales/en-AU/fields.yml +5 -3
- data/resources/locales/en-AU/languages.yml +43 -3
- data/resources/locales/en-AU/numbers.yml +114 -0
- data/resources/locales/en-AU/territories.yml +4 -3
- data/resources/locales/en-AU/timezones.yml +15 -1
- data/resources/locales/en-AU/units.yml +40 -21
- data/resources/locales/en-CA/calendars.yml +23 -23
- data/resources/locales/en-CA/currencies.yml +28 -20
- data/resources/locales/en-CA/fields.yml +12 -0
- data/resources/locales/en-CA/languages.yml +52 -12
- data/resources/locales/en-CA/numbers.yml +114 -0
- data/resources/locales/en-CA/territories.yml +8 -7
- data/resources/locales/en-CA/timezones.yml +12 -2
- data/resources/locales/en-CA/units.yml +41 -20
- data/resources/locales/en-GB/calendars.yml +10 -10
- data/resources/locales/en-GB/currencies.yml +12 -4
- data/resources/locales/en-GB/fields.yml +1 -0
- data/resources/locales/en-GB/languages.yml +42 -2
- data/resources/locales/en-GB/numbers.yml +114 -0
- data/resources/locales/en-GB/territories.yml +2 -1
- data/resources/locales/en-GB/timezones.yml +5 -1
- data/resources/locales/en-GB/units.yml +31 -13
- data/resources/locales/en-IE/calendars.yml +13 -13
- data/resources/locales/en-IE/currencies.yml +12 -4
- data/resources/locales/en-IE/fields.yml +12 -0
- data/resources/locales/en-IE/languages.yml +43 -3
- data/resources/locales/en-IE/numbers.yml +114 -0
- data/resources/locales/en-IE/territories.yml +9 -8
- data/resources/locales/en-IE/timezones.yml +13 -1
- data/resources/locales/en-IE/units.yml +36 -17
- data/resources/locales/en-IN/calendars.yml +17 -17
- data/resources/locales/en-IN/currencies.yml +12 -4
- data/resources/locales/en-IN/fields.yml +12 -0
- data/resources/locales/en-IN/languages.yml +43 -3
- data/resources/locales/en-IN/numbers.yml +114 -0
- data/resources/locales/en-IN/territories.yml +9 -8
- data/resources/locales/en-IN/timezones.yml +15 -1
- data/resources/locales/en-IN/units.yml +35 -16
- data/resources/locales/en-NZ/calendars.yml +13 -13
- data/resources/locales/en-NZ/currencies.yml +12 -4
- data/resources/locales/en-NZ/fields.yml +12 -0
- data/resources/locales/en-NZ/languages.yml +43 -3
- data/resources/locales/en-NZ/numbers.yml +114 -0
- data/resources/locales/en-NZ/territories.yml +9 -8
- data/resources/locales/en-NZ/timezones.yml +13 -1
- data/resources/locales/en-NZ/units.yml +36 -17
- data/resources/locales/en-SG/calendars.yml +13 -13
- data/resources/locales/en-SG/currencies.yml +12 -4
- data/resources/locales/en-SG/fields.yml +12 -0
- data/resources/locales/en-SG/languages.yml +43 -3
- data/resources/locales/en-SG/numbers.yml +114 -0
- data/resources/locales/en-SG/territories.yml +9 -8
- data/resources/locales/en-SG/timezones.yml +13 -1
- data/resources/locales/en-SG/units.yml +36 -17
- data/resources/locales/en-US/calendars.yml +15 -15
- data/resources/locales/en-US/currencies.yml +15 -7
- data/resources/locales/en-US/fields.yml +72 -0
- data/resources/locales/en-US/languages.yml +45 -5
- data/resources/locales/en-US/numbers.yml +114 -0
- data/resources/locales/en-US/territories.yml +2 -1
- data/resources/locales/en-US/timezones.yml +9 -1
- data/resources/locales/en-US/units.yml +29 -11
- data/resources/locales/en-ZA/calendars.yml +13 -13
- data/resources/locales/en-ZA/currencies.yml +12 -4
- data/resources/locales/en-ZA/fields.yml +12 -0
- data/resources/locales/en-ZA/languages.yml +43 -3
- data/resources/locales/en-ZA/numbers.yml +116 -2
- data/resources/locales/en-ZA/territories.yml +9 -8
- data/resources/locales/en-ZA/timezones.yml +13 -1
- data/resources/locales/en-ZA/units.yml +36 -17
- data/resources/locales/eo/calendars.yml +80 -80
- data/resources/locales/eo/fields.yml +439 -8
- data/resources/locales/eo/numbers.yml +114 -0
- data/resources/locales/eo/timezones.yml +10 -0
- data/resources/locales/eo/units.yml +4 -2
- data/resources/locales/es/calendars.yml +16 -16
- data/resources/locales/es/languages.yml +38 -4
- data/resources/locales/es/lists.yml +6 -6
- data/resources/locales/es/numbers.yml +114 -0
- data/resources/locales/es/rbnf.yml +18 -0
- data/resources/locales/es/timezones.yml +4 -2
- data/resources/locales/es/units.yml +40 -9
- data/resources/locales/es-419/calendars.yml +26 -26
- data/resources/locales/es-419/fields.yml +1 -1
- data/resources/locales/es-419/languages.yml +35 -1
- data/resources/locales/es-419/lists.yml +6 -6
- data/resources/locales/es-419/numbers.yml +114 -0
- data/resources/locales/es-419/timezones.yml +4 -0
- data/resources/locales/es-419/units.yml +45 -17
- data/resources/locales/es-AR/calendars.yml +17 -17
- data/resources/locales/es-AR/languages.yml +35 -1
- data/resources/locales/es-AR/lists.yml +6 -6
- data/resources/locales/es-AR/numbers.yml +114 -0
- data/resources/locales/es-AR/timezones.yml +4 -0
- data/resources/locales/es-AR/units.yml +45 -17
- data/resources/locales/es-CO/calendars.yml +22 -22
- data/resources/locales/es-CO/languages.yml +35 -1
- data/resources/locales/es-CO/lists.yml +6 -6
- data/resources/locales/es-CO/numbers.yml +114 -0
- data/resources/locales/es-CO/timezones.yml +4 -0
- data/resources/locales/es-CO/units.yml +45 -17
- data/resources/locales/es-MX/calendars.yml +21 -21
- data/resources/locales/es-MX/fields.yml +3 -3
- data/resources/locales/es-MX/languages.yml +43 -9
- data/resources/locales/es-MX/lists.yml +6 -6
- data/resources/locales/es-MX/numbers.yml +115 -1
- data/resources/locales/es-MX/territories.yml +2 -2
- data/resources/locales/es-MX/timezones.yml +4 -0
- data/resources/locales/es-MX/units.yml +49 -21
- data/resources/locales/es-US/calendars.yml +24 -24
- data/resources/locales/es-US/languages.yml +43 -9
- data/resources/locales/es-US/lists.yml +6 -6
- data/resources/locales/es-US/numbers.yml +114 -0
- data/resources/locales/es-US/timezones.yml +4 -0
- data/resources/locales/es-US/units.yml +52 -26
- data/resources/locales/et/calendars.yml +25 -25
- data/resources/locales/et/fields.yml +8 -0
- data/resources/locales/et/languages.yml +33 -0
- data/resources/locales/et/lists.yml +4 -4
- data/resources/locales/et/numbers.yml +114 -0
- data/resources/locales/et/timezones.yml +2 -0
- data/resources/locales/et/units.yml +405 -6
- data/resources/locales/eu/calendars.yml +35 -35
- data/resources/locales/eu/currencies.yml +11 -0
- data/resources/locales/eu/fields.yml +40 -0
- data/resources/locales/eu/languages.yml +128 -88
- data/resources/locales/eu/lists.yml +6 -6
- data/resources/locales/eu/numbers.yml +1233 -237
- data/resources/locales/eu/timezones.yml +12 -0
- data/resources/locales/eu/units.yml +386 -17
- data/resources/locales/fa/calendars.yml +4 -4
- data/resources/locales/fa/currencies.yml +1 -0
- data/resources/locales/fa/fields.yml +4 -4
- data/resources/locales/fa/languages.yml +44 -7
- data/resources/locales/fa/lists.yml +4 -4
- data/resources/locales/fa/numbers.yml +118 -2
- data/resources/locales/fa/timezones.yml +4 -0
- data/resources/locales/fa/units.yml +255 -40
- data/resources/locales/fi/calendars.yml +7 -7
- data/resources/locales/fi/currencies.yml +6 -2
- data/resources/locales/fi/languages.yml +34 -1
- data/resources/locales/fi/lists.yml +6 -6
- data/resources/locales/fi/numbers.yml +116 -1
- data/resources/locales/fi/timezones.yml +2 -0
- data/resources/locales/fi/units.yml +121 -65
- data/resources/locales/fil/calendars.yml +21 -21
- data/resources/locales/fil/currencies.yml +46 -46
- data/resources/locales/fil/fields.yml +48 -48
- data/resources/locales/fil/languages.yml +41 -4
- data/resources/locales/fil/lists.yml +4 -4
- data/resources/locales/fil/numbers.yml +116 -1
- data/resources/locales/fil/territories.yml +1 -1
- data/resources/locales/fil/timezones.yml +21 -19
- data/resources/locales/fil/units.yml +355 -9
- data/resources/locales/fr/calendars.yml +9 -9
- data/resources/locales/fr/currencies.yml +3 -3
- data/resources/locales/fr/fields.yml +4 -0
- data/resources/locales/fr/languages.yml +34 -3
- data/resources/locales/fr/lists.yml +4 -4
- data/resources/locales/fr/numbers.yml +114 -0
- data/resources/locales/fr/timezones.yml +14 -12
- data/resources/locales/fr/units.yml +84 -30
- data/resources/locales/fr-BE/calendars.yml +9 -9
- data/resources/locales/fr-BE/currencies.yml +3 -3
- data/resources/locales/fr-BE/fields.yml +4 -0
- data/resources/locales/fr-BE/languages.yml +34 -3
- data/resources/locales/fr-BE/lists.yml +4 -4
- data/resources/locales/fr-BE/numbers.yml +114 -0
- data/resources/locales/fr-BE/timezones.yml +14 -12
- data/resources/locales/fr-BE/units.yml +84 -30
- data/resources/locales/fr-CA/calendars.yml +5 -5
- data/resources/locales/fr-CA/fields.yml +4 -0
- data/resources/locales/fr-CA/languages.yml +34 -3
- data/resources/locales/fr-CA/lists.yml +4 -4
- data/resources/locales/fr-CA/numbers.yml +114 -0
- data/resources/locales/fr-CA/timezones.yml +4 -0
- data/resources/locales/fr-CA/units.yml +43 -25
- data/resources/locales/fr-CH/calendars.yml +7 -7
- data/resources/locales/fr-CH/currencies.yml +3 -3
- data/resources/locales/fr-CH/fields.yml +4 -0
- data/resources/locales/fr-CH/languages.yml +34 -3
- data/resources/locales/fr-CH/lists.yml +4 -4
- data/resources/locales/fr-CH/numbers.yml +114 -0
- data/resources/locales/fr-CH/timezones.yml +14 -12
- data/resources/locales/fr-CH/units.yml +84 -30
- data/resources/locales/ga/calendars.yml +26 -26
- data/resources/locales/ga/currencies.yml +6 -4
- data/resources/locales/ga/fields.yml +39 -39
- data/resources/locales/ga/languages.yml +131 -13
- data/resources/locales/ga/lists.yml +3 -3
- data/resources/locales/ga/numbers.yml +114 -0
- data/resources/locales/ga/timezones.yml +2 -0
- data/resources/locales/ga/units.yml +379 -23
- data/resources/locales/gl/calendars.yml +11 -11
- data/resources/locales/gl/fields.yml +12 -0
- data/resources/locales/gl/languages.yml +43 -0
- data/resources/locales/gl/lists.yml +6 -6
- data/resources/locales/gl/numbers.yml +116 -2
- data/resources/locales/gl/timezones.yml +311 -309
- data/resources/locales/gl/units.yml +470 -10
- data/resources/locales/gu/currencies.yml +1 -0
- data/resources/locales/gu/languages.yml +39 -3
- data/resources/locales/gu/lists.yml +3 -3
- data/resources/locales/gu/numbers.yml +115 -0
- data/resources/locales/gu/territories.yml +1 -1
- data/resources/locales/gu/timezones.yml +4 -0
- data/resources/locales/gu/units.yml +447 -11
- data/resources/locales/he/calendars.yml +2 -2
- data/resources/locales/he/currencies.yml +29 -20
- data/resources/locales/he/fields.yml +9 -0
- data/resources/locales/he/languages.yml +35 -3
- data/resources/locales/he/lists.yml +6 -6
- data/resources/locales/he/numbers.yml +117 -2
- data/resources/locales/he/plural_rules.yml +2 -3
- data/resources/locales/he/plurals.yml +2 -4
- data/resources/locales/he/rbnf.yml +12 -0
- data/resources/locales/he/territories.yml +2 -2
- data/resources/locales/he/timezones.yml +9 -5
- data/resources/locales/he/units.yml +664 -33
- data/resources/locales/hi/calendars.yml +2 -2
- data/resources/locales/hi/currencies.yml +1 -0
- data/resources/locales/hi/fields.yml +20 -0
- data/resources/locales/hi/languages.yml +39 -3
- data/resources/locales/hi/lists.yml +6 -6
- data/resources/locales/hi/numbers.yml +725 -44
- data/resources/locales/hi/territories.yml +4 -4
- data/resources/locales/hi/timezones.yml +4 -0
- data/resources/locales/hi/units.yml +423 -89
- data/resources/locales/hr/calendars.yml +7 -7
- data/resources/locales/hr/currencies.yml +1 -1
- data/resources/locales/hr/languages.yml +33 -0
- data/resources/locales/hr/lists.yml +8 -8
- data/resources/locales/hr/numbers.yml +114 -0
- data/resources/locales/hr/territories.yml +2 -2
- data/resources/locales/hr/timezones.yml +5 -3
- data/resources/locales/hr/units.yml +311 -69
- data/resources/locales/hu/calendars.yml +7 -7
- data/resources/locales/hu/currencies.yml +21 -7
- data/resources/locales/hu/fields.yml +24 -12
- data/resources/locales/hu/languages.yml +33 -0
- data/resources/locales/hu/lists.yml +6 -6
- data/resources/locales/hu/numbers.yml +136 -11
- data/resources/locales/hu/timezones.yml +2 -0
- data/resources/locales/hu/units.yml +631 -210
- data/resources/locales/hy/calendars.yml +1 -1
- data/resources/locales/hy/fields.yml +16 -0
- data/resources/locales/hy/languages.yml +46 -5
- data/resources/locales/hy/lists.yml +4 -4
- data/resources/locales/hy/numbers.yml +114 -0
- data/resources/locales/hy/timezones.yml +4 -0
- data/resources/locales/hy/units.yml +517 -123
- data/resources/locales/id/calendars.yml +12 -12
- data/resources/locales/id/currencies.yml +1 -0
- data/resources/locales/id/fields.yml +19 -0
- data/resources/locales/id/languages.yml +36 -2
- data/resources/locales/id/lists.yml +4 -4
- data/resources/locales/id/numbers.yml +114 -0
- data/resources/locales/id/timezones.yml +2 -0
- data/resources/locales/id/units.yml +302 -4
- data/resources/locales/is/calendars.yml +7 -7
- data/resources/locales/is/currencies.yml +15 -10
- data/resources/locales/is/fields.yml +17 -3
- data/resources/locales/is/languages.yml +36 -1
- data/resources/locales/is/lists.yml +4 -4
- data/resources/locales/is/numbers.yml +114 -0
- data/resources/locales/is/plural_rules.yml +2 -2
- data/resources/locales/is/plurals.yml +2 -2
- data/resources/locales/is/timezones.yml +9 -4
- data/resources/locales/is/units.yml +462 -135
- data/resources/locales/it/calendars.yml +9 -9
- data/resources/locales/it/currencies.yml +6 -6
- data/resources/locales/it/languages.yml +33 -2
- data/resources/locales/it/lists.yml +6 -6
- data/resources/locales/it/numbers.yml +114 -0
- data/resources/locales/it/rbnf.yml +566 -0
- data/resources/locales/it/territories.yml +5 -5
- data/resources/locales/it/timezones.yml +10 -5
- data/resources/locales/it/units.yml +94 -27
- data/resources/locales/it-CH/calendars.yml +11 -11
- data/resources/locales/it-CH/currencies.yml +6 -6
- data/resources/locales/it-CH/languages.yml +33 -2
- data/resources/locales/it-CH/lists.yml +6 -6
- data/resources/locales/it-CH/numbers.yml +114 -0
- data/resources/locales/it-CH/territories.yml +5 -5
- data/resources/locales/it-CH/timezones.yml +10 -5
- data/resources/locales/it-CH/units.yml +94 -27
- data/resources/locales/ja/currencies.yml +3 -3
- data/resources/locales/ja/languages.yml +32 -0
- data/resources/locales/ja/lists.yml +12 -12
- data/resources/locales/ja/numbers.yml +159 -0
- data/resources/locales/ja/timezones.yml +5 -1
- data/resources/locales/ja/units.yml +28 -8
- data/resources/locales/ka/languages.yml +40 -1
- data/resources/locales/ka/lists.yml +6 -6
- data/resources/locales/ka/numbers.yml +114 -0
- data/resources/locales/ka/timezones.yml +4 -0
- data/resources/locales/ka/units.yml +61 -10
- data/resources/locales/kk/calendars.yml +25 -25
- data/resources/locales/kk/currencies.yml +12 -12
- data/resources/locales/kk/fields.yml +37 -1
- data/resources/locales/kk/languages.yml +51 -14
- data/resources/locales/kk/lists.yml +5 -5
- data/resources/locales/kk/numbers.yml +114 -0
- data/resources/locales/kk/rbnf.yml +307 -0
- data/resources/locales/kk/territories.yml +4 -4
- data/resources/locales/kk/timezones.yml +27 -23
- data/resources/locales/kk/units.yml +465 -57
- data/resources/locales/km/currencies.yml +1 -0
- data/resources/locales/km/languages.yml +46 -0
- data/resources/locales/km/lists.yml +5 -5
- data/resources/locales/km/numbers.yml +114 -0
- data/resources/locales/km/timezones.yml +4 -0
- data/resources/locales/km/units.yml +306 -4
- data/resources/locales/kn/calendars.yml +5 -5
- data/resources/locales/kn/currencies.yml +2 -1
- data/resources/locales/kn/languages.yml +36 -1
- data/resources/locales/kn/lists.yml +4 -4
- data/resources/locales/kn/numbers.yml +719 -44
- data/resources/locales/kn/territories.yml +2 -2
- data/resources/locales/kn/timezones.yml +4 -0
- data/resources/locales/kn/units.yml +261 -164
- data/resources/locales/ko/calendars.yml +2 -2
- data/resources/locales/ko/currencies.yml +60 -58
- data/resources/locales/ko/fields.yml +48 -0
- data/resources/locales/ko/languages.yml +33 -0
- data/resources/locales/ko/lists.yml +6 -6
- data/resources/locales/ko/numbers.yml +114 -0
- data/resources/locales/ko/territories.yml +2 -2
- data/resources/locales/ko/timezones.yml +4 -0
- data/resources/locales/ko/units.yml +230 -6
- data/resources/locales/lo/calendars.yml +5 -4
- data/resources/locales/lo/currencies.yml +1 -0
- data/resources/locales/lo/fields.yml +50 -0
- data/resources/locales/lo/languages.yml +37 -3
- data/resources/locales/lo/lists.yml +5 -5
- data/resources/locales/lo/numbers.yml +114 -0
- data/resources/locales/lo/timezones.yml +4 -0
- data/resources/locales/lo/units.yml +320 -4
- data/resources/locales/lt/calendars.yml +10 -10
- data/resources/locales/lt/languages.yml +33 -1
- data/resources/locales/lt/lists.yml +6 -6
- data/resources/locales/lt/numbers.yml +114 -0
- data/resources/locales/lt/timezones.yml +2 -0
- data/resources/locales/lt/units.yml +907 -222
- data/resources/locales/lv/calendars.yml +8 -8
- data/resources/locales/lv/currencies.yml +2 -0
- data/resources/locales/lv/fields.yml +8 -0
- data/resources/locales/lv/languages.yml +36 -0
- data/resources/locales/lv/lists.yml +6 -6
- data/resources/locales/lv/numbers.yml +114 -0
- data/resources/locales/lv/timezones.yml +4 -0
- data/resources/locales/lv/units.yml +688 -124
- data/resources/locales/mk/calendars.yml +50 -50
- data/resources/locales/mk/fields.yml +2 -2
- data/resources/locales/mk/languages.yml +32 -0
- data/resources/locales/mk/lists.yml +5 -5
- data/resources/locales/mk/numbers.yml +114 -0
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +48 -44
- data/resources/locales/mk/units.yml +459 -6
- data/resources/locales/mr/calendars.yml +2 -8
- data/resources/locales/mr/currencies.yml +3 -2
- data/resources/locales/mr/day_periods.yml +2 -16
- data/resources/locales/mr/fields.yml +8 -0
- data/resources/locales/mr/languages.yml +35 -0
- data/resources/locales/mr/lists.yml +5 -5
- data/resources/locales/mr/numbers.yml +115 -0
- data/resources/locales/mr/territories.yml +2 -2
- data/resources/locales/mr/timezones.yml +4 -0
- data/resources/locales/mr/units.yml +478 -119
- data/resources/locales/ms/calendars.yml +13 -13
- data/resources/locales/ms/currencies.yml +8 -2
- data/resources/locales/ms/fields.yml +4 -0
- data/resources/locales/ms/languages.yml +39 -2
- data/resources/locales/ms/lists.yml +4 -4
- data/resources/locales/ms/numbers.yml +126 -6
- data/resources/locales/ms/territories.yml +2 -2
- data/resources/locales/ms/timezones.yml +2 -0
- data/resources/locales/ms/units.yml +148 -6
- data/resources/locales/mt/calendars.yml +10 -10
- data/resources/locales/mt/currencies.yml +2 -0
- data/resources/locales/mt/fields.yml +196 -102
- data/resources/locales/mt/numbers.yml +115 -0
- data/resources/locales/mt/plural_rules.yml +2 -1
- data/resources/locales/mt/plurals.yml +4 -3
- data/resources/locales/mt/timezones.yml +2 -0
- data/resources/locales/mt/units.yml +27 -8
- data/resources/locales/my/calendars.yml +23 -23
- data/resources/locales/my/fields.yml +32 -0
- data/resources/locales/my/languages.yml +45 -4
- data/resources/locales/my/lists.yml +6 -6
- data/resources/locales/my/numbers.yml +151 -36
- data/resources/locales/my/timezones.yml +36 -32
- data/resources/locales/my/units.yml +304 -14
- data/resources/locales/nb/calendars.yml +10 -10
- data/resources/locales/nb/languages.yml +33 -2
- data/resources/locales/nb/lists.yml +6 -6
- data/resources/locales/nb/numbers.yml +114 -0
- data/resources/locales/nb/timezones.yml +5 -1
- data/resources/locales/nb/units.yml +532 -231
- data/resources/locales/nl/calendars.yml +22 -22
- data/resources/locales/nl/currencies.yml +15 -6
- data/resources/locales/nl/fields.yml +7 -7
- data/resources/locales/nl/languages.yml +33 -0
- data/resources/locales/nl/lists.yml +6 -6
- data/resources/locales/nl/numbers.yml +195 -6
- data/resources/locales/nl/rbnf.yml +1 -1
- data/resources/locales/nl/timezones.yml +2 -0
- data/resources/locales/nl/units.yml +163 -15
- data/resources/locales/nl-BE/calendars.yml +22 -22
- data/resources/locales/nl-BE/currencies.yml +15 -6
- data/resources/locales/nl-BE/fields.yml +7 -7
- data/resources/locales/nl-BE/languages.yml +33 -0
- data/resources/locales/nl-BE/lists.yml +6 -6
- data/resources/locales/nl-BE/numbers.yml +195 -6
- data/resources/locales/nl-BE/timezones.yml +2 -0
- data/resources/locales/nl-BE/units.yml +163 -15
- data/resources/locales/pl/calendars.yml +7 -7
- data/resources/locales/pl/fields.yml +3 -0
- data/resources/locales/pl/languages.yml +32 -0
- data/resources/locales/pl/lists.yml +4 -4
- data/resources/locales/pl/numbers.yml +114 -0
- data/resources/locales/pl/timezones.yml +2 -0
- data/resources/locales/pl/units.yml +1420 -309
- data/resources/locales/pt/calendars.yml +13 -13
- data/resources/locales/pt/fields.yml +6 -0
- data/resources/locales/pt/languages.yml +35 -1
- data/resources/locales/pt/lists.yml +4 -4
- data/resources/locales/pt/numbers.yml +114 -0
- data/resources/locales/pt/rbnf.yml +1 -1
- data/resources/locales/pt/timezones.yml +2 -0
- data/resources/locales/pt/units.yml +599 -15
- data/resources/locales/pt-PT/calendars.yml +10 -10
- data/resources/locales/pt-PT/languages.yml +37 -3
- data/resources/locales/pt-PT/lists.yml +4 -4
- data/resources/locales/pt-PT/numbers.yml +114 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -2
- data/resources/locales/pt-PT/plurals.yml +3 -3
- data/resources/locales/pt-PT/territories.yml +1 -1
- data/resources/locales/pt-PT/timezones.yml +2 -0
- data/resources/locales/pt-PT/units.yml +420 -7
- data/resources/locales/ro/calendars.yml +10 -10
- data/resources/locales/ro/currencies.yml +22 -22
- data/resources/locales/ro/languages.yml +33 -0
- data/resources/locales/ro/lists.yml +4 -4
- data/resources/locales/ro/numbers.yml +114 -0
- data/resources/locales/ro/plural_rules.yml +1 -1
- data/resources/locales/ro/plurals.yml +3 -3
- data/resources/locales/ro/timezones.yml +2 -0
- data/resources/locales/ro/units.yml +580 -124
- data/resources/locales/ru/calendars.yml +23 -23
- data/resources/locales/ru/languages.yml +34 -1
- data/resources/locales/ru/lists.yml +4 -4
- data/resources/locales/ru/numbers.yml +114 -0
- data/resources/locales/ru/rbnf.yml +240 -12
- data/resources/locales/ru/territories.yml +7 -7
- data/resources/locales/ru/timezones.yml +4 -0
- data/resources/locales/ru/units.yml +858 -251
- data/resources/locales/sk/calendars.yml +9 -9
- data/resources/locales/sk/currencies.yml +7 -7
- data/resources/locales/sk/fields.yml +8 -0
- data/resources/locales/sk/languages.yml +34 -0
- data/resources/locales/sk/lists.yml +6 -6
- data/resources/locales/sk/numbers.yml +114 -0
- data/resources/locales/sk/timezones.yml +2 -0
- data/resources/locales/sk/units.yml +812 -330
- data/resources/locales/sl/calendars.yml +9 -9
- data/resources/locales/sl/languages.yml +36 -0
- data/resources/locales/sl/lists.yml +6 -6
- data/resources/locales/sl/numbers.yml +114 -0
- data/resources/locales/sl/timezones.yml +4 -2
- data/resources/locales/sl/units.yml +967 -243
- data/resources/locales/sq/calendars.yml +11 -11
- data/resources/locales/sq/currencies.yml +1 -1
- data/resources/locales/sq/fields.yml +20 -0
- data/resources/locales/sq/languages.yml +41 -0
- data/resources/locales/sq/lists.yml +6 -6
- data/resources/locales/sq/numbers.yml +114 -0
- data/resources/locales/sq/timezones.yml +4 -0
- data/resources/locales/sq/units.yml +461 -6
- data/resources/locales/sr/calendars.yml +16 -16
- data/resources/locales/sr/fields.yml +6 -0
- data/resources/locales/sr/languages.yml +37 -0
- data/resources/locales/sr/lists.yml +6 -6
- data/resources/locales/sr/numbers.yml +114 -0
- data/resources/locales/sr/timezones.yml +4 -0
- data/resources/locales/sr/units.yml +676 -68
- data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
- data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
- data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
- data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
- data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
- data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
- data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
- data/resources/locales/sr-Latn-ME/fields.yml +432 -426
- data/resources/locales/sr-Latn-ME/languages.yml +531 -494
- data/resources/locales/sr-Latn-ME/lists.yml +6 -6
- data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
- data/resources/locales/sr-Latn-ME/units.yml +677 -69
- data/resources/locales/sv/calendars.yml +11 -11
- data/resources/locales/sv/currencies.yml +9 -7
- data/resources/locales/sv/fields.yml +5 -1
- data/resources/locales/sv/languages.yml +32 -0
- data/resources/locales/sv/lists.yml +4 -4
- data/resources/locales/sv/numbers.yml +122 -3
- data/resources/locales/sv/territories.yml +1 -1
- data/resources/locales/sv/timezones.yml +2 -0
- data/resources/locales/sv/units.yml +724 -328
- data/resources/locales/sw/calendars.yml +11 -11
- data/resources/locales/sw/fields.yml +24 -0
- data/resources/locales/sw/languages.yml +41 -0
- data/resources/locales/sw/lists.yml +2 -2
- data/resources/locales/sw/numbers.yml +114 -0
- data/resources/locales/sw/timezones.yml +2 -0
- data/resources/locales/sw/units.yml +423 -17
- data/resources/locales/ta/calendars.yml +1 -1
- data/resources/locales/ta/languages.yml +38 -2
- data/resources/locales/ta/lists.yml +4 -4
- data/resources/locales/ta/numbers.yml +117 -2
- data/resources/locales/ta/territories.yml +2 -2
- data/resources/locales/ta/timezones.yml +4 -0
- data/resources/locales/ta/units.yml +173 -148
- data/resources/locales/th/calendars.yml +9 -9
- data/resources/locales/th/currencies.yml +1 -0
- data/resources/locales/th/fields.yml +1 -0
- data/resources/locales/th/languages.yml +50 -19
- data/resources/locales/th/lists.yml +6 -6
- data/resources/locales/th/numbers.yml +114 -0
- data/resources/locales/th/timezones.yml +5 -1
- data/resources/locales/th/units.yml +25 -7
- data/resources/locales/tr/calendars.yml +9 -9
- data/resources/locales/tr/fields.yml +8 -0
- data/resources/locales/tr/languages.yml +36 -5
- data/resources/locales/tr/lists.yml +4 -4
- data/resources/locales/tr/numbers.yml +214 -20
- data/resources/locales/tr/timezones.yml +2 -0
- data/resources/locales/tr/units.yml +191 -13
- data/resources/locales/uk/calendars.yml +22 -21
- data/resources/locales/uk/fields.yml +18 -18
- data/resources/locales/uk/languages.yml +42 -11
- data/resources/locales/uk/lists.yml +8 -8
- data/resources/locales/uk/numbers.yml +114 -0
- data/resources/locales/uk/rbnf.yml +12 -0
- data/resources/locales/uk/territories.yml +1 -1
- data/resources/locales/uk/timezones.yml +9 -5
- data/resources/locales/uk/units.yml +742 -359
- data/resources/locales/ur/calendars.yml +4 -4
- data/resources/locales/ur/languages.yml +42 -0
- data/resources/locales/ur/lists.yml +10 -10
- data/resources/locales/ur/numbers.yml +115 -1
- data/resources/locales/ur/territories.yml +1 -1
- data/resources/locales/ur/timezones.yml +5 -1
- data/resources/locales/ur/units.yml +397 -10
- data/resources/locales/vi/calendars.yml +12 -12
- data/resources/locales/vi/currencies.yml +2 -0
- data/resources/locales/vi/fields.yml +3 -0
- data/resources/locales/vi/languages.yml +34 -0
- data/resources/locales/vi/lists.yml +4 -4
- data/resources/locales/vi/numbers.yml +114 -0
- data/resources/locales/vi/timezones.yml +2 -0
- data/resources/locales/vi/units.yml +348 -10
- data/resources/locales/xh/calendars.yml +101 -101
- data/resources/locales/xh/currencies.yml +664 -82
- data/resources/locales/xh/fields.yml +107 -0
- data/resources/locales/xh/languages.yml +38 -2
- data/resources/locales/xh/numbers.yml +114 -0
- data/resources/locales/xh/territories.yml +264 -2
- data/resources/locales/xh/timezones.yml +1393 -6
- data/resources/locales/xh/units.yml +4 -2
- data/resources/locales/zh/currencies.yml +37 -10
- data/resources/locales/zh/languages.yml +38 -3
- data/resources/locales/zh/lists.yml +12 -12
- data/resources/locales/zh/numbers.yml +117 -0
- data/resources/locales/zh/timezones.yml +7 -3
- data/resources/locales/zh/units.yml +227 -57
- data/resources/locales/zh-Hant/currencies.yml +27 -9
- data/resources/locales/zh-Hant/languages.yml +47 -1
- data/resources/locales/zh-Hant/lists.yml +12 -12
- data/resources/locales/zh-Hant/numbers.yml +115 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -0
- data/resources/locales/zh-Hant/units.yml +44 -8
- data/resources/locales/zu/calendars.yml +7 -7
- data/resources/locales/zu/currencies.yml +1 -0
- data/resources/locales/zu/fields.yml +53 -0
- data/resources/locales/zu/languages.yml +39 -0
- data/resources/locales/zu/numbers.yml +148 -10
- data/resources/locales/zu/timezones.yml +2 -0
- data/resources/locales/zu/units.yml +647 -6
- data/resources/shared/aliases.yml +4 -0
- data/resources/shared/bcp47_timezone_metadata.yml +5 -1
- data/resources/shared/currency_digits_and_rounding.yml +3 -0
- data/resources/shared/hyphenation/ca.yml +1 -1
- data/resources/shared/hyphenation/de-AT.yml +1 -1
- data/resources/shared/hyphenation/de-CH.yml +1 -1
- data/resources/shared/hyphenation/de-DE.yml +1 -1
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/mn-MN.yml +1 -1
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/likely_subtags.yml +6180 -11
- data/resources/shared/metazones.yml +29 -20
- data/resources/shared/numbering_systems.yml +6 -0
- data/resources/shared/parent_locales.yml +13 -5
- data/resources/shared/postal_codes.yml +160 -125
- data/resources/shared/rbnf_root.yml +6 -0
- data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +719 -711
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
- data/resources/shared/segments/rules/fi/word.yml +591 -0
- data/resources/shared/segments/rules/ja/line.yml +509 -500
- data/resources/shared/segments/rules/ja/word.yml +535 -527
- data/resources/shared/segments/rules/root/grapheme.yml +376 -370
- data/resources/shared/segments/rules/root/line.yml +509 -500
- data/resources/shared/segments/rules/root/sentence.yml +719 -711
- data/resources/shared/segments/rules/root/word.yml +535 -527
- data/resources/shared/segments/rules/sv/word.yml +591 -0
- data/resources/shared/segments/rules/zh/line.yml +509 -500
- data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
- data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
- data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
- data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
- data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
- data/resources/shared/territories_containment.yml +1 -0
- data/resources/shared/timezone_regions.yml +15 -6
- data/resources/shared/transforms/Arabic-Latin.yml +42 -0
- data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
- data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
- data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
- data/resources/shared/transforms/Greek-Latin.yml +2 -1
- data/resources/shared/transforms/Han-Latin.yml +9 -9
- data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
- data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
- data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
- data/resources/shared/transforms/Japn-Latn.yml +4132 -0
- data/resources/shared/transforms/Khmer-Latin.yml +211 -0
- data/resources/shared/transforms/Lao-Latin.yml +90 -0
- data/resources/shared/transforms/Latin-Armenian.yml +4 -0
- data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
- data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
- data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
- data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
- data/resources/shared/transforms/Oriya-Latin.yml +1 -1
- data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
- data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
- data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
- data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
- data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
- data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
- data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
- data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
- data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
- data/resources/shared/transforms/transform_id_map.yml +827 -757
- data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
- data/resources/shared/validity_data.yml +42 -10
- data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
- data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
- data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
- data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/kawi.yml +1377 -0
- data/resources/unicode_data/blocks/khojki.yml +48 -0
- data/resources/unicode_data/blocks/lao.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
- data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
- data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
- data/resources/unicode_data/blocks.yml +29 -1
- data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
- data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
- data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
- data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
- data/resources/unicode_data/properties/Cased/value.dump +0 -0
- data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +1 -1
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/m/value.dump +5 -3
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Control/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Link/value.dump +3 -2
- data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
- data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Bindu/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BB/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
- data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
- data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -3
- data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/OP/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
- data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/1/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Lowercase/value.dump +9 -5
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -2
- data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
- data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
- data/resources/unicode_data/property_value_aliases.yml +21 -1
- data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
- data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
- data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
- data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
- data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
- data/spec/localized/localized_datetime_spec.rb +1 -1
- data/spec/parsers/symbol_table_spec.rb +1 -3
- data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
- data/spec/segmentation/rule_set_spec.rb +50 -54
- data/spec/shared/calendar_spec.rb +2 -2
- data/spec/shared/currencies_spec.rb +1 -1
- data/spec/shared/numbers_spec.rb +1 -1
- data/spec/shared/unit_spec.rb +10 -10
- data/spec/spec_helper.rb +0 -2
- data/spec/timezones/tests/af.yml +73 -10
- data/spec/timezones/tests/ar.yml +73 -10
- data/spec/timezones/tests/az.yml +73 -10
- data/spec/timezones/tests/be.yml +73 -10
- data/spec/timezones/tests/bg.yml +79 -16
- data/spec/timezones/tests/bn.yml +128 -69
- data/spec/timezones/tests/bo.yml +85 -22
- data/spec/timezones/tests/bs.yml +73 -10
- data/spec/timezones/tests/ca.yml +85 -22
- data/spec/timezones/tests/cs.yml +2059 -1996
- data/spec/timezones/tests/cy.yml +73 -10
- data/spec/timezones/tests/da.yml +76 -13
- data/spec/timezones/tests/de-AT.yml +1226 -1163
- data/spec/timezones/tests/de-CH.yml +1226 -1163
- data/spec/timezones/tests/de.yml +1226 -1163
- data/spec/timezones/tests/el.yml +74 -11
- data/spec/timezones/tests/en-001.yml +105 -42
- data/spec/timezones/tests/en-150.yml +105 -42
- data/spec/timezones/tests/en-AU.yml +99 -36
- data/spec/timezones/tests/en-CA.yml +152 -89
- data/spec/timezones/tests/en-GB.yml +87 -24
- data/spec/timezones/tests/en-IE.yml +105 -42
- data/spec/timezones/tests/en-IN.yml +109 -46
- data/spec/timezones/tests/en-NZ.yml +105 -42
- data/spec/timezones/tests/en-SG.yml +105 -42
- data/spec/timezones/tests/en-US.yml +90 -27
- data/spec/timezones/tests/en-ZA.yml +105 -42
- data/spec/timezones/tests/en.yml +90 -27
- data/spec/timezones/tests/eo.yml +85 -22
- data/spec/timezones/tests/es-419.yml +73 -10
- data/spec/timezones/tests/es-AR.yml +73 -10
- data/spec/timezones/tests/es-CO.yml +73 -10
- data/spec/timezones/tests/es-MX.yml +73 -10
- data/spec/timezones/tests/es-US.yml +74 -11
- data/spec/timezones/tests/es.yml +77 -14
- data/spec/timezones/tests/et.yml +73 -10
- data/spec/timezones/tests/eu.yml +74 -11
- data/spec/timezones/tests/fa.yml +73 -10
- data/spec/timezones/tests/fi.yml +73 -10
- data/spec/timezones/tests/fil.yml +266 -203
- data/spec/timezones/tests/fr-BE.yml +94 -31
- data/spec/timezones/tests/fr-CA.yml +74 -11
- data/spec/timezones/tests/fr-CH.yml +94 -31
- data/spec/timezones/tests/fr.yml +94 -31
- data/spec/timezones/tests/ga.yml +73 -10
- data/spec/timezones/tests/gl.yml +2198 -2135
- data/spec/timezones/tests/gu.yml +82 -19
- data/spec/timezones/tests/he.yml +91 -28
- data/spec/timezones/tests/hi.yml +88 -25
- data/spec/timezones/tests/hr.yml +95 -32
- data/spec/timezones/tests/hu.yml +73 -10
- data/spec/timezones/tests/hy.yml +73 -10
- data/spec/timezones/tests/id.yml +74 -11
- data/spec/timezones/tests/is.yml +76 -13
- data/spec/timezones/tests/it-CH.yml +89 -26
- data/spec/timezones/tests/it.yml +89 -26
- data/spec/timezones/tests/ja.yml +74 -11
- data/spec/timezones/tests/ka.yml +73 -10
- data/spec/timezones/tests/kk.yml +161 -98
- data/spec/timezones/tests/km.yml +73 -10
- data/spec/timezones/tests/kn.yml +77 -14
- data/spec/timezones/tests/ko.yml +84 -21
- data/spec/timezones/tests/lo.yml +73 -10
- data/spec/timezones/tests/lt.yml +73 -10
- data/spec/timezones/tests/lv.yml +73 -10
- data/spec/timezones/tests/mk.yml +134 -71
- data/spec/timezones/tests/mr.yml +84 -21
- data/spec/timezones/tests/ms.yml +84 -21
- data/spec/timezones/tests/mt.yml +72 -9
- data/spec/timezones/tests/my.yml +300 -237
- data/spec/timezones/tests/nb.yml +75 -12
- data/spec/timezones/tests/nl-BE.yml +74 -11
- data/spec/timezones/tests/nl.yml +74 -11
- data/spec/timezones/tests/pl.yml +73 -10
- data/spec/timezones/tests/pt-PT.yml +75 -12
- data/spec/timezones/tests/pt.yml +73 -10
- data/spec/timezones/tests/ro.yml +73 -10
- data/spec/timezones/tests/ru.yml +87 -24
- data/spec/timezones/tests/sk.yml +73 -10
- data/spec/timezones/tests/sl.yml +76 -13
- data/spec/timezones/tests/sq.yml +73 -10
- data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
- data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
- data/spec/timezones/tests/sr.yml +73 -10
- data/spec/timezones/tests/sv.yml +75 -12
- data/spec/timezones/tests/sw.yml +73 -10
- data/spec/timezones/tests/ta.yml +84 -21
- data/spec/timezones/tests/th.yml +76 -13
- data/spec/timezones/tests/tr.yml +73 -10
- data/spec/timezones/tests/uk.yml +80 -17
- data/spec/timezones/tests/ur.yml +88 -25
- data/spec/timezones/tests/vi.yml +74 -11
- data/spec/timezones/tests/xh.yml +2297 -2234
- data/spec/timezones/tests/zh-Hant.yml +74 -11
- data/spec/timezones/tests/zh.yml +82 -19
- data/spec/timezones/tests/zu.yml +73 -10
- data/spec/timezones/timezone_spec.rb +3 -0
- data/spec/transforms/test_data.yml +568 -562
- data/twitter_cldr.gemspec +24 -12
- metadata +74 -18
- data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -22,6 +22,7 @@
|
|
22
22
|
:am: 阿姆哈拉文
|
23
23
|
:an: 阿拉貢文
|
24
24
|
:ang: 古英文
|
25
|
+
:ann: 奧博洛語
|
25
26
|
:anp: 昂加文
|
26
27
|
:ar: 阿拉伯文
|
27
28
|
:ar-001: 現代標準阿拉伯文
|
@@ -38,11 +39,13 @@
|
|
38
39
|
:asa: 阿蘇文
|
39
40
|
:ase: 美國手語
|
40
41
|
:ast: 阿斯圖里亞文
|
42
|
+
:atj: 阿提卡梅克語
|
41
43
|
:av: 阿瓦爾文
|
42
44
|
:avk: 科塔瓦文
|
43
45
|
:awa: 阿瓦文
|
44
46
|
:ay: 艾馬拉文
|
45
47
|
:az: 亞塞拜然文
|
48
|
+
:az-Arab: 南阿塞拜疆语
|
46
49
|
:ba: 巴什喀爾文
|
47
50
|
:bal: 俾路支文
|
48
51
|
:ban: 峇里文
|
@@ -103,14 +106,22 @@
|
|
103
106
|
:chr: 柴羅基文
|
104
107
|
:chy: 沙伊安文
|
105
108
|
:ckb: 中庫德文
|
109
|
+
:clc: 齊爾柯廷語
|
106
110
|
:co: 科西嘉文
|
107
111
|
:cop: 科普特文
|
108
112
|
:cps: 卡皮茲文
|
109
113
|
:cr: 克里文
|
114
|
+
:crg: 米奇夫語
|
110
115
|
:crh: 土耳其文(克里米亞半島)
|
116
|
+
:crj: 東南克里語
|
117
|
+
:crk: 平原克里語
|
118
|
+
:crl: 北部東克里語
|
119
|
+
:crm: 穆斯克里文
|
120
|
+
:crr: 卡羅萊納阿爾岡昆語
|
111
121
|
:crs: 塞席爾克里奧爾法文
|
112
122
|
:cs: 捷克文
|
113
123
|
:csb: 卡舒布文
|
124
|
+
:csw: 沼澤克里語
|
114
125
|
:cu: 宗教斯拉夫文
|
115
126
|
:cv: 楚瓦什文
|
116
127
|
:cy: 威爾斯文
|
@@ -119,6 +130,7 @@
|
|
119
130
|
:dar: 達爾格瓦文
|
120
131
|
:dav: 台塔文
|
121
132
|
:de: 德文
|
133
|
+
:de-AT: 奥地利德语
|
122
134
|
:de-CH: 高地德文(瑞士)
|
123
135
|
:del: 德拉瓦文
|
124
136
|
:den: 斯拉夫
|
@@ -144,15 +156,23 @@
|
|
144
156
|
:el: 希臘文
|
145
157
|
:elx: 埃蘭文
|
146
158
|
:en: 英文
|
159
|
+
:en-AU: 澳大利亚英语
|
160
|
+
:en-CA: 加拿大英语
|
161
|
+
:en-GB: 英国英语
|
162
|
+
:en-US: 美国英语
|
147
163
|
:enm: 中古英文
|
148
164
|
:eo: 世界文
|
149
165
|
:es: 西班牙文
|
166
|
+
:es-419: 拉丁美洲西班牙语
|
167
|
+
:es-ES: 欧洲西班牙语
|
168
|
+
:es-MX: 墨西哥西班牙语
|
150
169
|
:esu: 中尤皮克文
|
151
170
|
:et: 愛沙尼亞文
|
152
171
|
:eu: 巴斯克文
|
153
172
|
:ewo: 依汪都文
|
154
173
|
:ext: 埃斯特雷馬杜拉文
|
155
174
|
:fa: 波斯文
|
175
|
+
:fa-AF: 达里语
|
156
176
|
:fan: 芳族文
|
157
177
|
:fat: 芳蒂文
|
158
178
|
:ff: 富拉文
|
@@ -163,6 +183,8 @@
|
|
163
183
|
:fo: 法羅文
|
164
184
|
:fon: 豐文
|
165
185
|
:fr: 法文
|
186
|
+
:fr-CA: 加拿大法语
|
187
|
+
:fr-CH: 瑞士法语
|
166
188
|
:frc: 卡真法文
|
167
189
|
:frm: 中古法文
|
168
190
|
:fro: 古法文
|
@@ -203,8 +225,10 @@
|
|
203
225
|
:hai: 海達文
|
204
226
|
:hak: 客家話
|
205
227
|
:haw: 夏威夷文
|
228
|
+
:hax: 南海達語
|
206
229
|
:he: 希伯來文
|
207
230
|
:hi: 印地文
|
231
|
+
:hi-Latn: 印地語(拉丁文)
|
208
232
|
:hif: 斐濟印地文
|
209
233
|
:hil: 希利蓋農文
|
210
234
|
:hit: 赫梯文
|
@@ -216,6 +240,7 @@
|
|
216
240
|
:ht: 海地文
|
217
241
|
:hu: 匈牙利文
|
218
242
|
:hup: 胡帕文
|
243
|
+
:hur: 哈爾魁梅林語
|
219
244
|
:hy: 亞美尼亞文
|
220
245
|
:hz: 赫雷羅文
|
221
246
|
:ia: 國際文
|
@@ -226,6 +251,7 @@
|
|
226
251
|
:ig: 伊布文
|
227
252
|
:ii: 四川彝文
|
228
253
|
:ik: 依奴皮維克文
|
254
|
+
:ikt: 西加拿大因紐特語
|
229
255
|
:ilo: 伊洛闊文
|
230
256
|
:inh: 印古什文
|
231
257
|
:io: 伊多文
|
@@ -292,6 +318,7 @@
|
|
292
318
|
:kut: 庫特奈文
|
293
319
|
:kv: 科米文
|
294
320
|
:kw: 康瓦耳文
|
321
|
+
:kwk: 誇誇嘉誇語
|
295
322
|
:ky: 吉爾吉斯文
|
296
323
|
:la: 拉丁文
|
297
324
|
:lad: 拉迪諾文
|
@@ -304,6 +331,7 @@
|
|
304
331
|
:lg: 干達文
|
305
332
|
:li: 林堡文
|
306
333
|
:lij: 利古里亞文
|
334
|
+
:lil: 利洛威特文
|
307
335
|
:liv: 利伏尼亞文
|
308
336
|
:lkt: 拉科塔文
|
309
337
|
:lmo: 倫巴底文
|
@@ -313,6 +341,7 @@
|
|
313
341
|
:lou: 路易斯安那克里奧爾文
|
314
342
|
:loz: 洛齊文
|
315
343
|
:lrc: 北盧爾文
|
344
|
+
:lsm: 薩米亞文
|
316
345
|
:lt: 立陶宛文
|
317
346
|
:ltg: 拉特加萊文
|
318
347
|
:lu: 魯巴加丹加文
|
@@ -351,6 +380,7 @@
|
|
351
380
|
:mn: 蒙古文
|
352
381
|
:mnc: 滿族文
|
353
382
|
:mni: 曼尼普爾文
|
383
|
+
:moe: 因紐艾蒙語
|
354
384
|
:moh: 莫霍克文
|
355
385
|
:mos: 莫西文
|
356
386
|
:mr: 馬拉地文
|
@@ -395,7 +425,7 @@
|
|
395
425
|
:nr: 南地畢列文
|
396
426
|
:nso: 北索托文
|
397
427
|
:nus: 努埃爾文
|
398
|
-
:nv:
|
428
|
+
:nv: 納瓦荷文
|
399
429
|
:nwc: 古尼瓦爾文
|
400
430
|
:ny: 尼揚賈文
|
401
431
|
:nym: 尼揚韋齊文
|
@@ -404,6 +434,11 @@
|
|
404
434
|
:nzi: 尼茲馬文
|
405
435
|
:oc: 奧克西坦文
|
406
436
|
:oj: 奧杰布瓦文
|
437
|
+
:ojb: 西北奧吉布瓦語
|
438
|
+
:ojc: 中央奧吉布瓦語
|
439
|
+
:ojs: 奧吉克里語
|
440
|
+
:ojw: 西奧吉布瓦語
|
441
|
+
:oka: 奧卡諾根語
|
407
442
|
:om: 奧羅莫文
|
408
443
|
:or: 歐迪亞文
|
409
444
|
:os: 奧塞提文
|
@@ -423,14 +458,18 @@
|
|
423
458
|
:pfl: 普法爾茨德文
|
424
459
|
:phn: 腓尼基文
|
425
460
|
:pi: 巴利文
|
461
|
+
:pis: 皮金語
|
426
462
|
:pl: 波蘭文
|
427
463
|
:pms: 皮埃蒙特文
|
428
464
|
:pnt: 旁狄希臘文
|
429
465
|
:pon: 波那貝文
|
466
|
+
:pqm: 馬里希特帕薩瑪奎迪文
|
430
467
|
:prg: 普魯士文
|
431
468
|
:pro: 古普羅旺斯文
|
432
469
|
:ps: 普什圖文
|
433
470
|
:pt: 葡萄牙文
|
471
|
+
:pt-BR: 巴西葡萄牙语
|
472
|
+
:pt-PT: 欧洲葡萄牙语
|
434
473
|
:qu: 蓋楚瓦文
|
435
474
|
:quc: 基切文
|
436
475
|
:qug: 欽博拉索海蘭蓋丘亞文
|
@@ -486,6 +525,7 @@
|
|
486
525
|
:sid: 希達摩文
|
487
526
|
:sk: 斯洛伐克文
|
488
527
|
:sl: 斯洛維尼亞文
|
528
|
+
:slh: 南盧紹錫德語
|
489
529
|
:sli: 下西利西亞文
|
490
530
|
:sly: 塞拉亞文
|
491
531
|
:sm: 薩摩亞文
|
@@ -505,6 +545,7 @@
|
|
505
545
|
:ssy: 薩霍文
|
506
546
|
:st: 塞索托文
|
507
547
|
:stq: 沙特菲士蘭文
|
548
|
+
:str: 海峽薩利希語
|
508
549
|
:su: 巽他文
|
509
550
|
:suk: 蘇庫馬文
|
510
551
|
:sus: 蘇蘇文
|
@@ -517,6 +558,7 @@
|
|
517
558
|
:syr: 敘利亞文
|
518
559
|
:szl: 西利西亞文
|
519
560
|
:ta: 坦米爾文
|
561
|
+
:tce: 南塔穹語
|
520
562
|
:tcy: 圖盧文
|
521
563
|
:te: 泰盧固文
|
522
564
|
:tem: 提姆文
|
@@ -524,7 +566,9 @@
|
|
524
566
|
:ter: 泰雷諾文
|
525
567
|
:tet: 泰頓文
|
526
568
|
:tg: 塔吉克文
|
569
|
+
:tgx: 塔吉什語
|
527
570
|
:th: 泰文
|
571
|
+
:tht: 塔爾坦語
|
528
572
|
:ti: 提格利尼亞文
|
529
573
|
:tig: 蒂格雷文
|
530
574
|
:tiv: 提夫文
|
@@ -539,6 +583,7 @@
|
|
539
583
|
:tn: 塞茲瓦納文
|
540
584
|
:to: 東加文
|
541
585
|
:tog: 東加文(尼亞薩)
|
586
|
+
:tok: 道本語
|
542
587
|
:tpi: 托比辛文
|
543
588
|
:tr: 土耳其文
|
544
589
|
:tru: 圖羅尤文
|
@@ -547,6 +592,7 @@
|
|
547
592
|
:tsd: 特薩克尼恩文
|
548
593
|
:tsi: 欽西安文
|
549
594
|
:tt: 韃靼文
|
595
|
+
:ttm: 北塔穹語
|
550
596
|
:ttt: 穆斯林塔特文
|
551
597
|
:tum: 圖姆布卡文
|
552
598
|
:tvl: 吐瓦魯文
|
@@ -15,22 +15,22 @@
|
|
15
15
|
:start: "{0}、{1}"
|
16
16
|
:or-narrow:
|
17
17
|
? !ruby/symbol "2"
|
18
|
-
: "{0}
|
19
|
-
:end: "{0}
|
20
|
-
:middle: "{0}
|
21
|
-
:start: "{0}
|
18
|
+
: "{0}或{1}"
|
19
|
+
:end: "{0}或{1}"
|
20
|
+
:middle: "{0}、{1}"
|
21
|
+
:start: "{0}、{1}"
|
22
22
|
:or-short:
|
23
23
|
? !ruby/symbol "2"
|
24
|
-
: "{0}
|
25
|
-
:end: "{0}
|
26
|
-
:middle: "{0}
|
27
|
-
:start: "{0}
|
24
|
+
: "{0}或{1}"
|
25
|
+
:end: "{0}或{1}"
|
26
|
+
:middle: "{0}、{1}"
|
27
|
+
:start: "{0}、{1}"
|
28
28
|
:standard-narrow:
|
29
29
|
? !ruby/symbol "2"
|
30
|
-
: "{0}
|
31
|
-
:end: "{0}
|
32
|
-
:middle: "{0}
|
33
|
-
:start: "{0}
|
30
|
+
: "{0}和{1}"
|
31
|
+
:end: "{0}和{1}"
|
32
|
+
:middle: "{0}、{1}"
|
33
|
+
:start: "{0}、{1}"
|
34
34
|
:standard-short:
|
35
35
|
? !ruby/symbol "2"
|
36
36
|
: "{0}和{1}"
|
@@ -7,6 +7,7 @@
|
|
7
7
|
:formats:
|
8
8
|
:currency:
|
9
9
|
:adlm: :numbers.formats.currency.latn
|
10
|
+
:ahom: :numbers.formats.currency.latn
|
10
11
|
:arab:
|
11
12
|
:default: "#,##0.00 ¤"
|
12
13
|
:arabext:
|
@@ -21,6 +22,7 @@
|
|
21
22
|
:default: "¤#,##0.00"
|
22
23
|
:unit:
|
23
24
|
:other: "{0} {1}"
|
25
|
+
:bhks: :numbers.formats.currency.latn
|
24
26
|
:brah:
|
25
27
|
:default: "¤#,##0.00"
|
26
28
|
:unit:
|
@@ -38,6 +40,7 @@
|
|
38
40
|
:default: "¤#,##0.00"
|
39
41
|
:unit:
|
40
42
|
:other: "{0} {1}"
|
43
|
+
:diak: :numbers.formats.currency.latn
|
41
44
|
:fullwide:
|
42
45
|
:default: "¤#,##0.00"
|
43
46
|
:unit:
|
@@ -59,6 +62,8 @@
|
|
59
62
|
:default: "¤#,##0.00"
|
60
63
|
:unit:
|
61
64
|
:other: "{0} {1}"
|
65
|
+
:hmng: :numbers.formats.currency.latn
|
66
|
+
:hmnp: :numbers.formats.currency.latn
|
62
67
|
:java:
|
63
68
|
:default: "¤#,##0.00"
|
64
69
|
:unit:
|
@@ -67,6 +72,7 @@
|
|
67
72
|
:default: "¤#,##0.00"
|
68
73
|
:unit:
|
69
74
|
:other: "{0} {1}"
|
75
|
+
:kawi: :numbers.formats.currency.latn
|
70
76
|
:khmr:
|
71
77
|
:default: "¤#,##0.00"
|
72
78
|
:unit:
|
@@ -136,14 +142,21 @@
|
|
136
142
|
:default: "¤#,##0.00"
|
137
143
|
:unit:
|
138
144
|
:other: "{0} {1}"
|
145
|
+
:mathbold: :numbers.formats.currency.latn
|
146
|
+
:mathdbl: :numbers.formats.currency.latn
|
147
|
+
:mathmono: :numbers.formats.currency.latn
|
148
|
+
:mathsanb: :numbers.formats.currency.latn
|
149
|
+
:mathsans: :numbers.formats.currency.latn
|
139
150
|
:mlym:
|
140
151
|
:default: "¤#,##0.00"
|
141
152
|
:unit:
|
142
153
|
:other: "{0} {1}"
|
154
|
+
:modi: :numbers.formats.currency.latn
|
143
155
|
:mong:
|
144
156
|
:default: "¤#,##0.00"
|
145
157
|
:unit:
|
146
158
|
:other: "{0} {1}"
|
159
|
+
:mroo: :numbers.formats.currency.latn
|
147
160
|
:mtei:
|
148
161
|
:default: "¤#,##0.00"
|
149
162
|
:unit:
|
@@ -156,6 +169,9 @@
|
|
156
169
|
:default: "¤#,##0.00"
|
157
170
|
:unit:
|
158
171
|
:other: "{0} {1}"
|
172
|
+
:mymrtlng: :numbers.formats.currency.latn
|
173
|
+
:nagm: :numbers.formats.currency.latn
|
174
|
+
:newa: :numbers.formats.currency.latn
|
159
175
|
:nkoo:
|
160
176
|
:default: "¤#,##0.00"
|
161
177
|
:unit:
|
@@ -177,10 +193,13 @@
|
|
177
193
|
:default: "¤#,##0.00"
|
178
194
|
:unit:
|
179
195
|
:other: "{0} {1}"
|
196
|
+
:segment: :numbers.formats.currency.latn
|
180
197
|
:shrd:
|
181
198
|
:default: "¤#,##0.00"
|
182
199
|
:unit:
|
183
200
|
:other: "{0} {1}"
|
201
|
+
:sind: :numbers.formats.currency.latn
|
202
|
+
:sinh: :numbers.formats.currency.latn
|
184
203
|
:sora:
|
185
204
|
:default: "¤#,##0.00"
|
186
205
|
:unit:
|
@@ -213,12 +232,17 @@
|
|
213
232
|
:default: "¤#,##0.00"
|
214
233
|
:unit:
|
215
234
|
:other: "{0} {1}"
|
235
|
+
:tirh: :numbers.formats.currency.latn
|
236
|
+
:tnsa: :numbers.formats.currency.latn
|
216
237
|
:vaii:
|
217
238
|
:default: "¤#,##0.00"
|
218
239
|
:unit:
|
219
240
|
:other: "{0} {1}"
|
241
|
+
:wara: :numbers.formats.currency.latn
|
242
|
+
:wcho: :numbers.formats.currency.latn
|
220
243
|
:decimal:
|
221
244
|
:adlm: :numbers.formats.decimal.latn
|
245
|
+
:ahom: :numbers.formats.decimal.latn
|
222
246
|
:arab:
|
223
247
|
:default: "#,##0.###"
|
224
248
|
:arabext:
|
@@ -227,6 +251,7 @@
|
|
227
251
|
:default: "#,##0.###"
|
228
252
|
:beng:
|
229
253
|
:default: "#,##0.###"
|
254
|
+
:bhks: :numbers.formats.decimal.latn
|
230
255
|
:brah:
|
231
256
|
:default: "#,##0.###"
|
232
257
|
:cakm:
|
@@ -236,6 +261,7 @@
|
|
236
261
|
:default: :numbers.formats.decimal.latn
|
237
262
|
:deva:
|
238
263
|
:default: "#,##0.###"
|
264
|
+
:diak: :numbers.formats.decimal.latn
|
239
265
|
:fullwide:
|
240
266
|
:default: "#,##0.###"
|
241
267
|
:gong: :numbers.formats.decimal.latn
|
@@ -247,10 +273,13 @@
|
|
247
273
|
:default: "#,##0.###"
|
248
274
|
:hanidec:
|
249
275
|
:default: "#,##0.###"
|
276
|
+
:hmng: :numbers.formats.decimal.latn
|
277
|
+
:hmnp: :numbers.formats.decimal.latn
|
250
278
|
:java:
|
251
279
|
:default: "#,##0.###"
|
252
280
|
:kali:
|
253
281
|
:default: "#,##0.###"
|
282
|
+
:kawi: :numbers.formats.decimal.latn
|
254
283
|
:khmr:
|
255
284
|
:default: "#,##0.###"
|
256
285
|
:knda:
|
@@ -341,16 +370,26 @@
|
|
341
370
|
:default: "#,##0.###"
|
342
371
|
:limb:
|
343
372
|
:default: "#,##0.###"
|
373
|
+
:mathbold: :numbers.formats.decimal.latn
|
374
|
+
:mathdbl: :numbers.formats.decimal.latn
|
375
|
+
:mathmono: :numbers.formats.decimal.latn
|
376
|
+
:mathsanb: :numbers.formats.decimal.latn
|
377
|
+
:mathsans: :numbers.formats.decimal.latn
|
344
378
|
:mlym:
|
345
379
|
:default: "#,##0.###"
|
380
|
+
:modi: :numbers.formats.decimal.latn
|
346
381
|
:mong:
|
347
382
|
:default: "#,##0.###"
|
383
|
+
:mroo: :numbers.formats.decimal.latn
|
348
384
|
:mtei:
|
349
385
|
:default: "#,##0.###"
|
350
386
|
:mymr:
|
351
387
|
:default: "#,##0.###"
|
352
388
|
:mymrshan:
|
353
389
|
:default: "#,##0.###"
|
390
|
+
:mymrtlng: :numbers.formats.decimal.latn
|
391
|
+
:nagm: :numbers.formats.decimal.latn
|
392
|
+
:newa: :numbers.formats.decimal.latn
|
354
393
|
:nkoo:
|
355
394
|
:default: "#,##0.###"
|
356
395
|
:olck:
|
@@ -362,8 +401,11 @@
|
|
362
401
|
:rohg: :numbers.formats.decimal.latn
|
363
402
|
:saur:
|
364
403
|
:default: "#,##0.###"
|
404
|
+
:segment: :numbers.formats.decimal.latn
|
365
405
|
:shrd:
|
366
406
|
:default: "#,##0.###"
|
407
|
+
:sind: :numbers.formats.decimal.latn
|
408
|
+
:sinh: :numbers.formats.decimal.latn
|
367
409
|
:sora:
|
368
410
|
:default: "#,##0.###"
|
369
411
|
:sund:
|
@@ -380,10 +422,15 @@
|
|
380
422
|
:default: "#,##0.###"
|
381
423
|
:tibt:
|
382
424
|
:default: "#,##0.###"
|
425
|
+
:tirh: :numbers.formats.decimal.latn
|
426
|
+
:tnsa: :numbers.formats.decimal.latn
|
383
427
|
:vaii:
|
384
428
|
:default: "#,##0.###"
|
429
|
+
:wara: :numbers.formats.decimal.latn
|
430
|
+
:wcho: :numbers.formats.decimal.latn
|
385
431
|
:percent:
|
386
432
|
:adlm: :numbers.formats.percent.latn
|
433
|
+
:ahom: :numbers.formats.percent.latn
|
387
434
|
:arab:
|
388
435
|
:default: "#,##0%"
|
389
436
|
:arabext:
|
@@ -392,6 +439,7 @@
|
|
392
439
|
:default: "#,##0%"
|
393
440
|
:beng:
|
394
441
|
:default: "#,##0%"
|
442
|
+
:bhks: :numbers.formats.percent.latn
|
395
443
|
:brah:
|
396
444
|
:default: "#,##0%"
|
397
445
|
:cakm:
|
@@ -401,6 +449,7 @@
|
|
401
449
|
:default: :numbers.formats.percent.latn
|
402
450
|
:deva:
|
403
451
|
:default: "#,##0%"
|
452
|
+
:diak: :numbers.formats.percent.latn
|
404
453
|
:fullwide:
|
405
454
|
:default: "#,##0%"
|
406
455
|
:gong: :numbers.formats.percent.latn
|
@@ -412,10 +461,13 @@
|
|
412
461
|
:default: "#,##0%"
|
413
462
|
:hanidec:
|
414
463
|
:default: "#,##0%"
|
464
|
+
:hmng: :numbers.formats.percent.latn
|
465
|
+
:hmnp: :numbers.formats.percent.latn
|
415
466
|
:java:
|
416
467
|
:default: "#,##0%"
|
417
468
|
:kali:
|
418
469
|
:default: "#,##0%"
|
470
|
+
:kawi: :numbers.formats.percent.latn
|
419
471
|
:khmr:
|
420
472
|
:default: "#,##0%"
|
421
473
|
:knda:
|
@@ -432,16 +484,26 @@
|
|
432
484
|
:default: "#,##0%"
|
433
485
|
:limb:
|
434
486
|
:default: "#,##0%"
|
487
|
+
:mathbold: :numbers.formats.percent.latn
|
488
|
+
:mathdbl: :numbers.formats.percent.latn
|
489
|
+
:mathmono: :numbers.formats.percent.latn
|
490
|
+
:mathsanb: :numbers.formats.percent.latn
|
491
|
+
:mathsans: :numbers.formats.percent.latn
|
435
492
|
:mlym:
|
436
493
|
:default: "#,##0%"
|
494
|
+
:modi: :numbers.formats.percent.latn
|
437
495
|
:mong:
|
438
496
|
:default: "#,##0%"
|
497
|
+
:mroo: :numbers.formats.percent.latn
|
439
498
|
:mtei:
|
440
499
|
:default: "#,##0%"
|
441
500
|
:mymr:
|
442
501
|
:default: "#,##0%"
|
443
502
|
:mymrshan:
|
444
503
|
:default: "#,##0%"
|
504
|
+
:mymrtlng: :numbers.formats.percent.latn
|
505
|
+
:nagm: :numbers.formats.percent.latn
|
506
|
+
:newa: :numbers.formats.percent.latn
|
445
507
|
:nkoo:
|
446
508
|
:default: "#,##0%"
|
447
509
|
:olck:
|
@@ -453,8 +515,11 @@
|
|
453
515
|
:rohg: :numbers.formats.percent.latn
|
454
516
|
:saur:
|
455
517
|
:default: "#,##0%"
|
518
|
+
:segment: :numbers.formats.percent.latn
|
456
519
|
:shrd:
|
457
520
|
:default: "#,##0%"
|
521
|
+
:sind: :numbers.formats.percent.latn
|
522
|
+
:sinh: :numbers.formats.percent.latn
|
458
523
|
:sora:
|
459
524
|
:default: "#,##0%"
|
460
525
|
:sund:
|
@@ -471,10 +536,15 @@
|
|
471
536
|
:default: "#,##0%"
|
472
537
|
:tibt:
|
473
538
|
:default: "#,##0%"
|
539
|
+
:tirh: :numbers.formats.percent.latn
|
540
|
+
:tnsa: :numbers.formats.percent.latn
|
474
541
|
:vaii:
|
475
542
|
:default: "#,##0%"
|
543
|
+
:wara: :numbers.formats.percent.latn
|
544
|
+
:wcho: :numbers.formats.percent.latn
|
476
545
|
:scientific:
|
477
546
|
:adlm: :numbers.formats.scientific.latn
|
547
|
+
:ahom: :numbers.formats.scientific.latn
|
478
548
|
:arab:
|
479
549
|
:default: "#E0"
|
480
550
|
:arabext:
|
@@ -483,6 +553,7 @@
|
|
483
553
|
:default: "#E0"
|
484
554
|
:beng:
|
485
555
|
:default: "#E0"
|
556
|
+
:bhks: :numbers.formats.scientific.latn
|
486
557
|
:brah:
|
487
558
|
:default: "#E0"
|
488
559
|
:cakm:
|
@@ -492,6 +563,7 @@
|
|
492
563
|
:default: :numbers.formats.scientific.latn
|
493
564
|
:deva:
|
494
565
|
:default: "#E0"
|
566
|
+
:diak: :numbers.formats.scientific.latn
|
495
567
|
:fullwide:
|
496
568
|
:default: "#E0"
|
497
569
|
:gong: :numbers.formats.scientific.latn
|
@@ -503,10 +575,13 @@
|
|
503
575
|
:default: "#E0"
|
504
576
|
:hanidec:
|
505
577
|
:default: "#E0"
|
578
|
+
:hmng: :numbers.formats.scientific.latn
|
579
|
+
:hmnp: :numbers.formats.scientific.latn
|
506
580
|
:java:
|
507
581
|
:default: "#E0"
|
508
582
|
:kali:
|
509
583
|
:default: "#E0"
|
584
|
+
:kawi: :numbers.formats.scientific.latn
|
510
585
|
:khmr:
|
511
586
|
:default: "#E0"
|
512
587
|
:knda:
|
@@ -523,16 +598,26 @@
|
|
523
598
|
:default: "#E0"
|
524
599
|
:limb:
|
525
600
|
:default: "#E0"
|
601
|
+
:mathbold: :numbers.formats.scientific.latn
|
602
|
+
:mathdbl: :numbers.formats.scientific.latn
|
603
|
+
:mathmono: :numbers.formats.scientific.latn
|
604
|
+
:mathsanb: :numbers.formats.scientific.latn
|
605
|
+
:mathsans: :numbers.formats.scientific.latn
|
526
606
|
:mlym:
|
527
607
|
:default: "#E0"
|
608
|
+
:modi: :numbers.formats.scientific.latn
|
528
609
|
:mong:
|
529
610
|
:default: "#E0"
|
611
|
+
:mroo: :numbers.formats.scientific.latn
|
530
612
|
:mtei:
|
531
613
|
:default: "#E0"
|
532
614
|
:mymr:
|
533
615
|
:default: "#E0"
|
534
616
|
:mymrshan:
|
535
617
|
:default: "#E0"
|
618
|
+
:mymrtlng: :numbers.formats.scientific.latn
|
619
|
+
:nagm: :numbers.formats.scientific.latn
|
620
|
+
:newa: :numbers.formats.scientific.latn
|
536
621
|
:nkoo:
|
537
622
|
:default: "#E0"
|
538
623
|
:olck:
|
@@ -544,8 +629,11 @@
|
|
544
629
|
:rohg: :numbers.formats.scientific.latn
|
545
630
|
:saur:
|
546
631
|
:default: "#E0"
|
632
|
+
:segment: :numbers.formats.scientific.latn
|
547
633
|
:shrd:
|
548
634
|
:default: "#E0"
|
635
|
+
:sind: :numbers.formats.scientific.latn
|
636
|
+
:sinh: :numbers.formats.scientific.latn
|
549
637
|
:sora:
|
550
638
|
:default: "#E0"
|
551
639
|
:sund:
|
@@ -562,10 +650,15 @@
|
|
562
650
|
:default: "#E0"
|
563
651
|
:tibt:
|
564
652
|
:default: "#E0"
|
653
|
+
:tirh: :numbers.formats.scientific.latn
|
654
|
+
:tnsa: :numbers.formats.scientific.latn
|
565
655
|
:vaii:
|
566
656
|
:default: "#E0"
|
657
|
+
:wara: :numbers.formats.scientific.latn
|
658
|
+
:wcho: :numbers.formats.scientific.latn
|
567
659
|
:symbols:
|
568
660
|
:adlm: :numbers.symbols.latn
|
661
|
+
:ahom: :numbers.symbols.latn
|
569
662
|
:arab:
|
570
663
|
:approximately_sign: "~"
|
571
664
|
:decimal: ٫
|
@@ -620,6 +713,7 @@
|
|
620
713
|
:plus_sign: +
|
621
714
|
:superscripting_exponent: ×
|
622
715
|
:time_separator: ":"
|
716
|
+
:bhks: :numbers.symbols.latn
|
623
717
|
:brah:
|
624
718
|
:decimal: "."
|
625
719
|
:exponential: E
|
@@ -673,6 +767,7 @@
|
|
673
767
|
:plus_sign: +
|
674
768
|
:superscripting_exponent: ×
|
675
769
|
:time_separator: ":"
|
770
|
+
:diak: :numbers.symbols.latn
|
676
771
|
:fullwide:
|
677
772
|
:decimal: "."
|
678
773
|
:exponential: E
|
@@ -727,6 +822,7 @@
|
|
727
822
|
:superscripting_exponent: ×
|
728
823
|
:time_separator: ":"
|
729
824
|
:hanidec:
|
825
|
+
:approximately_sign: "~"
|
730
826
|
:decimal: "."
|
731
827
|
:exponential: E
|
732
828
|
:group: ","
|
@@ -739,6 +835,7 @@
|
|
739
835
|
:plus_sign: +
|
740
836
|
:superscripting_exponent: ×
|
741
837
|
:time_separator: ":"
|
838
|
+
:hmng: :numbers.symbols.latn
|
742
839
|
:hmnp: :numbers.symbols.latn
|
743
840
|
:java:
|
744
841
|
:decimal: "."
|
@@ -766,6 +863,7 @@
|
|
766
863
|
:plus_sign: +
|
767
864
|
:superscripting_exponent: ×
|
768
865
|
:time_separator: ":"
|
866
|
+
:kawi: :numbers.symbols.latn
|
769
867
|
:khmr:
|
770
868
|
:decimal: "."
|
771
869
|
:exponential: E
|
@@ -871,6 +969,11 @@
|
|
871
969
|
:plus_sign: +
|
872
970
|
:superscripting_exponent: ×
|
873
971
|
:time_separator: ":"
|
972
|
+
:mathbold: :numbers.symbols.latn
|
973
|
+
:mathdbl: :numbers.symbols.latn
|
974
|
+
:mathmono: :numbers.symbols.latn
|
975
|
+
:mathsanb: :numbers.symbols.latn
|
976
|
+
:mathsans: :numbers.symbols.latn
|
874
977
|
:mlym:
|
875
978
|
:decimal: "."
|
876
979
|
:exponential: E
|
@@ -884,6 +987,7 @@
|
|
884
987
|
:plus_sign: +
|
885
988
|
:superscripting_exponent: ×
|
886
989
|
:time_separator: ":"
|
990
|
+
:modi: :numbers.symbols.latn
|
887
991
|
:mong:
|
888
992
|
:decimal: "."
|
889
993
|
:exponential: E
|
@@ -897,6 +1001,7 @@
|
|
897
1001
|
:plus_sign: +
|
898
1002
|
:superscripting_exponent: ×
|
899
1003
|
:time_separator: ":"
|
1004
|
+
:mroo: :numbers.symbols.latn
|
900
1005
|
:mtei:
|
901
1006
|
:decimal: "."
|
902
1007
|
:exponential: E
|
@@ -936,6 +1041,9 @@
|
|
936
1041
|
:plus_sign: +
|
937
1042
|
:superscripting_exponent: ×
|
938
1043
|
:time_separator: ":"
|
1044
|
+
:mymrtlng: :numbers.symbols.latn
|
1045
|
+
:nagm: :numbers.symbols.latn
|
1046
|
+
:newa: :numbers.symbols.latn
|
939
1047
|
:nkoo:
|
940
1048
|
:decimal: "."
|
941
1049
|
:exponential: E
|
@@ -1002,6 +1110,7 @@
|
|
1002
1110
|
:plus_sign: +
|
1003
1111
|
:superscripting_exponent: ×
|
1004
1112
|
:time_separator: ":"
|
1113
|
+
:segment: :numbers.symbols.latn
|
1005
1114
|
:shrd:
|
1006
1115
|
:decimal: "."
|
1007
1116
|
:exponential: E
|
@@ -1015,6 +1124,8 @@
|
|
1015
1124
|
:plus_sign: +
|
1016
1125
|
:superscripting_exponent: ×
|
1017
1126
|
:time_separator: ":"
|
1127
|
+
:sind: :numbers.symbols.latn
|
1128
|
+
:sinh: :numbers.symbols.latn
|
1018
1129
|
:sora:
|
1019
1130
|
:decimal: "."
|
1020
1131
|
:exponential: E
|
@@ -1119,6 +1230,8 @@
|
|
1119
1230
|
:plus_sign: +
|
1120
1231
|
:superscripting_exponent: ×
|
1121
1232
|
:time_separator: ":"
|
1233
|
+
:tirh: :numbers.symbols.latn
|
1234
|
+
:tnsa: :numbers.symbols.latn
|
1122
1235
|
:vaii:
|
1123
1236
|
:decimal: "."
|
1124
1237
|
:exponential: E
|
@@ -1132,3 +1245,5 @@
|
|
1132
1245
|
:plus_sign: +
|
1133
1246
|
:superscripting_exponent: ×
|
1134
1247
|
:time_separator: ":"
|
1248
|
+
:wara: :numbers.symbols.latn
|
1249
|
+
:wcho: :numbers.symbols.latn
|