twitter_cldr 6.6.2 → 6.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +31 -28
- data/Rakefile +11 -1
- data/lib/twitter_cldr/formatters/formatter.rb +0 -4
- data/lib/twitter_cldr/resources/calendars_importer.rb +222 -0
- data/lib/twitter_cldr/resources/cldr_data_builder.rb +36 -0
- data/lib/twitter_cldr/resources/cldr_document_set.rb +149 -0
- data/lib/twitter_cldr/resources/cldr_dtd.rb +110 -0
- data/lib/twitter_cldr/resources/cldr_locale.rb +78 -0
- data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/list_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
- data/lib/twitter_cldr/resources/number_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/readme_renderer.rb +6 -2
- data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +32 -71
- data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
- data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
- data/lib/twitter_cldr/resources/territories_importer.rb +1 -1
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
- data/lib/twitter_cldr/resources/timezones_importer.rb +1 -1
- data/lib/twitter_cldr/resources/unicode_property_aliases_importer.rb +2 -0
- data/lib/twitter_cldr/resources/units_importer.rb +134 -0
- data/lib/twitter_cldr/resources.rb +11 -2
- data/lib/twitter_cldr/shared/calendar.rb +2 -18
- data/lib/twitter_cldr/shared/casefolder.rb +53 -48
- data/lib/twitter_cldr/shared/unit.rb +2 -4
- data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
- data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
- data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
- data/lib/twitter_cldr/timezones/timezone.rb +11 -7
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
- data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
- data/lib/twitter_cldr/tokenizers.rb +0 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/resources/locales/af/calendars.yml +1 -0
- data/resources/locales/af/currencies.yml +3 -6
- data/resources/locales/af/languages.yml +2 -1
- data/resources/locales/af/numbers.yml +1 -0
- data/resources/locales/af/timezones.yml +3 -0
- data/resources/locales/af/units.yml +513 -125
- data/resources/locales/ar/calendars.yml +3 -1
- data/resources/locales/ar/currencies.yml +2 -4
- data/resources/locales/ar/languages.yml +1 -1
- data/resources/locales/ar/numbers.yml +1 -0
- data/resources/locales/ar/timezones.yml +3 -0
- data/resources/locales/ar/units.yml +263 -122
- data/resources/locales/az/calendars.yml +3 -1
- data/resources/locales/az/currencies.yml +1 -3
- data/resources/locales/az/languages.yml +2 -2
- data/resources/locales/az/numbers.yml +1 -0
- data/resources/locales/az/timezones.yml +3 -0
- data/resources/locales/az/units.yml +116 -44
- data/resources/locales/be/calendars.yml +4 -2
- data/resources/locales/be/currencies.yml +7 -5
- data/resources/locales/be/languages.yml +2 -1
- data/resources/locales/be/numbers.yml +5 -4
- data/resources/locales/be/timezones.yml +3 -0
- data/resources/locales/be/units.yml +37 -7
- data/resources/locales/bg/calendars.yml +3 -1
- data/resources/locales/bg/currencies.yml +1 -4
- data/resources/locales/bg/languages.yml +1 -1
- data/resources/locales/bg/numbers.yml +1 -0
- data/resources/locales/bg/timezones.yml +3 -0
- data/resources/locales/bg/units.yml +24 -15
- data/resources/locales/bn/calendars.yml +3 -1
- data/resources/locales/bn/currencies.yml +1 -3
- data/resources/locales/bn/languages.yml +1 -1
- data/resources/locales/bn/numbers.yml +1 -0
- data/resources/locales/bn/timezones.yml +3 -0
- data/resources/locales/bn/units.yml +126 -24
- data/resources/locales/bo/calendars.yml +98 -15
- data/resources/locales/bo/currencies.yml +1 -7
- data/resources/locales/bo/numbers.yml +1 -0
- data/resources/locales/bo/units.yml +8 -16
- data/resources/locales/bs/calendars.yml +3 -2
- data/resources/locales/bs/currencies.yml +1 -3
- data/resources/locales/bs/fields.yml +2 -2
- data/resources/locales/bs/languages.yml +5 -1
- data/resources/locales/bs/numbers.yml +1 -0
- data/resources/locales/bs/timezones.yml +3 -0
- data/resources/locales/bs/units.yml +36 -20
- data/resources/locales/ca/calendars.yml +1 -0
- data/resources/locales/ca/currencies.yml +79 -81
- data/resources/locales/ca/languages.yml +1 -1
- data/resources/locales/ca/numbers.yml +1 -0
- data/resources/locales/ca/territories.yml +7 -7
- data/resources/locales/ca/timezones.yml +3 -0
- data/resources/locales/ca/units.yml +52 -68
- data/resources/locales/cs/calendars.yml +1 -0
- data/resources/locales/cs/currencies.yml +1 -1
- data/resources/locales/cs/languages.yml +1 -1
- data/resources/locales/cs/numbers.yml +1 -0
- data/resources/locales/cs/timezones.yml +3 -0
- data/resources/locales/cs/units.yml +417 -190
- data/resources/locales/cy/calendars.yml +4 -0
- data/resources/locales/cy/currencies.yml +1 -4
- data/resources/locales/cy/fields.yml +3 -3
- data/resources/locales/cy/languages.yml +2 -2
- data/resources/locales/cy/numbers.yml +1 -0
- data/resources/locales/cy/timezones.yml +3 -0
- data/resources/locales/cy/units.yml +339 -111
- data/resources/locales/da/calendars.yml +2 -1
- data/resources/locales/da/currencies.yml +6 -8
- data/resources/locales/da/languages.yml +1 -1
- data/resources/locales/da/numbers.yml +1 -0
- data/resources/locales/da/timezones.yml +3 -0
- data/resources/locales/da/units.yml +101 -49
- data/resources/locales/de/calendars.yml +5 -0
- data/resources/locales/de/currencies.yml +1 -1
- data/resources/locales/de/languages.yml +2 -2
- data/resources/locales/de/numbers.yml +1 -0
- data/resources/locales/de/rbnf.yml +65 -2
- data/resources/locales/de/timezones.yml +3 -0
- data/resources/locales/de/units.yml +181 -108
- data/resources/locales/de-AT/calendars.yml +3 -0
- data/resources/locales/de-AT/currencies.yml +1 -1
- data/resources/locales/de-AT/languages.yml +2 -2
- data/resources/locales/de-AT/numbers.yml +1 -0
- data/resources/locales/de-AT/timezones.yml +3 -0
- data/resources/locales/de-AT/units.yml +181 -108
- data/resources/locales/de-CH/calendars.yml +5 -0
- data/resources/locales/de-CH/currencies.yml +1 -1
- data/resources/locales/de-CH/languages.yml +2 -2
- data/resources/locales/de-CH/numbers.yml +1 -0
- data/resources/locales/de-CH/timezones.yml +3 -0
- data/resources/locales/de-CH/units.yml +183 -110
- data/resources/locales/el/calendars.yml +12 -10
- data/resources/locales/el/currencies.yml +3 -5
- data/resources/locales/el/fields.yml +4 -0
- data/resources/locales/el/languages.yml +4 -4
- data/resources/locales/el/numbers.yml +1 -0
- data/resources/locales/el/timezones.yml +3 -0
- data/resources/locales/el/units.yml +143 -118
- data/resources/locales/en/calendars.yml +105 -11
- data/resources/locales/en/currencies.yml +1 -5
- data/resources/locales/en/languages.yml +2 -2
- data/resources/locales/en/numbers.yml +1 -0
- data/resources/locales/en/timezones.yml +3 -0
- data/resources/locales/en/units.yml +42 -30
- data/resources/locales/en-001/calendars.yml +95 -11
- data/resources/locales/en-001/currencies.yml +1 -5
- data/resources/locales/en-001/languages.yml +2 -2
- data/resources/locales/en-001/numbers.yml +1 -0
- data/resources/locales/en-001/timezones.yml +3 -0
- data/resources/locales/en-001/units.yml +41 -27
- data/resources/locales/en-150/calendars.yml +95 -11
- data/resources/locales/en-150/currencies.yml +1 -5
- data/resources/locales/en-150/languages.yml +2 -2
- data/resources/locales/en-150/numbers.yml +1 -0
- data/resources/locales/en-150/timezones.yml +3 -0
- data/resources/locales/en-150/units.yml +41 -27
- data/resources/locales/en-AU/calendars.yml +5 -0
- data/resources/locales/en-AU/currencies.yml +0 -4
- data/resources/locales/en-AU/languages.yml +4 -4
- data/resources/locales/en-AU/numbers.yml +1 -0
- data/resources/locales/en-AU/timezones.yml +3 -0
- data/resources/locales/en-AU/units.yml +49 -35
- data/resources/locales/en-CA/calendars.yml +128 -49
- data/resources/locales/en-CA/currencies.yml +12 -17
- data/resources/locales/en-CA/fields.yml +110 -113
- data/resources/locales/en-CA/languages.yml +2 -2
- data/resources/locales/en-CA/numbers.yml +2 -1
- data/resources/locales/en-CA/territories.yml +19 -19
- data/resources/locales/en-CA/timezones.yml +129 -40
- data/resources/locales/en-CA/units.yml +190 -178
- data/resources/locales/en-GB/calendars.yml +5 -0
- data/resources/locales/en-GB/currencies.yml +1 -5
- data/resources/locales/en-GB/languages.yml +2 -2
- data/resources/locales/en-GB/numbers.yml +1 -0
- data/resources/locales/en-GB/timezones.yml +3 -0
- data/resources/locales/en-GB/units.yml +41 -27
- data/resources/locales/en-IE/calendars.yml +95 -11
- data/resources/locales/en-IE/currencies.yml +1 -5
- data/resources/locales/en-IE/languages.yml +2 -2
- data/resources/locales/en-IE/numbers.yml +1 -0
- data/resources/locales/en-IE/timezones.yml +3 -0
- data/resources/locales/en-IE/units.yml +41 -27
- data/resources/locales/en-IN/calendars.yml +95 -11
- data/resources/locales/en-IN/currencies.yml +1 -5
- data/resources/locales/en-IN/languages.yml +2 -2
- data/resources/locales/en-IN/numbers.yml +25 -24
- data/resources/locales/en-IN/timezones.yml +3 -0
- data/resources/locales/en-IN/units.yml +41 -27
- data/resources/locales/en-NZ/calendars.yml +95 -11
- data/resources/locales/en-NZ/currencies.yml +1 -5
- data/resources/locales/en-NZ/languages.yml +1 -1
- data/resources/locales/en-NZ/numbers.yml +1 -0
- data/resources/locales/en-NZ/timezones.yml +3 -0
- data/resources/locales/en-NZ/units.yml +41 -27
- data/resources/locales/en-SG/calendars.yml +95 -11
- data/resources/locales/en-SG/currencies.yml +1 -5
- data/resources/locales/en-SG/languages.yml +2 -2
- data/resources/locales/en-SG/numbers.yml +1 -0
- data/resources/locales/en-SG/timezones.yml +3 -0
- data/resources/locales/en-SG/units.yml +41 -27
- data/resources/locales/en-US/calendars.yml +105 -11
- data/resources/locales/en-US/currencies.yml +1 -5
- data/resources/locales/en-US/languages.yml +2 -2
- data/resources/locales/en-US/numbers.yml +1 -0
- data/resources/locales/en-US/timezones.yml +3 -0
- data/resources/locales/en-US/units.yml +42 -30
- data/resources/locales/en-ZA/calendars.yml +95 -11
- data/resources/locales/en-ZA/currencies.yml +1 -5
- data/resources/locales/en-ZA/languages.yml +2 -2
- data/resources/locales/en-ZA/numbers.yml +1 -0
- data/resources/locales/en-ZA/timezones.yml +3 -0
- data/resources/locales/en-ZA/units.yml +41 -27
- data/resources/locales/eo/calendars.yml +105 -11
- data/resources/locales/eo/currencies.yml +1 -7
- data/resources/locales/eo/numbers.yml +1 -0
- data/resources/locales/eo/units.yml +274 -102
- data/resources/locales/es/calendars.yml +5 -3
- data/resources/locales/es/currencies.yml +21 -22
- data/resources/locales/es/fields.yml +8 -8
- data/resources/locales/es/languages.yml +3 -3
- data/resources/locales/es/numbers.yml +1 -0
- data/resources/locales/es/plural_rules.yml +2 -1
- data/resources/locales/es/plurals.yml +4 -1
- data/resources/locales/es/timezones.yml +6 -3
- data/resources/locales/es/units.yml +396 -34
- data/resources/locales/es-419/calendars.yml +41 -39
- data/resources/locales/es-419/currencies.yml +19 -20
- data/resources/locales/es-419/languages.yml +2 -2
- data/resources/locales/es-419/numbers.yml +1 -0
- data/resources/locales/es-419/plural_rules.yml +2 -1
- data/resources/locales/es-419/plurals.yml +4 -1
- data/resources/locales/es-419/timezones.yml +6 -3
- data/resources/locales/es-419/units.yml +370 -31
- data/resources/locales/es-AR/calendars.yml +35 -33
- data/resources/locales/es-AR/currencies.yml +19 -20
- data/resources/locales/es-AR/languages.yml +2 -2
- data/resources/locales/es-AR/numbers.yml +1 -0
- data/resources/locales/es-AR/plural_rules.yml +2 -1
- data/resources/locales/es-AR/plurals.yml +4 -1
- data/resources/locales/es-AR/timezones.yml +6 -3
- data/resources/locales/es-AR/units.yml +370 -31
- data/resources/locales/es-CO/calendars.yml +26 -24
- data/resources/locales/es-CO/currencies.yml +19 -20
- data/resources/locales/es-CO/languages.yml +2 -2
- data/resources/locales/es-CO/numbers.yml +1 -0
- data/resources/locales/es-CO/plural_rules.yml +2 -1
- data/resources/locales/es-CO/plurals.yml +4 -1
- data/resources/locales/es-CO/timezones.yml +6 -3
- data/resources/locales/es-CO/units.yml +368 -29
- data/resources/locales/es-MX/calendars.yml +37 -35
- data/resources/locales/es-MX/currencies.yml +17 -18
- data/resources/locales/es-MX/languages.yml +2 -2
- data/resources/locales/es-MX/numbers.yml +1 -0
- data/resources/locales/es-MX/plural_rules.yml +2 -1
- data/resources/locales/es-MX/plurals.yml +4 -1
- data/resources/locales/es-MX/timezones.yml +4 -1
- data/resources/locales/es-MX/units.yml +368 -29
- data/resources/locales/es-US/calendars.yml +43 -41
- data/resources/locales/es-US/currencies.yml +19 -20
- data/resources/locales/es-US/fields.yml +3 -3
- data/resources/locales/es-US/languages.yml +9 -9
- data/resources/locales/es-US/numbers.yml +25 -24
- data/resources/locales/es-US/plural_rules.yml +2 -1
- data/resources/locales/es-US/plurals.yml +4 -1
- data/resources/locales/es-US/territories.yml +2 -2
- data/resources/locales/es-US/timezones.yml +8 -5
- data/resources/locales/es-US/units.yml +381 -42
- data/resources/locales/et/calendars.yml +15 -14
- data/resources/locales/et/currencies.yml +3 -6
- data/resources/locales/et/languages.yml +1 -0
- data/resources/locales/et/numbers.yml +7 -6
- data/resources/locales/et/timezones.yml +3 -0
- data/resources/locales/et/units.yml +48 -27
- data/resources/locales/eu/calendars.yml +3 -1
- data/resources/locales/eu/currencies.yml +612 -23
- data/resources/locales/eu/fields.yml +8 -0
- data/resources/locales/eu/languages.yml +12 -7
- data/resources/locales/eu/numbers.yml +1 -0
- data/resources/locales/eu/timezones.yml +70 -1
- data/resources/locales/eu/units.yml +85 -13
- data/resources/locales/fa/calendars.yml +6 -5
- data/resources/locales/fa/currencies.yml +12 -12
- data/resources/locales/fa/languages.yml +2 -2
- data/resources/locales/fa/numbers.yml +14 -13
- data/resources/locales/fa/territories.yml +1 -1
- data/resources/locales/fa/timezones.yml +7 -4
- data/resources/locales/fa/units.yml +296 -147
- data/resources/locales/fi/calendars.yml +1 -0
- data/resources/locales/fi/currencies.yml +1 -2
- data/resources/locales/fi/languages.yml +1 -1
- data/resources/locales/fi/numbers.yml +1 -0
- data/resources/locales/fi/rbnf.yml +172 -0
- data/resources/locales/fi/timezones.yml +3 -0
- data/resources/locales/fi/units.yml +146 -84
- data/resources/locales/fil/calendars.yml +5 -3
- data/resources/locales/fil/currencies.yml +3 -5
- data/resources/locales/fil/fields.yml +24 -24
- data/resources/locales/fil/languages.yml +3 -2
- data/resources/locales/fil/numbers.yml +1 -0
- data/resources/locales/fil/timezones.yml +4 -1
- data/resources/locales/fil/units.yml +56 -16
- data/resources/locales/fr/calendars.yml +1 -0
- data/resources/locales/fr/currencies.yml +1 -2
- data/resources/locales/fr/languages.yml +1 -1
- data/resources/locales/fr/numbers.yml +1 -0
- data/resources/locales/fr/plural_rules.yml +2 -2
- data/resources/locales/fr/rbnf.yml +1 -1
- data/resources/locales/fr/timezones.yml +4 -1
- data/resources/locales/fr/units.yml +322 -103
- data/resources/locales/fr-BE/calendars.yml +1 -0
- data/resources/locales/fr-BE/currencies.yml +1 -2
- data/resources/locales/fr-BE/languages.yml +1 -1
- data/resources/locales/fr-BE/numbers.yml +1 -0
- data/resources/locales/fr-BE/plural_rules.yml +2 -2
- data/resources/locales/fr-BE/timezones.yml +4 -1
- data/resources/locales/fr-BE/units.yml +322 -103
- data/resources/locales/fr-CA/calendars.yml +1 -0
- data/resources/locales/fr-CA/currencies.yml +1 -2
- data/resources/locales/fr-CA/languages.yml +1 -1
- data/resources/locales/fr-CA/numbers.yml +1 -0
- data/resources/locales/fr-CA/plural_rules.yml +2 -2
- data/resources/locales/fr-CA/timezones.yml +3 -0
- data/resources/locales/fr-CA/units.yml +349 -124
- data/resources/locales/fr-CH/calendars.yml +1 -0
- data/resources/locales/fr-CH/currencies.yml +1 -2
- data/resources/locales/fr-CH/languages.yml +1 -1
- data/resources/locales/fr-CH/numbers.yml +1 -0
- data/resources/locales/fr-CH/plural_rules.yml +2 -2
- data/resources/locales/fr-CH/timezones.yml +4 -1
- data/resources/locales/fr-CH/units.yml +322 -103
- data/resources/locales/ga/calendars.yml +12 -7
- data/resources/locales/ga/currencies.yml +1 -3
- data/resources/locales/ga/fields.yml +5 -5
- data/resources/locales/ga/languages.yml +23 -22
- data/resources/locales/ga/numbers.yml +2 -1
- data/resources/locales/ga/territories.yml +10 -10
- data/resources/locales/ga/timezones.yml +41 -60
- data/resources/locales/ga/units.yml +33 -31
- data/resources/locales/gl/calendars.yml +3 -1
- data/resources/locales/gl/currencies.yml +7 -7
- data/resources/locales/gl/languages.yml +2 -1
- data/resources/locales/gl/numbers.yml +1 -0
- data/resources/locales/gl/timezones.yml +3 -0
- data/resources/locales/gl/units.yml +73 -14
- data/resources/locales/gu/calendars.yml +2 -1
- data/resources/locales/gu/currencies.yml +1 -4
- data/resources/locales/gu/languages.yml +1 -1
- data/resources/locales/gu/numbers.yml +1 -0
- data/resources/locales/gu/timezones.yml +3 -0
- data/resources/locales/gu/units.yml +59 -24
- data/resources/locales/he/calendars.yml +3 -1
- data/resources/locales/he/currencies.yml +39 -24
- data/resources/locales/he/fields.yml +4 -0
- data/resources/locales/he/languages.yml +4 -2
- data/resources/locales/he/numbers.yml +1 -0
- data/resources/locales/he/timezones.yml +3 -0
- data/resources/locales/he/units.yml +60 -38
- data/resources/locales/hi/calendars.yml +3 -1
- data/resources/locales/hi/currencies.yml +1 -4
- data/resources/locales/hi/languages.yml +2 -2
- data/resources/locales/hi/numbers.yml +1 -0
- data/resources/locales/hi/territories.yml +1 -1
- data/resources/locales/hi/timezones.yml +5 -1
- data/resources/locales/hi/units.yml +126 -23
- data/resources/locales/hr/calendars.yml +1 -0
- data/resources/locales/hr/currencies.yml +6 -6
- data/resources/locales/hr/languages.yml +1 -1
- data/resources/locales/hr/numbers.yml +4 -3
- data/resources/locales/hr/timezones.yml +3 -0
- data/resources/locales/hr/units.yml +141 -85
- data/resources/locales/hu/calendars.yml +1 -0
- data/resources/locales/hu/currencies.yml +4 -5
- data/resources/locales/hu/languages.yml +3 -2
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/timezones.yml +3 -0
- data/resources/locales/hu/units.yml +31 -27
- data/resources/locales/hy/calendars.yml +5 -3
- data/resources/locales/hy/currencies.yml +6 -4
- data/resources/locales/hy/languages.yml +2 -1
- data/resources/locales/hy/numbers.yml +1 -0
- data/resources/locales/hy/timezones.yml +3 -0
- data/resources/locales/hy/units.yml +141 -110
- data/resources/locales/id/calendars.yml +3 -2
- data/resources/locales/id/currencies.yml +1 -3
- data/resources/locales/id/fields.yml +12 -3
- data/resources/locales/id/languages.yml +2 -1
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/timezones.yml +47 -0
- data/resources/locales/id/units.yml +64 -67
- data/resources/locales/is/calendars.yml +1 -0
- data/resources/locales/is/currencies.yml +4 -6
- data/resources/locales/is/fields.yml +0 -14
- data/resources/locales/is/languages.yml +2 -2
- data/resources/locales/is/numbers.yml +1 -0
- data/resources/locales/is/units.yml +134 -112
- data/resources/locales/it/calendars.yml +1 -0
- data/resources/locales/it/currencies.yml +2 -3
- data/resources/locales/it/languages.yml +1 -0
- data/resources/locales/it/numbers.yml +1 -0
- data/resources/locales/it/plural_rules.yml +2 -1
- data/resources/locales/it/plurals.yml +4 -1
- data/resources/locales/it/rbnf.yml +1 -1
- data/resources/locales/it/timezones.yml +3 -0
- data/resources/locales/it/units.yml +412 -19
- data/resources/locales/it-CH/calendars.yml +1 -0
- data/resources/locales/it-CH/currencies.yml +2 -3
- data/resources/locales/it-CH/languages.yml +1 -0
- data/resources/locales/it-CH/numbers.yml +1 -0
- data/resources/locales/it-CH/plural_rules.yml +2 -1
- data/resources/locales/it-CH/plurals.yml +4 -1
- data/resources/locales/it-CH/timezones.yml +3 -0
- data/resources/locales/it-CH/units.yml +412 -19
- data/resources/locales/ja/calendars.yml +1 -0
- data/resources/locales/ja/currencies.yml +1 -2
- data/resources/locales/ja/languages.yml +1 -1
- data/resources/locales/ja/numbers.yml +2 -1
- data/resources/locales/ja/timezones.yml +3 -0
- data/resources/locales/ja/units.yml +126 -20
- data/resources/locales/ka/calendars.yml +3 -1
- data/resources/locales/ka/currencies.yml +5 -3
- data/resources/locales/ka/languages.yml +1 -1
- data/resources/locales/ka/numbers.yml +1 -0
- data/resources/locales/ka/timezones.yml +3 -0
- data/resources/locales/ka/units.yml +24 -10
- data/resources/locales/kk/calendars.yml +3 -1
- data/resources/locales/kk/currencies.yml +6 -4
- data/resources/locales/kk/languages.yml +3 -2
- data/resources/locales/kk/numbers.yml +1 -0
- data/resources/locales/kk/timezones.yml +3 -0
- data/resources/locales/kk/units.yml +20 -6
- data/resources/locales/km/calendars.yml +3 -1
- data/resources/locales/km/currencies.yml +6 -4
- data/resources/locales/km/languages.yml +2 -1
- data/resources/locales/km/numbers.yml +1 -0
- data/resources/locales/km/timezones.yml +3 -0
- data/resources/locales/km/units.yml +30 -19
- data/resources/locales/kn/calendars.yml +3 -1
- data/resources/locales/kn/currencies.yml +4 -7
- data/resources/locales/kn/languages.yml +1 -1
- data/resources/locales/kn/numbers.yml +1 -0
- data/resources/locales/kn/timezones.yml +4 -1
- data/resources/locales/kn/units.yml +344 -39
- data/resources/locales/ko/calendars.yml +3 -1
- data/resources/locales/ko/currencies.yml +2 -3
- data/resources/locales/ko/languages.yml +1 -1
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/territories.yml +1 -1
- data/resources/locales/ko/timezones.yml +3 -0
- data/resources/locales/ko/units.yml +20 -12
- data/resources/locales/lo/calendars.yml +7 -1
- data/resources/locales/lo/currencies.yml +1 -3
- data/resources/locales/lo/languages.yml +1 -1
- data/resources/locales/lo/numbers.yml +1 -0
- data/resources/locales/lo/timezones.yml +3 -0
- data/resources/locales/lo/units.yml +25 -26
- data/resources/locales/lt/calendars.yml +1 -0
- data/resources/locales/lt/currencies.yml +1 -3
- data/resources/locales/lt/languages.yml +1 -1
- data/resources/locales/lt/numbers.yml +1 -0
- data/resources/locales/lt/timezones.yml +3 -0
- data/resources/locales/lt/units.yml +153 -142
- data/resources/locales/lv/calendars.yml +2 -1
- data/resources/locales/lv/currencies.yml +1 -4
- data/resources/locales/lv/languages.yml +1 -1
- data/resources/locales/lv/numbers.yml +1 -0
- data/resources/locales/lv/timezones.yml +3 -0
- data/resources/locales/lv/units.yml +134 -132
- data/resources/locales/mk/calendars.yml +3 -2
- data/resources/locales/mk/currencies.yml +3 -4
- data/resources/locales/mk/languages.yml +2 -2
- data/resources/locales/mk/numbers.yml +7 -6
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +4 -1
- data/resources/locales/mk/units.yml +74 -241
- data/resources/locales/mr/calendars.yml +3 -1
- data/resources/locales/mr/currencies.yml +1 -5
- data/resources/locales/mr/languages.yml +1 -1
- data/resources/locales/mr/numbers.yml +1 -0
- data/resources/locales/mr/timezones.yml +3 -0
- data/resources/locales/mr/units.yml +55 -20
- data/resources/locales/ms/calendars.yml +1 -0
- data/resources/locales/ms/currencies.yml +1 -4
- data/resources/locales/ms/languages.yml +2 -2
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/timezones.yml +3 -0
- data/resources/locales/ms/units.yml +110 -13
- data/resources/locales/mt/calendars.yml +3 -1
- data/resources/locales/mt/currencies.yml +1 -4
- data/resources/locales/mt/languages.yml +1 -2
- data/resources/locales/mt/numbers.yml +1 -0
- data/resources/locales/mt/territories.yml +4 -4
- data/resources/locales/mt/units.yml +8 -16
- data/resources/locales/my/calendars.yml +15 -13
- data/resources/locales/my/currencies.yml +11 -9
- data/resources/locales/my/languages.yml +3 -2
- data/resources/locales/my/lists.yml +16 -16
- data/resources/locales/my/numbers.yml +1 -0
- data/resources/locales/my/timezones.yml +3 -0
- data/resources/locales/my/units.yml +20 -16
- data/resources/locales/nb/calendars.yml +2 -1
- data/resources/locales/nb/currencies.yml +1 -2
- data/resources/locales/nb/fields.yml +4 -4
- data/resources/locales/nb/languages.yml +2 -2
- data/resources/locales/nb/numbers.yml +2 -1
- data/resources/locales/nb/rbnf.yml +1 -928
- data/resources/locales/nb/timezones.yml +3 -0
- data/resources/locales/nb/units.yml +133 -67
- data/resources/locales/nl/calendars.yml +1 -0
- data/resources/locales/nl/currencies.yml +1 -1
- data/resources/locales/nl/languages.yml +3 -1
- data/resources/locales/nl/numbers.yml +1 -0
- data/resources/locales/nl/timezones.yml +3 -0
- data/resources/locales/nl/units.yml +55 -23
- data/resources/locales/nl-BE/calendars.yml +1 -0
- data/resources/locales/nl-BE/currencies.yml +1 -1
- data/resources/locales/nl-BE/languages.yml +3 -1
- data/resources/locales/nl-BE/numbers.yml +1 -0
- data/resources/locales/nl-BE/timezones.yml +3 -0
- data/resources/locales/nl-BE/units.yml +55 -23
- data/resources/locales/pl/calendars.yml +4 -2
- data/resources/locales/pl/currencies.yml +6 -6
- data/resources/locales/pl/languages.yml +1 -1
- data/resources/locales/pl/numbers.yml +1 -0
- data/resources/locales/pl/timezones.yml +4 -1
- data/resources/locales/pl/units.yml +219 -162
- data/resources/locales/pt/calendars.yml +40 -5
- data/resources/locales/pt/currencies.yml +4 -6
- data/resources/locales/pt/languages.yml +1 -1
- data/resources/locales/pt/numbers.yml +1 -0
- data/resources/locales/pt/plural_rules.yml +2 -1
- data/resources/locales/pt/plurals.yml +4 -1
- data/resources/locales/pt/rbnf.yml +52 -70
- data/resources/locales/pt/timezones.yml +3 -0
- data/resources/locales/pt/units.yml +28 -33
- data/resources/locales/pt-PT/calendars.yml +24 -3
- data/resources/locales/pt-PT/currencies.yml +4 -6
- data/resources/locales/pt-PT/languages.yml +1 -1
- data/resources/locales/pt-PT/numbers.yml +1 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -1
- data/resources/locales/pt-PT/plurals.yml +4 -1
- data/resources/locales/pt-PT/territories.yml +2 -2
- data/resources/locales/pt-PT/timezones.yml +3 -0
- data/resources/locales/pt-PT/units.yml +55 -41
- data/resources/locales/ro/calendars.yml +1 -0
- data/resources/locales/ro/currencies.yml +4 -5
- data/resources/locales/ro/languages.yml +3 -1
- data/resources/locales/ro/numbers.yml +1 -0
- data/resources/locales/ro/timezones.yml +3 -0
- data/resources/locales/ro/units.yml +104 -39
- data/resources/locales/ru/calendars.yml +9 -8
- data/resources/locales/ru/currencies.yml +6 -4
- data/resources/locales/ru/day_periods.yml +4 -4
- data/resources/locales/ru/languages.yml +2 -2
- data/resources/locales/ru/numbers.yml +1 -0
- data/resources/locales/ru/timezones.yml +3 -0
- data/resources/locales/ru/units.yml +297 -321
- data/resources/locales/sk/calendars.yml +5 -3
- data/resources/locales/sk/currencies.yml +1 -1
- data/resources/locales/sk/fields.yml +2 -2
- data/resources/locales/sk/languages.yml +1 -1
- data/resources/locales/sk/numbers.yml +1 -0
- data/resources/locales/sk/timezones.yml +3 -0
- data/resources/locales/sk/units.yml +198 -225
- data/resources/locales/sl/calendars.yml +7 -5
- data/resources/locales/sl/currencies.yml +6 -5
- data/resources/locales/sl/languages.yml +1 -1
- data/resources/locales/sl/numbers.yml +1 -0
- data/resources/locales/sl/timezones.yml +3 -0
- data/resources/locales/sl/units.yml +296 -234
- data/resources/locales/sq/calendars.yml +1 -0
- data/resources/locales/sq/currencies.yml +5 -5
- data/resources/locales/sq/languages.yml +6 -1
- data/resources/locales/sq/numbers.yml +1 -0
- data/resources/locales/sq/timezones.yml +3 -0
- data/resources/locales/sq/units.yml +53 -34
- data/resources/locales/sr/calendars.yml +26 -25
- data/resources/locales/sr/currencies.yml +185 -187
- data/resources/locales/sr/fields.yml +2 -8
- data/resources/locales/sr/languages.yml +1 -1
- data/resources/locales/sr/numbers.yml +1 -0
- data/resources/locales/sr/timezones.yml +3 -0
- data/resources/locales/sr/units.yml +123 -78
- data/resources/locales/sr-Cyrl-ME/calendars.yml +19 -18
- data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
- data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
- data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
- data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
- data/resources/locales/sr-Latn-ME/calendars.yml +201 -200
- data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
- data/resources/locales/sr-Latn-ME/fields.yml +2 -8
- data/resources/locales/sr-Latn-ME/languages.yml +1 -1
- data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
- data/resources/locales/sr-Latn-ME/units.yml +660 -615
- data/resources/locales/sv/calendars.yml +1 -0
- data/resources/locales/sv/currencies.yml +4 -6
- data/resources/locales/sv/languages.yml +1 -1
- data/resources/locales/sv/numbers.yml +1 -0
- data/resources/locales/sv/timezones.yml +5 -2
- data/resources/locales/sv/units.yml +43 -297
- data/resources/locales/sw/calendars.yml +3 -1
- data/resources/locales/sw/currencies.yml +3 -5
- data/resources/locales/sw/languages.yml +2 -1
- data/resources/locales/sw/numbers.yml +1 -0
- data/resources/locales/sw/timezones.yml +3 -0
- data/resources/locales/sw/units.yml +20 -7
- data/resources/locales/ta/calendars.yml +5 -3
- data/resources/locales/ta/currencies.yml +2 -4
- data/resources/locales/ta/fields.yml +1 -1
- data/resources/locales/ta/languages.yml +1 -1
- data/resources/locales/ta/numbers.yml +1 -0
- data/resources/locales/ta/timezones.yml +3 -0
- data/resources/locales/ta/units.yml +505 -122
- data/resources/locales/th/calendars.yml +2 -12
- data/resources/locales/th/currencies.yml +1 -2
- data/resources/locales/th/languages.yml +1 -1
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/timezones.yml +3 -0
- data/resources/locales/th/units.yml +275 -16
- data/resources/locales/tr/calendars.yml +3 -1
- data/resources/locales/tr/currencies.yml +3 -2
- data/resources/locales/tr/languages.yml +1 -1
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/timezones.yml +3 -0
- data/resources/locales/tr/units.yml +56 -38
- data/resources/locales/uk/calendars.yml +8 -7
- data/resources/locales/uk/currencies.yml +5 -2
- data/resources/locales/uk/languages.yml +2 -6
- data/resources/locales/uk/numbers.yml +1 -0
- data/resources/locales/uk/timezones.yml +3 -0
- data/resources/locales/uk/units.yml +494 -299
- data/resources/locales/ur/calendars.yml +3 -1
- data/resources/locales/ur/currencies.yml +4 -6
- data/resources/locales/ur/languages.yml +2 -1
- data/resources/locales/ur/numbers.yml +1 -0
- data/resources/locales/ur/timezones.yml +3 -0
- data/resources/locales/ur/units.yml +53 -15
- data/resources/locales/vi/calendars.yml +1 -0
- data/resources/locales/vi/currencies.yml +2 -3
- data/resources/locales/vi/languages.yml +2 -2
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/timezones.yml +3 -0
- data/resources/locales/vi/units.yml +16 -17
- data/resources/locales/xh/calendars.yml +61 -7
- data/resources/locales/xh/currencies.yml +1 -7
- data/resources/locales/xh/numbers.yml +1 -0
- data/resources/locales/xh/units.yml +8 -16
- data/resources/locales/zh/calendars.yml +8 -6
- data/resources/locales/zh/currencies.yml +1 -1
- data/resources/locales/zh/languages.yml +1 -1
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/timezones.yml +4 -1
- data/resources/locales/zh/units.yml +31 -9
- data/resources/locales/zh-Hant/calendars.yml +18 -12
- data/resources/locales/zh-Hant/currencies.yml +1 -1
- data/resources/locales/zh-Hant/languages.yml +1 -1
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -1
- data/resources/locales/zh-Hant/units.yml +99 -14
- data/resources/locales/zu/calendars.yml +4 -2
- data/resources/locales/zu/currencies.yml +1 -4
- data/resources/locales/zu/fields.yml +0 -5
- data/resources/locales/zu/languages.yml +1 -1
- data/resources/locales/zu/numbers.yml +1 -0
- data/resources/locales/zu/timezones.yml +3 -0
- data/resources/locales/zu/units.yml +32 -20
- data/resources/shared/aliases.yml +4 -3
- data/resources/shared/bcp47_timezone_metadata.yml +3 -1
- 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/eo.yml +3180 -0
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/hu-HU.yml +1439 -57
- data/resources/shared/hyphenation/mn-MN.yml +1000 -0
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/hyphenation/sq-AL.yml +14015 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/resources/shared/likely_subtags.yml +18 -9
- data/resources/shared/metazones.yml +9 -39
- data/resources/shared/numbering_systems.yml +3 -0
- data/resources/shared/parent_locales.yml +3 -2
- data/resources/shared/rbnf_root.yml +84 -2
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +574 -556
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
- data/resources/shared/segments/rules/ja/line.yml +804 -776
- data/resources/shared/segments/rules/ja/word.yml +416 -403
- data/resources/shared/segments/rules/root/grapheme.yml +407 -402
- data/resources/shared/segments/rules/root/line.yml +804 -776
- data/resources/shared/segments/rules/root/sentence.yml +574 -556
- data/resources/shared/segments/rules/root/word.yml +416 -403
- data/resources/shared/segments/rules/zh/line.yml +804 -776
- data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
- data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
- data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
- data/resources/shared/segments/tests/line_break_test.yml +2 -0
- data/resources/shared/transforms/Han-Latin.yml +57 -57
- data/resources/shared/transforms/Latin-ASCII.yml +51 -2
- data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
- data/resources/shared/validity_data.yml +54 -10
- data/resources/unicode_data/blocks/ahom.yml +112 -0
- data/resources/unicode_data/blocks/arabic.yml +16 -0
- data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
- data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
- data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
- data/resources/unicode_data/blocks/balinese.yml +48 -0
- data/resources/unicode_data/blocks/brahmi.yml +96 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
- data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
- data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
- data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
- data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/glagolitic.yml +32 -0
- data/resources/unicode_data/blocks/hanunoo.yml +2 -2
- data/resources/unicode_data/blocks/kaithi.yml +16 -0
- data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
- data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
- data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
- data/resources/unicode_data/blocks/mongolian.yml +16 -0
- data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
- data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
- data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
- data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
- data/resources/unicode_data/blocks/tagalog.yml +48 -0
- data/resources/unicode_data/blocks/takri.yml +16 -0
- data/resources/unicode_data/blocks/tangsa.yml +1425 -0
- data/resources/unicode_data/blocks/telugu.yml +32 -0
- data/resources/unicode_data/blocks/toto.yml +497 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
- data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
- data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
- data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
- data/resources/unicode_data/blocks.yml +50 -2
- data/resources/unicode_data/casefolding.yml +160 -0
- data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
- 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_Class/R/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
- data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
- 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/Changes_When_Casefolded/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
- data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
- data/resources/unicode_data/properties/Dash/value.dump +0 -0
- data/resources/unicode_data/properties/Default_Ignorable_Code_Point/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 +4 -2
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/Extender/value.dump +3 -2
- 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 +13 -5
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/u/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/P/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
- data/resources/unicode_data/properties/General_Category/S/k/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/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 +4 -3
- 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 +6 -4
- 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/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
- data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
- 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/CL/value.dump +6 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -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 +6 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
- 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 +3 -2
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
- 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 +6 -2
- data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Glagolitic/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/Inherited/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
- 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/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
- data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
- data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
- data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
- data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
- data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -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_Break/Upper/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -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/Uppercase/value.dump +0 -0
- data/resources/unicode_data/properties/Variation_Selector/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 +40 -0
- data/spec/formatters/calendars/datetime_formatter_spec.rb +2 -2
- data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
- data/spec/localized/localized_date_spec.rb +0 -12
- data/spec/localized/localized_datetime_spec.rb +1 -15
- data/spec/localized/localized_time_spec.rb +0 -12
- data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
- data/spec/shared/calendar_spec.rb +8 -8
- data/spec/shared/unit_spec.rb +9 -9
- data/spec/timezones/tests/af.yml +3 -3
- data/spec/timezones/tests/ar.yml +3 -3
- data/spec/timezones/tests/az.yml +3 -3
- data/spec/timezones/tests/be.yml +3 -3
- data/spec/timezones/tests/bg.yml +3 -3
- data/spec/timezones/tests/bn.yml +3 -3
- data/spec/timezones/tests/bo.yml +3 -3
- data/spec/timezones/tests/bs.yml +3 -3
- data/spec/timezones/tests/ca.yml +17 -17
- data/spec/timezones/tests/cs.yml +3 -3
- data/spec/timezones/tests/cy.yml +3 -3
- data/spec/timezones/tests/da.yml +3 -3
- data/spec/timezones/tests/de-AT.yml +3 -3
- data/spec/timezones/tests/de-CH.yml +3 -3
- data/spec/timezones/tests/de.yml +3 -3
- data/spec/timezones/tests/el.yml +3 -3
- data/spec/timezones/tests/en-001.yml +3 -3
- data/spec/timezones/tests/en-150.yml +3 -3
- data/spec/timezones/tests/en-AU.yml +3 -3
- data/spec/timezones/tests/en-CA.yml +208 -208
- data/spec/timezones/tests/en-GB.yml +3 -3
- data/spec/timezones/tests/en-IE.yml +3 -3
- data/spec/timezones/tests/en-IN.yml +3 -3
- data/spec/timezones/tests/en-NZ.yml +3 -3
- data/spec/timezones/tests/en-SG.yml +3 -3
- data/spec/timezones/tests/en-US.yml +3 -3
- data/spec/timezones/tests/en-ZA.yml +3 -3
- data/spec/timezones/tests/en.yml +3 -3
- data/spec/timezones/tests/eo.yml +3 -3
- data/spec/timezones/tests/es-419.yml +6 -6
- data/spec/timezones/tests/es-AR.yml +6 -6
- data/spec/timezones/tests/es-CO.yml +6 -6
- data/spec/timezones/tests/es-MX.yml +4 -4
- data/spec/timezones/tests/es-US.yml +13 -13
- data/spec/timezones/tests/es.yml +6 -6
- data/spec/timezones/tests/et.yml +3 -3
- data/spec/timezones/tests/eu.yml +285 -285
- data/spec/timezones/tests/fa.yml +14 -14
- data/spec/timezones/tests/fi.yml +3 -3
- data/spec/timezones/tests/fil.yml +9 -9
- data/spec/timezones/tests/fr-BE.yml +11 -11
- data/spec/timezones/tests/fr-CA.yml +3 -3
- data/spec/timezones/tests/fr-CH.yml +11 -11
- data/spec/timezones/tests/fr.yml +11 -11
- data/spec/timezones/tests/ga.yml +190 -190
- data/spec/timezones/tests/gl.yml +3 -3
- data/spec/timezones/tests/gu.yml +3 -3
- data/spec/timezones/tests/he.yml +3 -3
- data/spec/timezones/tests/hi.yml +7 -7
- data/spec/timezones/tests/hr.yml +3 -3
- data/spec/timezones/tests/hu.yml +3 -3
- data/spec/timezones/tests/hy.yml +3 -3
- data/spec/timezones/tests/id.yml +287 -287
- data/spec/timezones/tests/is.yml +3 -3
- data/spec/timezones/tests/it-CH.yml +3 -3
- data/spec/timezones/tests/it.yml +3 -3
- data/spec/timezones/tests/ja.yml +3 -3
- data/spec/timezones/tests/ka.yml +3 -3
- data/spec/timezones/tests/kk.yml +3 -3
- data/spec/timezones/tests/km.yml +3 -3
- data/spec/timezones/tests/kn.yml +10 -10
- data/spec/timezones/tests/ko.yml +3 -3
- data/spec/timezones/tests/lo.yml +3 -3
- data/spec/timezones/tests/lt.yml +3 -3
- data/spec/timezones/tests/lv.yml +3 -3
- data/spec/timezones/tests/mk.yml +8 -8
- data/spec/timezones/tests/mr.yml +3 -3
- data/spec/timezones/tests/ms.yml +3 -3
- data/spec/timezones/tests/mt.yml +13 -13
- data/spec/timezones/tests/my.yml +3 -3
- data/spec/timezones/tests/nb.yml +3 -3
- data/spec/timezones/tests/nl-BE.yml +3 -3
- data/spec/timezones/tests/nl.yml +3 -3
- data/spec/timezones/tests/pl.yml +5 -5
- data/spec/timezones/tests/pt-PT.yml +3 -3
- data/spec/timezones/tests/pt.yml +3 -3
- data/spec/timezones/tests/ro.yml +3 -3
- data/spec/timezones/tests/ru.yml +3 -3
- data/spec/timezones/tests/sk.yml +3 -3
- data/spec/timezones/tests/sl.yml +3 -3
- data/spec/timezones/tests/sq.yml +3 -3
- data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
- data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
- data/spec/timezones/tests/sr.yml +3 -3
- data/spec/timezones/tests/sv.yml +4 -4
- data/spec/timezones/tests/sw.yml +3 -3
- data/spec/timezones/tests/ta.yml +3 -3
- data/spec/timezones/tests/th.yml +3 -3
- data/spec/timezones/tests/tr.yml +3 -3
- data/spec/timezones/tests/uk.yml +3 -3
- data/spec/timezones/tests/ur.yml +3 -3
- data/spec/timezones/tests/vi.yml +3 -3
- data/spec/timezones/tests/xh.yml +3 -3
- data/spec/timezones/tests/zh-Hant.yml +13 -13
- data/spec/timezones/tests/zh.yml +13 -13
- data/spec/timezones/tests/zu.yml +3 -3
- data/spec/timezones/timezone_spec.rb +41 -0
- data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
- metadata +47 -6
- data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
- data/resources/custom/locales/en-AU/calendars.yml +0 -10
- data/spec/tokenizers/composite_token_spec.rb +0 -30
@@ -24,7 +24,7 @@
|
|
24
24
|
:standard: "Am na hAfganastáine"
|
25
25
|
:Africa_Central:
|
26
26
|
:long:
|
27
|
-
:standard: "Am
|
27
|
+
:standard: "Am na hAfraice Láir"
|
28
28
|
:Africa_Eastern:
|
29
29
|
:long:
|
30
30
|
:standard: "Am Oirthear na hAfraice"
|
@@ -58,9 +58,9 @@
|
|
58
58
|
:standard: "Am Caighdeánach Lárnach Mheiriceá Thuaidh"
|
59
59
|
:America_Eastern:
|
60
60
|
:long:
|
61
|
-
:daylight: "Am Samhraidh
|
62
|
-
:generic: "Am
|
63
|
-
:standard: "Am Caighdeánach
|
61
|
+
:daylight: "Am Samhraidh Oirthearach Mheiriceá Thuaidh"
|
62
|
+
:generic: "Am Oirthearach Mheiriceá Thuaidh"
|
63
|
+
:standard: "Am Caighdeánach Oirthearach Mheiriceá Thuaidh"
|
64
64
|
:America_Mountain:
|
65
65
|
:long:
|
66
66
|
:daylight: "Am Samhraidh Sléibhte Mheiriceá Thuaidh"
|
@@ -107,9 +107,9 @@
|
|
107
107
|
:standard: "Am Caighdeánach na hAirgintíne"
|
108
108
|
:Argentina_Western:
|
109
109
|
:long:
|
110
|
-
:daylight: "Am Samhraidh
|
111
|
-
:generic: "Am
|
112
|
-
:standard: "Am Caighdeánach
|
110
|
+
:daylight: "Am Samhraidh Iartharach na hAirgintíne"
|
111
|
+
:generic: "Am Iartharach na hAirgintíne"
|
112
|
+
:standard: "Am Caighdeánach Iartharach na hAirgintíne"
|
113
113
|
:Armenia:
|
114
114
|
:long:
|
115
115
|
:daylight: "Am Samhraidh na hAirméine"
|
@@ -168,7 +168,7 @@
|
|
168
168
|
:standard: "Am Caighdeánach Bhrasília"
|
169
169
|
:Brunei:
|
170
170
|
:long:
|
171
|
-
:standard: "Am
|
171
|
+
:standard: "Am Bhrúiné Darasalám"
|
172
172
|
:Cape_Verde:
|
173
173
|
:long:
|
174
174
|
:daylight: "Am Samhraidh Rinn Verde"
|
@@ -223,10 +223,10 @@
|
|
223
223
|
:standard: "Am Caighdeánach Chúba"
|
224
224
|
:Davis:
|
225
225
|
:long:
|
226
|
-
:standard: "Am
|
226
|
+
:standard: "Am Davis"
|
227
227
|
:DumontDUrville:
|
228
228
|
:long:
|
229
|
-
:standard: "Am
|
229
|
+
:standard: "Am Dumont-d’Urville"
|
230
230
|
:East_Timor:
|
231
231
|
:long:
|
232
232
|
:standard: "Am Thíomór Thoir"
|
@@ -283,7 +283,7 @@
|
|
283
283
|
:standard: "Am Ghuáin na Fraince"
|
284
284
|
:French_Southern:
|
285
285
|
:long:
|
286
|
-
:standard: "Am
|
286
|
+
:standard: "Am Francach Dheisceart an Domhain agus an Antartaigh"
|
287
287
|
:GMT:
|
288
288
|
:long:
|
289
289
|
:standard: "Meán-Am Greenwich"
|
@@ -294,7 +294,7 @@
|
|
294
294
|
:standard: "Am Oileáin Galápagos"
|
295
295
|
:Gambier:
|
296
296
|
:long:
|
297
|
-
:standard: "Am
|
297
|
+
:standard: "Am Gambier"
|
298
298
|
:Georgia:
|
299
299
|
:long:
|
300
300
|
:daylight: "Am Samhraidh na Seoirsia"
|
@@ -445,7 +445,7 @@
|
|
445
445
|
:standard: "Am Caighdeánach Oileán Mhuirís"
|
446
446
|
:Mawson:
|
447
447
|
:long:
|
448
|
-
:standard: "Am
|
448
|
+
:standard: "Am Mawson"
|
449
449
|
:Mexico_Northwest:
|
450
450
|
:long:
|
451
451
|
:daylight: "Am Samhraidh Iarthuaisceart Mheicsiceo"
|
@@ -500,9 +500,9 @@
|
|
500
500
|
:standard: "Am Caighdeánach Oileán Norfolk"
|
501
501
|
:Noronha:
|
502
502
|
:long:
|
503
|
-
:daylight: "Am Samhraidh
|
504
|
-
:generic: "Am
|
505
|
-
:standard: "Am Caighdeánach
|
503
|
+
:daylight: "Am Samhraidh Fernando de Noronha"
|
504
|
+
:generic: "Am Fernando de Noronha"
|
505
|
+
:standard: "Am Caighdeánach Fernando de Noronha"
|
506
506
|
:North_Mariana:
|
507
507
|
:long:
|
508
508
|
:standard: "Am na nOileán Máirianach Thuaidh"
|
@@ -552,7 +552,7 @@
|
|
552
552
|
:standard: "Am Caighdeánach Saint-Pierre-et-Miquelon"
|
553
553
|
:Pitcairn:
|
554
554
|
:long:
|
555
|
-
:standard: "Am
|
555
|
+
:standard: "Am Pitcairn"
|
556
556
|
:Ponape:
|
557
557
|
:long:
|
558
558
|
:standard: "Am Phohnpei"
|
@@ -569,12 +569,12 @@
|
|
569
569
|
:standard: "Am Réunion"
|
570
570
|
:Rothera:
|
571
571
|
:long:
|
572
|
-
:standard: "Am
|
572
|
+
:standard: "Am Rothera"
|
573
573
|
:Sakhalin:
|
574
574
|
:long:
|
575
|
-
:daylight: "Am Samhraidh
|
576
|
-
:generic: "Am
|
577
|
-
:standard: "Am Caighdeánach
|
575
|
+
:daylight: "Am Samhraidh Shacailín"
|
576
|
+
:generic: "Am Shacailín"
|
577
|
+
:standard: "Am Caighdeánach Shacailín"
|
578
578
|
:Samara:
|
579
579
|
:long:
|
580
580
|
:daylight: "Am Samhraidh Shamara"
|
@@ -602,15 +602,15 @@
|
|
602
602
|
:standard: "Am Shuranam"
|
603
603
|
:Syowa:
|
604
604
|
:long:
|
605
|
-
:standard: "Am
|
605
|
+
:standard: "Am Syowa"
|
606
606
|
:Tahiti:
|
607
607
|
:long:
|
608
608
|
:standard: "Am Thaihítí"
|
609
609
|
:Taipei:
|
610
610
|
:long:
|
611
|
-
:daylight: "Am Samhraidh
|
612
|
-
:generic: "Am
|
613
|
-
:standard: "Am Caighdeánach
|
611
|
+
:daylight: "Am Samhraidh Taipei"
|
612
|
+
:generic: "Am Taipei"
|
613
|
+
:standard: "Am Caighdeánach Taipei"
|
614
614
|
:Tajikistan:
|
615
615
|
:long:
|
616
616
|
:standard: "Am na Táidsíceastáine"
|
@@ -663,7 +663,7 @@
|
|
663
663
|
:standard: "Am Caighdeánach Volgograd"
|
664
664
|
:Vostok:
|
665
665
|
:long:
|
666
|
-
:standard: "Am
|
666
|
+
:standard: "Am Vostok"
|
667
667
|
:Wake:
|
668
668
|
:long:
|
669
669
|
:standard: "Am Oileán Wake"
|
@@ -680,13 +680,14 @@
|
|
680
680
|
:daylight: "Am Samhraidh Yekaterinburg"
|
681
681
|
:generic: "Am Yekaterinburg"
|
682
682
|
:standard: "Am Caighdeánach Yekaterinburg"
|
683
|
+
:Yukon:
|
684
|
+
:long:
|
685
|
+
:standard: "Am Yukon"
|
683
686
|
:timezones:
|
684
687
|
:Africa/Abidjan:
|
685
688
|
:city: Abidjan
|
686
689
|
:Africa/Accra:
|
687
690
|
:city: Accra
|
688
|
-
:Africa/Addis_Ababa:
|
689
|
-
:city: "Adas Ababa"
|
690
691
|
:Africa/Algiers:
|
691
692
|
:city: "Cathair na hAilgéire"
|
692
693
|
:Africa/Asmera:
|
@@ -699,8 +700,6 @@
|
|
699
700
|
:city: Banjul
|
700
701
|
:Africa/Bissau:
|
701
702
|
:city: Bissau
|
702
|
-
:Africa/Blantyre:
|
703
|
-
:city: "Baile an tSaoir"
|
704
703
|
:Africa/Brazzaville:
|
705
704
|
:city: Brazzaville
|
706
705
|
:Africa/Bujumbura:
|
@@ -722,7 +721,7 @@
|
|
722
721
|
:Africa/Douala:
|
723
722
|
:city: Douala
|
724
723
|
:Africa/El_Aaiun:
|
725
|
-
:city:
|
724
|
+
:city: Láúine
|
726
725
|
:Africa/Freetown:
|
727
726
|
:city: Freetown
|
728
727
|
:Africa/Gaborone:
|
@@ -739,14 +738,12 @@
|
|
739
738
|
:city: Cartúm
|
740
739
|
:Africa/Kigali:
|
741
740
|
:city: Kigali
|
742
|
-
:Africa/Kinshasa:
|
743
|
-
:city: Cinseasa
|
744
741
|
:Africa/Lagos:
|
745
742
|
:city: Lagos
|
746
743
|
:Africa/Libreville:
|
747
744
|
:city: Libreville
|
748
745
|
:Africa/Lome:
|
749
|
-
:city:
|
746
|
+
:city: Lomé
|
750
747
|
:Africa/Luanda:
|
751
748
|
:city: Luanda
|
752
749
|
:Africa/Lubumbashi:
|
@@ -812,7 +809,7 @@
|
|
812
809
|
:America/Aruba:
|
813
810
|
:city: Arúba
|
814
811
|
:America/Asuncion:
|
815
|
-
:city:
|
812
|
+
:city: Asunción
|
816
813
|
:America/Bahia:
|
817
814
|
:city: Bahia
|
818
815
|
:America/Bahia_Banderas:
|
@@ -859,10 +856,8 @@
|
|
859
856
|
:city: "Cósta Ríce"
|
860
857
|
:America/Creston:
|
861
858
|
:city: Creston
|
862
|
-
:America/Cuiaba:
|
863
|
-
:city: Cuiabá
|
864
859
|
:America/Curacao:
|
865
|
-
:city:
|
860
|
+
:city: Cúrasó
|
866
861
|
:America/Danmarkshavn:
|
867
862
|
:city: Danmarkshavn
|
868
863
|
:America/Dawson:
|
@@ -877,8 +872,6 @@
|
|
877
872
|
:city: Doiminice
|
878
873
|
:America/Edmonton:
|
879
874
|
:city: Edmonton
|
880
|
-
:America/Eirunepe:
|
881
|
-
:city: Eirunepé
|
882
875
|
:America/El_Salvador:
|
883
876
|
:city: "an tSalvadóir"
|
884
877
|
:America/Fort_Nelson:
|
@@ -905,8 +898,6 @@
|
|
905
898
|
:city: "an Ghuáin"
|
906
899
|
:America/Halifax:
|
907
900
|
:city: Halifax
|
908
|
-
:America/Havana:
|
909
|
-
:city: Havána
|
910
901
|
:America/Hermosillo:
|
911
902
|
:city: Hermosillo
|
912
903
|
:America/Indiana/Knox:
|
@@ -949,8 +940,6 @@
|
|
949
940
|
:city: Louisville
|
950
941
|
:America/Lower_Princes:
|
951
942
|
:city: "Lower Prince’s Quarter"
|
952
|
-
:America/Maceio:
|
953
|
-
:city: Maceió
|
954
943
|
:America/Managua:
|
955
944
|
:city: Managua
|
956
945
|
:America/Manaus:
|
@@ -1016,7 +1005,7 @@
|
|
1016
1005
|
:America/Porto_Velho:
|
1017
1006
|
:city: "Porto Velho"
|
1018
1007
|
:America/Puerto_Rico:
|
1019
|
-
:city: "
|
1008
|
+
:city: "Pórtó Ríce"
|
1020
1009
|
:America/Punta_Arenas:
|
1021
1010
|
:city: "Punta Arenas"
|
1022
1011
|
:America/Rainy_River:
|
@@ -1033,10 +1022,6 @@
|
|
1033
1022
|
:city: "Rio Branco"
|
1034
1023
|
:America/Santa_Isabel:
|
1035
1024
|
:city: "Santa Isabel"
|
1036
|
-
:America/Santarem:
|
1037
|
-
:city: Santarém
|
1038
|
-
:America/Santiago:
|
1039
|
-
:city: Saintiagó
|
1040
1025
|
:America/Santo_Domingo:
|
1041
1026
|
:city: "Santo Domingo"
|
1042
1027
|
:America/Sao_Paulo:
|
@@ -1052,7 +1037,7 @@
|
|
1052
1037
|
:America/St_Kitts:
|
1053
1038
|
:city: "San Críostóir"
|
1054
1039
|
:America/St_Lucia:
|
1055
|
-
:city: "
|
1040
|
+
:city: "Saint Lucia"
|
1056
1041
|
:America/St_Thomas:
|
1057
1042
|
:city: "St. Thomas"
|
1058
1043
|
:America/St_Vincent:
|
@@ -1062,7 +1047,7 @@
|
|
1062
1047
|
:America/Tegucigalpa:
|
1063
1048
|
:city: Tegucigalpa
|
1064
1049
|
:America/Thule:
|
1065
|
-
:city:
|
1050
|
+
:city: "Inis Tuile"
|
1066
1051
|
:America/Thunder_Bay:
|
1067
1052
|
:city: "Thunder Bay"
|
1068
1053
|
:America/Tijuana:
|
@@ -1126,7 +1111,7 @@
|
|
1126
1111
|
:Asia/Bahrain:
|
1127
1112
|
:city: Bairéin
|
1128
1113
|
:Asia/Baku:
|
1129
|
-
:city:
|
1114
|
+
:city: Baki
|
1130
1115
|
:Asia/Bangkok:
|
1131
1116
|
:city: Bangkok
|
1132
1117
|
:Asia/Barnaul:
|
@@ -1196,7 +1181,7 @@
|
|
1196
1181
|
:Asia/Magadan:
|
1197
1182
|
:city: Magadan
|
1198
1183
|
:Asia/Makassar:
|
1199
|
-
:city:
|
1184
|
+
:city: Macasar
|
1200
1185
|
:Asia/Manila:
|
1201
1186
|
:city: Mainile
|
1202
1187
|
:Asia/Muscat:
|
@@ -1219,6 +1204,8 @@
|
|
1219
1204
|
:city: Pyongyang
|
1220
1205
|
:Asia/Qatar:
|
1221
1206
|
:city: Catar
|
1207
|
+
:Asia/Qostanay:
|
1208
|
+
:city: Kostanay
|
1222
1209
|
:Asia/Qyzylorda:
|
1223
1210
|
:city: Qyzylorda
|
1224
1211
|
:Asia/Rangoon:
|
@@ -1433,7 +1420,7 @@
|
|
1433
1420
|
:Europe/Vaduz:
|
1434
1421
|
:city: Vadús
|
1435
1422
|
:Europe/Vatican:
|
1436
|
-
:city: "
|
1423
|
+
:city: "an Vatacáin"
|
1437
1424
|
:Europe/Vienna:
|
1438
1425
|
:city: Vín
|
1439
1426
|
:Europe/Vilnius:
|
@@ -1478,8 +1465,6 @@
|
|
1478
1465
|
:city: Bougainville
|
1479
1466
|
:Pacific/Chatham:
|
1480
1467
|
:city: Chatham
|
1481
|
-
:Pacific/Easter:
|
1482
|
-
:city: "Oileán na Cásca"
|
1483
1468
|
:Pacific/Efate:
|
1484
1469
|
:city: Efate
|
1485
1470
|
:Pacific/Enderbury:
|
@@ -1490,8 +1475,6 @@
|
|
1490
1475
|
:city: Fidsí
|
1491
1476
|
:Pacific/Funafuti:
|
1492
1477
|
:city: Funafuti
|
1493
|
-
:Pacific/Galapagos:
|
1494
|
-
:city: Galápagos
|
1495
1478
|
:Pacific/Gambier:
|
1496
1479
|
:city: Gambier
|
1497
1480
|
:Pacific/Guadalcanal:
|
@@ -1544,7 +1527,5 @@
|
|
1544
1527
|
:city: Tongatapu
|
1545
1528
|
:Pacific/Truk:
|
1546
1529
|
:city: Chuuk
|
1547
|
-
:Pacific/Wake:
|
1548
|
-
:city: "Oileán Wake"
|
1549
1530
|
:Pacific/Wallis:
|
1550
1531
|
:city: Vailís
|
@@ -115,7 +115,7 @@
|
|
115
115
|
:one: "{0} charat óir"
|
116
116
|
:other: "{0} carat óir"
|
117
117
|
:two: "{0} charat óir"
|
118
|
-
:concentr-milligram-per-deciliter:
|
118
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
119
119
|
:few: "{0} mhilleagram sa deicilítear"
|
120
120
|
:many: "{0} milleagram sa deicilítear"
|
121
121
|
:one: "{0} mhilleagram sa deicilítear"
|
@@ -397,6 +397,12 @@
|
|
397
397
|
:one: "{0} teirm SAM"
|
398
398
|
:other: "{0} teirm SAM"
|
399
399
|
:two: "{0} theirm SAM"
|
400
|
+
:force-kilowatt-hour-per-100-kilometer:
|
401
|
+
:few: "{0} kWh/100km"
|
402
|
+
:many: "{0} kWh/100km"
|
403
|
+
:one: "cileavatuair in aghaidh 100 ciliméadar"
|
404
|
+
:other: "{0} cileavatuair in aghaidh 100 ciliméadar"
|
405
|
+
:two: "{0} cileavatuair in aghaidh 100 cilliméadar"
|
400
406
|
:force-newton:
|
401
407
|
:few: "{0} N"
|
402
408
|
:many: "{0} N"
|
@@ -1190,7 +1196,7 @@
|
|
1190
1196
|
:one: "{0}kt"
|
1191
1197
|
:other: "{0}kt"
|
1192
1198
|
:two: "{0}kt"
|
1193
|
-
:concentr-milligram-per-deciliter:
|
1199
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1194
1200
|
:few: "{0} mg/dL"
|
1195
1201
|
:many: "{0} mg/dL"
|
1196
1202
|
:one: "{0} mg/dL"
|
@@ -1509,11 +1515,11 @@
|
|
1509
1515
|
:other: "{0}m"
|
1510
1516
|
:two: "{0}m"
|
1511
1517
|
:length-micrometer:
|
1512
|
-
:few: "{0}
|
1513
|
-
:many: "{0}
|
1514
|
-
:one: "{0}
|
1515
|
-
:other: "{0}
|
1516
|
-
:two: "{0}
|
1518
|
+
:few: "{0}μm"
|
1519
|
+
:many: "{0}μm"
|
1520
|
+
:one: "{0}μm"
|
1521
|
+
:other: "{0}μm"
|
1522
|
+
:two: "{0}μm"
|
1517
1523
|
:length-mile:
|
1518
1524
|
:few: "{0} mhíle"
|
1519
1525
|
:many: "{0} míle"
|
@@ -1599,11 +1605,11 @@
|
|
1599
1605
|
:other: "{0}t"
|
1600
1606
|
:two: "{0}t"
|
1601
1607
|
:mass-microgram:
|
1602
|
-
:few: "{0}
|
1603
|
-
:many: "{0}
|
1604
|
-
:one: "{0}
|
1605
|
-
:other: "{0}
|
1606
|
-
:two: "{0}
|
1608
|
+
:few: "{0}μg"
|
1609
|
+
:many: "{0}μg"
|
1610
|
+
:one: "{0}μg"
|
1611
|
+
:other: "{0}μg"
|
1612
|
+
:two: "{0}μg"
|
1607
1613
|
:mass-milligram:
|
1608
1614
|
:few: "{0}mg"
|
1609
1615
|
:many: "{0}mg"
|
@@ -2007,13 +2013,15 @@
|
|
2007
2013
|
:one: "{0} sl²"
|
2008
2014
|
:other: "{0} sl²"
|
2009
2015
|
:two: "{0} sl²"
|
2016
|
+
:concentr-item:
|
2017
|
+
:other: "{0} item"
|
2010
2018
|
:concentr-karat:
|
2011
2019
|
:few: "{0} kt"
|
2012
2020
|
:many: "{0} kt"
|
2013
2021
|
:one: "{0} kt"
|
2014
2022
|
:other: "{0} kt"
|
2015
2023
|
:two: "{0} kt"
|
2016
|
-
:concentr-milligram-per-deciliter:
|
2024
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
2017
2025
|
:few: "{0} mg/dL"
|
2018
2026
|
:many: "{0} mg/dL"
|
2019
2027
|
:one: "{0} mg/dL"
|
@@ -2157,7 +2165,6 @@
|
|
2157
2165
|
:one: "{0} lá"
|
2158
2166
|
:other: "{0} lá"
|
2159
2167
|
:two: "{0} lá"
|
2160
|
-
:duration-day-person: {}
|
2161
2168
|
:duration-decade:
|
2162
2169
|
:other: "{0} dec"
|
2163
2170
|
:duration-hour:
|
@@ -2190,7 +2197,6 @@
|
|
2190
2197
|
:one: "{0} mhí"
|
2191
2198
|
:other: "{0} mí"
|
2192
2199
|
:two: "{0} mhí"
|
2193
|
-
:duration-month-person: {}
|
2194
2200
|
:duration-nanosecond:
|
2195
2201
|
:few: "{0} ns"
|
2196
2202
|
:many: "{0} ns"
|
@@ -2209,14 +2215,12 @@
|
|
2209
2215
|
:one: "{0} scht"
|
2210
2216
|
:other: "{0} scht"
|
2211
2217
|
:two: "{0} scht"
|
2212
|
-
:duration-week-person: {}
|
2213
2218
|
:duration-year:
|
2214
2219
|
:few: "{0} bl"
|
2215
2220
|
:many: "{0} mbl"
|
2216
2221
|
:one: "{0} bhl"
|
2217
2222
|
:other: "{0} bl"
|
2218
2223
|
:two: "{0} bhl"
|
2219
|
-
:duration-year-person: {}
|
2220
2224
|
:electric-ampere:
|
2221
2225
|
:few: "{0} A"
|
2222
2226
|
:many: "{0} A"
|
@@ -2295,6 +2299,8 @@
|
|
2295
2299
|
:one: "{0} teirm SAM"
|
2296
2300
|
:other: "{0} teirm SAM"
|
2297
2301
|
:two: "{0} theirm SAM"
|
2302
|
+
:force-kilowatt-hour-per-100-kilometer:
|
2303
|
+
:other: "{0} kWh/100km"
|
2298
2304
|
:force-newton:
|
2299
2305
|
:few: "{0} N"
|
2300
2306
|
:many: "{0} N"
|
@@ -2337,10 +2343,6 @@
|
|
2337
2343
|
:one: "{0} phonc"
|
2338
2344
|
:other: "{0} ponc"
|
2339
2345
|
:two: "{0} phonc"
|
2340
|
-
:graphics-dot-per-centimeter:
|
2341
|
-
:other: "{0} dpcm"
|
2342
|
-
:graphics-dot-per-inch:
|
2343
|
-
:other: "{0} dpi"
|
2344
2346
|
:graphics-em:
|
2345
2347
|
:few: "{0} eim"
|
2346
2348
|
:many: "{0} n-eim"
|
@@ -2418,11 +2420,11 @@
|
|
2418
2420
|
:other: "{0} m"
|
2419
2421
|
:two: "{0} m"
|
2420
2422
|
:length-micrometer:
|
2421
|
-
:few: "{0}
|
2422
|
-
:many: "{0}
|
2423
|
-
:one: "{0}
|
2424
|
-
:other: "{0}
|
2425
|
-
:two: "{0}
|
2423
|
+
:few: "{0} μm"
|
2424
|
+
:many: "{0} μm"
|
2425
|
+
:one: "{0} μm"
|
2426
|
+
:other: "{0} μm"
|
2427
|
+
:two: "{0} μm"
|
2426
2428
|
:length-mile:
|
2427
2429
|
:few: "{0} mhíle"
|
2428
2430
|
:many: "{0} míle"
|
@@ -2542,11 +2544,11 @@
|
|
2542
2544
|
:other: "{0} t"
|
2543
2545
|
:two: "{0} t"
|
2544
2546
|
:mass-microgram:
|
2545
|
-
:few: "{0}
|
2546
|
-
:many: "{0}
|
2547
|
-
:one: "{0}
|
2548
|
-
:other: "{0}
|
2549
|
-
:two: "{0}
|
2547
|
+
:few: "{0} μg"
|
2548
|
+
:many: "{0} μg"
|
2549
|
+
:one: "{0} μg"
|
2550
|
+
:other: "{0} μg"
|
2551
|
+
:two: "{0} μg"
|
2550
2552
|
:mass-milligram:
|
2551
2553
|
:few: "{0} mg"
|
2552
2554
|
:many: "{0} mg"
|
@@ -18,6 +18,7 @@
|
|
18
18
|
:GyMMM: "MMM 'de' y G"
|
19
19
|
:GyMMMEd: "E, d 'de' MMM 'de' y G"
|
20
20
|
:GyMMMd: "d 'de' MMM 'de' y G"
|
21
|
+
:GyMd: "d/M/y GGGGG"
|
21
22
|
:H: HH
|
22
23
|
:Hm: "HH:mm"
|
23
24
|
:Hms: "HH:mm:ss"
|
@@ -128,7 +129,8 @@
|
|
128
129
|
0: "antes da era común"
|
129
130
|
1: "da era común"
|
130
131
|
:narrow:
|
131
|
-
0:
|
132
|
+
0: BCE
|
133
|
+
1: CE
|
132
134
|
:fields:
|
133
135
|
:day: día
|
134
136
|
:day-narrow: día
|
@@ -569,8 +569,10 @@
|
|
569
569
|
:other: "dólares liberianos"
|
570
570
|
:symbol: LRD
|
571
571
|
:LSL:
|
572
|
-
:name: "
|
573
|
-
:one: "
|
572
|
+
:name: "loti de Lesoto"
|
573
|
+
:one: "loti de Lesoto"
|
574
|
+
:other: "lotis de Lesoto"
|
575
|
+
:symbol: LSL
|
574
576
|
:LTL:
|
575
577
|
:name: "Litas lituana"
|
576
578
|
:narrow_symbol: Lt
|
@@ -608,7 +610,7 @@
|
|
608
610
|
:MDL:
|
609
611
|
:name: "leu moldavo"
|
610
612
|
:one: "leu moldavo"
|
611
|
-
:other: "
|
613
|
+
:other: "lei moldavos"
|
612
614
|
:symbol: MDL
|
613
615
|
:MGA:
|
614
616
|
:name: "ariary malgaxe"
|
@@ -808,9 +810,7 @@
|
|
808
810
|
:symbol: RUB
|
809
811
|
:RUR:
|
810
812
|
:name: "Rublo ruso (1991–1998)"
|
811
|
-
:narrow_symbol: р.
|
812
813
|
:one: "Rublo ruso (1991–1998)"
|
813
|
-
:symbol: р.
|
814
814
|
:RWF:
|
815
815
|
:name: "franco ruandés"
|
816
816
|
:narrow_symbol: RF
|
@@ -906,7 +906,7 @@
|
|
906
906
|
:SZL:
|
907
907
|
:name: "lilangeni de Swazilandia"
|
908
908
|
:one: "lilangeni de Swazilandia"
|
909
|
-
:other: "lilangenis de
|
909
|
+
:other: "lilangenis de Swazilandia"
|
910
910
|
:symbol: SZL
|
911
911
|
:THB:
|
912
912
|
:name: "baht tailandés"
|
@@ -1044,7 +1044,7 @@
|
|
1044
1044
|
:name: "franco CFA (BCEAO)"
|
1045
1045
|
:one: "franco CFA (BCEAO)"
|
1046
1046
|
:other: "francos CFA (BCEAO)"
|
1047
|
-
:symbol: CFA
|
1047
|
+
:symbol: F CFA
|
1048
1048
|
:XPD:
|
1049
1049
|
:name: Paladio
|
1050
1050
|
:one: Paladio
|
@@ -75,6 +75,7 @@
|
|
75
75
|
:de-CH: "alto alemán suízo"
|
76
76
|
:dgr: dogrib
|
77
77
|
:dje: zarma
|
78
|
+
:doi: dogri
|
78
79
|
:dsb: "baixo sorbio"
|
79
80
|
:dua: duala
|
80
81
|
:dv: divehi
|
@@ -296,12 +297,12 @@
|
|
296
297
|
:quc: quiché
|
297
298
|
:rap: rapanui
|
298
299
|
:rar: rarotongano
|
300
|
+
:rhg: rohingya
|
299
301
|
:rm: romanche
|
300
302
|
:rn: rundi
|
301
303
|
:ro: romanés
|
302
304
|
:ro-MD: moldavo
|
303
305
|
:rof: rombo
|
304
|
-
:root: raíz
|
305
306
|
:ru: ruso
|
306
307
|
:rup: aromanés
|
307
308
|
:rw: kiñaruanda
|
@@ -634,6 +634,9 @@
|
|
634
634
|
:daylight: "Horario de verán de Ekaterimburgo"
|
635
635
|
:generic: "Horario de Ekaterimburgo"
|
636
636
|
:standard: "Horario estándar de Ekaterimburgo"
|
637
|
+
:Yukon:
|
638
|
+
:long:
|
639
|
+
:standard: "Horario de Yukon"
|
637
640
|
:timezones:
|
638
641
|
:Africa/Abidjan:
|
639
642
|
:city: Abidjan
|