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
@@ -345,7 +345,7 @@
|
|
345
345
|
:mgh: Makhuwa-Meetto
|
346
346
|
:mgo: Meta’
|
347
347
|
:mh: Marschallesisch
|
348
|
-
:mi:
|
348
|
+
:mi: Māori
|
349
349
|
:mic: Micmac
|
350
350
|
:min: Minangkabau
|
351
351
|
:mk: Mazedonisch
|
@@ -440,6 +440,7 @@
|
|
440
440
|
:rap: Rapanui
|
441
441
|
:rar: Rarotonganisch
|
442
442
|
:rgn: Romagnol
|
443
|
+
:rhg: Rohingyalisch
|
443
444
|
:rif: Tarifit
|
444
445
|
:rm: Rätoromanisch
|
445
446
|
:rn: Rundi
|
@@ -447,7 +448,6 @@
|
|
447
448
|
:ro-MD: Moldauisch
|
448
449
|
:rof: Rombo
|
449
450
|
:rom: Romani
|
450
|
-
:root: Root
|
451
451
|
:rtm: Rotumanisch
|
452
452
|
:ru: Russisch
|
453
453
|
:rue: Russinisch
|
@@ -8,8 +8,8 @@
|
|
8
8
|
:unitLength:
|
9
9
|
:long:
|
10
10
|
:acceleration-g-force:
|
11
|
-
:one: "{0}
|
12
|
-
:other: "{0}
|
11
|
+
:one: "{0} G"
|
12
|
+
:other: "{0} G"
|
13
13
|
:acceleration-meter-per-square-second:
|
14
14
|
:one: "{0} Meters pro Quadratsekunde"
|
15
15
|
:other: "{0} Meter pro Quadratsekunde"
|
@@ -24,7 +24,7 @@
|
|
24
24
|
:other: "{0} Grad"
|
25
25
|
:angle-radian:
|
26
26
|
:one: "{0} Radiant"
|
27
|
-
:other: "{0}
|
27
|
+
:other: "{0} Radiant"
|
28
28
|
:angle-revolution:
|
29
29
|
:one: "{0} Umdrehung"
|
30
30
|
:other: "{0} Umdrehungen"
|
@@ -58,15 +58,21 @@
|
|
58
58
|
:area-square-yard:
|
59
59
|
:one: "{0} Quadratyard"
|
60
60
|
:other: "{0} Quadratyards"
|
61
|
+
:concentr-item:
|
62
|
+
:one: "{0} Element"
|
63
|
+
:other: "{0} Elemente"
|
61
64
|
:concentr-karat:
|
62
|
-
:one: "{0}
|
65
|
+
:one: "{0} Karats"
|
63
66
|
:other: "{0} Karat"
|
64
|
-
:concentr-milligram-per-deciliter:
|
67
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
65
68
|
:one: "{0} Milligramm pro Deziliter"
|
66
69
|
:other: "{0} Milligramm pro Deziliter"
|
67
70
|
:concentr-millimole-per-liter:
|
68
71
|
:one: "{0} Millimol pro Liter"
|
69
72
|
:other: "{0} Millimol pro Liter"
|
73
|
+
:concentr-mole:
|
74
|
+
:one: "{0} Mols"
|
75
|
+
:other: "{0} Mol"
|
70
76
|
:concentr-percent:
|
71
77
|
:one: "{0} Prozents"
|
72
78
|
:other: "{0} Prozent"
|
@@ -74,8 +80,11 @@
|
|
74
80
|
:one: "{0} Promille"
|
75
81
|
:other: "{0} Promille"
|
76
82
|
:concentr-permillion:
|
77
|
-
:one: "{0}
|
78
|
-
:other: "{0}
|
83
|
+
:one: "{0} Millionstels"
|
84
|
+
:other: "{0} Millionstel"
|
85
|
+
:concentr-permyriad:
|
86
|
+
:one: "{0} pro Zehntausend"
|
87
|
+
:other: "{0} pro Zehntausend"
|
79
88
|
:consumption-liter-per-100-kilometer:
|
80
89
|
:one: "{0} Liters pro 100 Kilometer"
|
81
90
|
:other: "{0} Liter pro 100 Kilometer"
|
@@ -122,13 +131,16 @@
|
|
122
131
|
:one: "{0} Terabyte"
|
123
132
|
:other: "{0} Terabyte"
|
124
133
|
:duration-century:
|
125
|
-
:one: "{0}
|
134
|
+
:one: "{0} Jahrhunderts"
|
126
135
|
:other: "{0} Jahrhunderte"
|
127
136
|
:duration-day:
|
128
137
|
:one: "{0} Tages"
|
129
138
|
:other: "{0} Tage"
|
139
|
+
:duration-day-person:
|
140
|
+
:one: "{0} Tages"
|
141
|
+
:other: "{0} Tage"
|
130
142
|
:duration-decade:
|
131
|
-
:one: "{0}
|
143
|
+
:one: "{0} Jahrzehnts"
|
132
144
|
:other: "{0} Jahrzehnte"
|
133
145
|
:duration-hour:
|
134
146
|
:one: "{0} Stunde"
|
@@ -164,7 +176,7 @@
|
|
164
176
|
:one: "{0} Milliampere"
|
165
177
|
:other: "{0} Milliampere"
|
166
178
|
:electric-ohm:
|
167
|
-
:one: "{0}
|
179
|
+
:one: "{0} Ohms"
|
168
180
|
:other: "{0} Ohm"
|
169
181
|
:electric-volt:
|
170
182
|
:one: "{0} Volts"
|
@@ -196,6 +208,12 @@
|
|
196
208
|
:energy-therm-us:
|
197
209
|
:one: "{0} US thermal unit"
|
198
210
|
:other: "{0} US thermal units"
|
211
|
+
:force-kilowatt-hour-per-100-kilometer:
|
212
|
+
:one: "{0} Kilowattstunde pro 100 Kilometer"
|
213
|
+
:other: "{0} Kilowattstunden pro 100 Kilometer"
|
214
|
+
:force-newton:
|
215
|
+
:one: "{0} Newtons"
|
216
|
+
:other: "{0} Newton"
|
199
217
|
:force-pound-force:
|
200
218
|
:one: "{0} Pound-force"
|
201
219
|
:other: "{0} Pound-force"
|
@@ -224,7 +242,7 @@
|
|
224
242
|
:one: "{0} Megapixel"
|
225
243
|
:other: "{0} Megapixel"
|
226
244
|
:graphics-pixel:
|
227
|
-
:one: "{0}
|
245
|
+
:one: "{0} Pixels"
|
228
246
|
:other: "{0} Pixel"
|
229
247
|
:graphics-pixel-per-centimeter:
|
230
248
|
:one: "{0} Pixel pro Zentimeter"
|
@@ -272,8 +290,8 @@
|
|
272
290
|
:one: "{0} Meile"
|
273
291
|
:other: "{0} Meilen"
|
274
292
|
:length-mile-scandinavian:
|
275
|
-
:one: "{0}
|
276
|
-
:other: "{0}
|
293
|
+
:one: "{0} skandinavischen Meile"
|
294
|
+
:other: "{0} skandinavischen Meilen"
|
277
295
|
:length-millimeter:
|
278
296
|
:one: "{0} Millimeters"
|
279
297
|
:other: "{0} Millimeter"
|
@@ -302,7 +320,7 @@
|
|
302
320
|
:one: "{0} Candela"
|
303
321
|
:other: "{0} Candela"
|
304
322
|
:light-lumen:
|
305
|
-
:one: "{0}
|
323
|
+
:one: "{0} Lumens"
|
306
324
|
:other: "{0} Lumen"
|
307
325
|
:light-lux:
|
308
326
|
:one: "{0} Lux"
|
@@ -311,7 +329,7 @@
|
|
311
329
|
:one: "{0} Sonnenleuchtkraft"
|
312
330
|
:other: "{0} Sonnenleuchtkräfte"
|
313
331
|
:mass-carat:
|
314
|
-
:one: "{0}
|
332
|
+
:one: "{0} Karats"
|
315
333
|
:other: "{0} Karat"
|
316
334
|
:mass-dalton:
|
317
335
|
:one: "{0} Dalton"
|
@@ -377,7 +395,7 @@
|
|
377
395
|
:one: "{0} Atmosphäre"
|
378
396
|
:other: "{0} Atmosphären"
|
379
397
|
:pressure-bar:
|
380
|
-
:one: "{0}
|
398
|
+
:one: "{0} Bars"
|
381
399
|
:other: "{0} Bar"
|
382
400
|
:pressure-hectopascal:
|
383
401
|
:one: "{0} Hektopascal"
|
@@ -398,7 +416,7 @@
|
|
398
416
|
:one: "{0} Millimeter Quecksilbersäule"
|
399
417
|
:other: "{0} Millimeter Quecksilbersäule"
|
400
418
|
:pressure-pascal:
|
401
|
-
:one: "{0}
|
419
|
+
:one: "{0} Pascals"
|
402
420
|
:other: "{0} Pascal"
|
403
421
|
:pressure-pound-force-per-square-inch:
|
404
422
|
:one: "{0} Pfund pro Quadratzoll"
|
@@ -470,8 +488,8 @@
|
|
470
488
|
:one: "{0} Tasse"
|
471
489
|
:other: "{0} Tassen"
|
472
490
|
:volume-cup-metric:
|
473
|
-
:one: "{0}
|
474
|
-
:other: "{0}
|
491
|
+
:one: "{0} metrischen Tasse"
|
492
|
+
:other: "{0} metrischen Tassen"
|
475
493
|
:volume-deciliter:
|
476
494
|
:one: "{0} Deziliters"
|
477
495
|
:other: "{0} Deziliter"
|
@@ -521,8 +539,8 @@
|
|
521
539
|
:one: "{0} Pints"
|
522
540
|
:other: "{0} Pints"
|
523
541
|
:volume-pint-metric:
|
524
|
-
:one: "{0}
|
525
|
-
:other: "{0}
|
542
|
+
:one: "{0} metrischen Pints"
|
543
|
+
:other: "{0} metrischen Pints"
|
526
544
|
:volume-quart:
|
527
545
|
:one: "{0} Quart"
|
528
546
|
:other: "{0} Quart"
|
@@ -537,8 +555,8 @@
|
|
537
555
|
:other: "{0} Teelöffel"
|
538
556
|
:narrow:
|
539
557
|
:acceleration-g-force:
|
540
|
-
:one: "{0}
|
541
|
-
:other: "{0}
|
558
|
+
:one: "{0}G"
|
559
|
+
:other: "{0}G"
|
542
560
|
:acceleration-meter-per-square-second:
|
543
561
|
:one: "{0} m/s²"
|
544
562
|
:other: "{0} m/s²"
|
@@ -552,8 +570,11 @@
|
|
552
570
|
:one: "{0}°"
|
553
571
|
:other: "{0}°"
|
554
572
|
:angle-radian:
|
555
|
-
:one: "{0}
|
556
|
-
:other: "{0}
|
573
|
+
:one: "{0}rad"
|
574
|
+
:other: "{0}rad"
|
575
|
+
:angle-revolution:
|
576
|
+
:one: "{0} U"
|
577
|
+
:other: "{0} U"
|
557
578
|
:area-acre:
|
558
579
|
:one: "{0} ac"
|
559
580
|
:other: "{0} ac"
|
@@ -581,30 +602,45 @@
|
|
581
602
|
:area-square-yard:
|
582
603
|
:one: "{0} yd²"
|
583
604
|
:other: "{0} yd²"
|
605
|
+
:concentr-item:
|
606
|
+
:one: "{0} Elem."
|
607
|
+
:other: "{0} Elem."
|
584
608
|
:concentr-karat:
|
585
|
-
:one: "{0}
|
586
|
-
:other: "{0}
|
587
|
-
:concentr-milligram-per-deciliter:
|
588
|
-
|
609
|
+
:one: "{0}kt"
|
610
|
+
:other: "{0}kt"
|
611
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
612
|
+
:one: "{0}mg/dl"
|
613
|
+
:other: "{0}mg/dl"
|
614
|
+
:concentr-millimole-per-liter:
|
615
|
+
:one: "{0}mmol/l"
|
616
|
+
:other: "{0}mmol/l"
|
617
|
+
:concentr-mole:
|
618
|
+
:one: "{0}mol"
|
619
|
+
:other: "{0}mol"
|
589
620
|
:concentr-percent:
|
590
621
|
:one: "{0} %"
|
591
622
|
:other: "{0} %"
|
592
|
-
:concentr-
|
623
|
+
:concentr-permille:
|
624
|
+
:one: "{0}‰"
|
625
|
+
:other: "{0}‰"
|
593
626
|
:consumption-liter-per-100-kilometer:
|
594
627
|
:one: "{0}L/100km"
|
595
628
|
:other: "{0}L/100km"
|
596
629
|
:consumption-liter-per-kilometer:
|
597
|
-
:one: "{0}
|
598
|
-
:other: "{0}
|
630
|
+
:one: "{0}l/km"
|
631
|
+
:other: "{0}l/km"
|
599
632
|
:consumption-mile-per-gallon:
|
600
|
-
:one: "{0}
|
601
|
-
:other: "{0}
|
633
|
+
:one: "{0}mpg"
|
634
|
+
:other: "{0}mpg"
|
635
|
+
:consumption-mile-per-gallon-imperial:
|
636
|
+
:one: "{0} mpg UK"
|
637
|
+
:other: "{0} mpg UK"
|
602
638
|
:digital-bit:
|
603
|
-
:one: "{0}
|
604
|
-
:other: "{0}
|
639
|
+
:one: "{0} b"
|
640
|
+
:other: "{0} b"
|
605
641
|
:digital-byte:
|
606
|
-
:one: "{0}
|
607
|
-
:other: "{0}
|
642
|
+
:one: "{0} B"
|
643
|
+
:other: "{0} B"
|
608
644
|
:digital-gigabit:
|
609
645
|
:one: "{0} Gb"
|
610
646
|
:other: "{0} Gb"
|
@@ -650,7 +686,6 @@
|
|
650
686
|
:duration-nanosecond:
|
651
687
|
:one: "{0} ns"
|
652
688
|
:other: "{0} ns"
|
653
|
-
:duration-second: {}
|
654
689
|
:duration-week:
|
655
690
|
:one: "{0} W"
|
656
691
|
:other: "{0} W"
|
@@ -658,17 +693,17 @@
|
|
658
693
|
:one: "{0} J"
|
659
694
|
:other: "{0} J"
|
660
695
|
:electric-ampere:
|
661
|
-
:one: "{0}
|
662
|
-
:other: "{0}
|
696
|
+
:one: "{0}A"
|
697
|
+
:other: "{0}A"
|
663
698
|
:electric-milliampere:
|
664
|
-
:one: "{0}
|
665
|
-
:other: "{0}
|
699
|
+
:one: "{0}mA"
|
700
|
+
:other: "{0}mA"
|
666
701
|
:electric-ohm:
|
667
|
-
:one: "{0}
|
668
|
-
:other: "{0}
|
702
|
+
:one: "{0}Ω"
|
703
|
+
:other: "{0}Ω"
|
669
704
|
:electric-volt:
|
670
|
-
:one: "{0}
|
671
|
-
:other: "{0}
|
705
|
+
:one: "{0}V"
|
706
|
+
:other: "{0}V"
|
672
707
|
:energy-calorie:
|
673
708
|
:one: "{0} cal"
|
674
709
|
:other: "{0} cal"
|
@@ -676,8 +711,8 @@
|
|
676
711
|
:one: "{0} kcal"
|
677
712
|
:other: "{0} kcal"
|
678
713
|
:energy-joule:
|
679
|
-
:one: "{0}
|
680
|
-
:other: "{0}
|
714
|
+
:one: "{0}J"
|
715
|
+
:other: "{0}J"
|
681
716
|
:energy-kilocalorie:
|
682
717
|
:one: "{0} kcal"
|
683
718
|
:other: "{0} kcal"
|
@@ -687,77 +722,90 @@
|
|
687
722
|
:energy-kilowatt-hour:
|
688
723
|
:one: "{0} kWh"
|
689
724
|
:other: "{0} kWh"
|
725
|
+
:force-kilowatt-hour-per-100-kilometer:
|
726
|
+
:one: "{0} kWh/100km"
|
727
|
+
:other: "{0} kWh/100km"
|
728
|
+
:force-newton:
|
729
|
+
:one: "{0}N"
|
730
|
+
:other: "{0}N"
|
731
|
+
:force-pound-force:
|
732
|
+
:one: "{0}lbf"
|
733
|
+
:other: "{0}lbf"
|
690
734
|
:frequency-gigahertz:
|
691
|
-
:one: "{0}
|
692
|
-
:other: "{0}
|
735
|
+
:one: "{0}GHz"
|
736
|
+
:other: "{0}GHz"
|
693
737
|
:frequency-hertz:
|
694
|
-
:one: "{0}
|
695
|
-
:other: "{0}
|
738
|
+
:one: "{0}Hz"
|
739
|
+
:other: "{0}Hz"
|
696
740
|
:frequency-kilohertz:
|
697
|
-
:one: "{0}
|
698
|
-
:other: "{0}
|
741
|
+
:one: "{0}kHz"
|
742
|
+
:other: "{0}kHz"
|
699
743
|
:frequency-megahertz:
|
700
|
-
:one: "{0}
|
701
|
-
:other: "{0}
|
744
|
+
:one: "{0}MHz"
|
745
|
+
:other: "{0}MHz"
|
702
746
|
:length-astronomical-unit:
|
703
|
-
:one: "{0}
|
704
|
-
:other: "{0}
|
705
|
-
:length-centimeter: {}
|
747
|
+
:one: "{0}AE"
|
748
|
+
:other: "{0}AE"
|
706
749
|
:length-decimeter:
|
707
750
|
:one: "{0} dm"
|
708
751
|
:other: "{0} dm"
|
709
752
|
:length-fathom:
|
710
|
-
:one: "{0}
|
711
|
-
:other: "{0}
|
753
|
+
:one: "{0}fm"
|
754
|
+
:other: "{0}fm"
|
712
755
|
:length-foot:
|
713
756
|
:one: "{0} ft"
|
714
757
|
:other: "{0} ft"
|
715
758
|
:length-furlong:
|
716
|
-
:one: "{0}
|
717
|
-
:other: "{0}
|
718
|
-
:length-kilometer: {}
|
759
|
+
:one: "{0}fur"
|
760
|
+
:other: "{0}fur"
|
719
761
|
:length-light-year:
|
720
|
-
:one: "{0}
|
721
|
-
:other: "{0}
|
722
|
-
:length-meter: {}
|
762
|
+
:one: "{0}Lj"
|
763
|
+
:other: "{0}Lj"
|
723
764
|
:length-micrometer:
|
724
|
-
:one: "{0}
|
725
|
-
:other: "{0}
|
765
|
+
:one: "{0} μm"
|
766
|
+
:other: "{0} μm"
|
726
767
|
:length-mile:
|
727
768
|
:one: "{0} mi"
|
728
769
|
:other: "{0} mi"
|
729
770
|
:length-mile-scandinavian:
|
730
|
-
:one: "{0}
|
731
|
-
:other: "{0}
|
771
|
+
:one: "{0}smi"
|
772
|
+
:other: "{0}smi"
|
732
773
|
:length-nanometer:
|
733
774
|
:one: "{0} nm"
|
734
775
|
:other: "{0} nm"
|
735
|
-
:length-nautical-mile:
|
736
|
-
:one: "{0} sm"
|
737
|
-
:other: "{0} sm"
|
738
776
|
:length-parsec:
|
739
777
|
:one: "{0} pc"
|
740
778
|
:other: "{0} pc"
|
741
779
|
:length-picometer:
|
742
780
|
:one: "{0} pm"
|
743
781
|
:other: "{0} pm"
|
782
|
+
:length-solar-radius:
|
783
|
+
:one: "{0}R☉"
|
784
|
+
:other: "{0}R☉"
|
744
785
|
:length-yard:
|
745
786
|
:one: "{0} yd"
|
746
787
|
:other: "{0} yd"
|
788
|
+
:light-candela:
|
789
|
+
:one: "{0}cd"
|
790
|
+
:other: "{0}cd"
|
791
|
+
:light-lumen:
|
792
|
+
:one: "{0}lm"
|
793
|
+
:other: "{0}lm"
|
747
794
|
:light-lux:
|
748
|
-
:one: "{0}
|
749
|
-
:other: "{0}
|
795
|
+
:one: "{0}lx"
|
796
|
+
:other: "{0}lx"
|
797
|
+
:light-solar-luminosity:
|
798
|
+
:one: "{0}L☉"
|
799
|
+
:other: "{0}L☉"
|
750
800
|
:mass-carat:
|
751
801
|
:one: "{0} Kt"
|
752
802
|
:other: "{0} Kt"
|
753
|
-
:mass-gram: {}
|
754
|
-
:mass-kilogram: {}
|
755
803
|
:mass-metric-ton:
|
756
804
|
:one: "{0} t"
|
757
805
|
:other: "{0} t"
|
758
806
|
:mass-microgram:
|
759
|
-
:one: "{0}
|
760
|
-
:other: "{0}
|
807
|
+
:one: "{0} μg"
|
808
|
+
:other: "{0} μg"
|
761
809
|
:mass-milligram:
|
762
810
|
:one: "{0} mg"
|
763
811
|
:other: "{0} mg"
|
@@ -818,7 +866,6 @@
|
|
818
866
|
:speed-mile-per-hour:
|
819
867
|
:one: "{0} mi/h"
|
820
868
|
:other: "{0} mi/h"
|
821
|
-
:temperature-celsius: {}
|
822
869
|
:temperature-fahrenheit:
|
823
870
|
:one: "{0}°F"
|
824
871
|
:other: "{0}°F"
|
@@ -828,9 +875,18 @@
|
|
828
875
|
:temperature-kelvin:
|
829
876
|
:one: "{0} K"
|
830
877
|
:other: "{0} K"
|
878
|
+
:torque-newton-meter:
|
879
|
+
:one: "{0}N⋅m"
|
880
|
+
:other: "{0}N⋅m"
|
881
|
+
:torque-pound-force-foot:
|
882
|
+
:one: "{0}lbf⋅ft"
|
883
|
+
:other: "{0}lbf⋅ft"
|
831
884
|
:volume-acre-foot:
|
832
885
|
:one: "{0} ac ft"
|
833
886
|
:other: "{0} ac ft"
|
887
|
+
:volume-barrel:
|
888
|
+
:one: "{0}bbl"
|
889
|
+
:other: "{0}bbl"
|
834
890
|
:volume-bushel:
|
835
891
|
:one: "{0} bu"
|
836
892
|
:other: "{0} bu"
|
@@ -864,28 +920,48 @@
|
|
864
920
|
:volume-deciliter:
|
865
921
|
:one: "{0} dl"
|
866
922
|
:other: "{0} dl"
|
923
|
+
:volume-dessert-spoon-imperial:
|
924
|
+
:one: "{0} Imp.DL"
|
925
|
+
:other: "{0} Imp.DL"
|
926
|
+
:volume-dram:
|
927
|
+
:one: "{0} fl.dr."
|
928
|
+
:other: "{0} fl.dr."
|
929
|
+
:volume-drop:
|
930
|
+
:one: "{0} Tr."
|
931
|
+
:other: "{0} Tr."
|
867
932
|
:volume-fluid-ounce:
|
868
933
|
:one: "{0} fl oz"
|
869
934
|
:other: "{0} fl oz"
|
935
|
+
:volume-fluid-ounce-imperial:
|
936
|
+
:one: "{0} Im.fl.oz"
|
937
|
+
:other: "{0} Im.fl.oz"
|
870
938
|
:volume-gallon:
|
871
939
|
:one: "{0} gal"
|
872
940
|
:other: "{0} gal"
|
941
|
+
:volume-gallon-imperial:
|
942
|
+
:one: "{0} Imp.gal"
|
943
|
+
:other: "{0} Imp.gal"
|
873
944
|
:volume-hectoliter:
|
874
945
|
:one: "{0} hl"
|
875
946
|
:other: "{0} hl"
|
876
|
-
:volume-liter: {}
|
877
947
|
:volume-megaliter:
|
878
948
|
:one: "{0} Ml"
|
879
949
|
:other: "{0} Ml"
|
880
950
|
:volume-milliliter:
|
881
951
|
:one: "{0} ml"
|
882
952
|
:other: "{0} ml"
|
953
|
+
:volume-pinch:
|
954
|
+
:one: "{0} Pr"
|
955
|
+
:other: "{0} Pr"
|
883
956
|
:volume-pint:
|
884
957
|
:one: "{0} pt"
|
885
958
|
:other: "{0} pt"
|
886
959
|
:volume-quart:
|
887
960
|
:one: "{0} qt"
|
888
961
|
:other: "{0} qt"
|
962
|
+
:volume-quart-imperial:
|
963
|
+
:one: "{0} Imp.qt"
|
964
|
+
:other: "{0} Imp.qt"
|
889
965
|
:volume-tablespoon:
|
890
966
|
:one: "{0} EL"
|
891
967
|
:other: "{0} EL"
|
@@ -894,8 +970,7 @@
|
|
894
970
|
:other: "{0} TL"
|
895
971
|
:short:
|
896
972
|
:acceleration-g-force:
|
897
|
-
:
|
898
|
-
:other: "{0} g-Kraft"
|
973
|
+
:other: "{0} G"
|
899
974
|
:acceleration-meter-per-square-second:
|
900
975
|
:other: "{0} m/s²"
|
901
976
|
:angle-arc-minute:
|
@@ -939,15 +1014,18 @@
|
|
939
1014
|
:area-square-yard:
|
940
1015
|
:one: "{0} yd²"
|
941
1016
|
:other: "{0} yd²"
|
1017
|
+
:concentr-item:
|
1018
|
+
:one: "{0} Element"
|
1019
|
+
:other: "{0} Elemente"
|
942
1020
|
:concentr-karat:
|
943
1021
|
:one: "{0} kt"
|
944
1022
|
:other: "{0} kt"
|
945
|
-
:concentr-milligram-per-deciliter:
|
946
|
-
:one: "{0} mg/
|
947
|
-
:other: "{0} mg/
|
1023
|
+
:concentr-milligram-ofglucose-per-deciliter:
|
1024
|
+
:one: "{0} mg/dl"
|
1025
|
+
:other: "{0} mg/dl"
|
948
1026
|
:concentr-millimole-per-liter:
|
949
|
-
:one: "{0} mmol/
|
950
|
-
:other: "{0} mmol/
|
1027
|
+
:one: "{0} mmol/l"
|
1028
|
+
:other: "{0} mmol/l"
|
951
1029
|
:concentr-mole:
|
952
1030
|
:other: "{0} mol"
|
953
1031
|
:concentr-percent:
|
@@ -960,7 +1038,8 @@
|
|
960
1038
|
:one: "{0} ppm"
|
961
1039
|
:other: "{0} ppm"
|
962
1040
|
:concentr-permyriad:
|
963
|
-
:
|
1041
|
+
:one: "{0} ‱"
|
1042
|
+
:other: "{0} ‱"
|
964
1043
|
:consumption-liter-per-100-kilometer:
|
965
1044
|
:one: "{0} L/100 km"
|
966
1045
|
:other: "{0} L/100 km"
|
@@ -978,7 +1057,7 @@
|
|
978
1057
|
:other: "{0} Bit"
|
979
1058
|
:digital-byte:
|
980
1059
|
:one: "{0} Byte"
|
981
|
-
:other: "{0}
|
1060
|
+
:other: "{0} Byte"
|
982
1061
|
:digital-gigabit:
|
983
1062
|
:one: "{0} Gb"
|
984
1063
|
:other: "{0} Gb"
|
@@ -1011,7 +1090,6 @@
|
|
1011
1090
|
:duration-day:
|
1012
1091
|
:one: "{0} Tg."
|
1013
1092
|
:other: "{0} Tg."
|
1014
|
-
:duration-day-person: {}
|
1015
1093
|
:duration-decade:
|
1016
1094
|
:one: "{0} Jz."
|
1017
1095
|
:other: "{0} Jz."
|
@@ -1029,7 +1107,6 @@
|
|
1029
1107
|
:duration-month:
|
1030
1108
|
:one: "{0} Mon."
|
1031
1109
|
:other: "{0} Mon."
|
1032
|
-
:duration-month-person: {}
|
1033
1110
|
:duration-nanosecond:
|
1034
1111
|
:one: "{0} ns"
|
1035
1112
|
:other: "{0} ns"
|
@@ -1039,11 +1116,9 @@
|
|
1039
1116
|
:duration-week:
|
1040
1117
|
:one: "{0} Wo."
|
1041
1118
|
:other: "{0} Wo."
|
1042
|
-
:duration-week-person: {}
|
1043
1119
|
:duration-year:
|
1044
1120
|
:one: "{0} J"
|
1045
1121
|
:other: "{0} J"
|
1046
|
-
:duration-year-person: {}
|
1047
1122
|
:electric-ampere:
|
1048
1123
|
:other: "{0} A"
|
1049
1124
|
:electric-milliampere:
|
@@ -1076,6 +1151,9 @@
|
|
1076
1151
|
:other: "{0} kWh"
|
1077
1152
|
:energy-therm-us:
|
1078
1153
|
:other: "{0} US therm"
|
1154
|
+
:force-kilowatt-hour-per-100-kilometer:
|
1155
|
+
:one: "{0} kWh/100 km"
|
1156
|
+
:other: "{0} kWh/100 km"
|
1079
1157
|
:force-newton:
|
1080
1158
|
:other: "{0} N"
|
1081
1159
|
:force-pound-force:
|
@@ -1088,12 +1166,6 @@
|
|
1088
1166
|
:other: "{0} kHz"
|
1089
1167
|
:frequency-megahertz:
|
1090
1168
|
:other: "{0} MHz"
|
1091
|
-
:graphics-dot:
|
1092
|
-
:other: "{0} dot"
|
1093
|
-
:graphics-dot-per-centimeter:
|
1094
|
-
:other: "{0} dpcm"
|
1095
|
-
:graphics-dot-per-inch:
|
1096
|
-
:other: "{0} dpi"
|
1097
1169
|
:graphics-em:
|
1098
1170
|
:other: "{0} em"
|
1099
1171
|
:graphics-megapixel:
|
@@ -1132,7 +1204,7 @@
|
|
1132
1204
|
:length-meter:
|
1133
1205
|
:other: "{0} m"
|
1134
1206
|
:length-micrometer:
|
1135
|
-
:other: "{0}
|
1207
|
+
:other: "{0} μm"
|
1136
1208
|
:length-mile:
|
1137
1209
|
:other: "{0} mi"
|
1138
1210
|
:length-mile-scandinavian:
|
@@ -1184,7 +1256,7 @@
|
|
1184
1256
|
:mass-metric-ton:
|
1185
1257
|
:other: "{0} t"
|
1186
1258
|
:mass-microgram:
|
1187
|
-
:other: "{0}
|
1259
|
+
:other: "{0} μg"
|
1188
1260
|
:mass-milligram:
|
1189
1261
|
:other: "{0} mg"
|
1190
1262
|
:mass-ounce:
|
@@ -1324,7 +1396,8 @@
|
|
1324
1396
|
:one: "{0} fl oz"
|
1325
1397
|
:other: "{0} fl oz"
|
1326
1398
|
:volume-fluid-ounce-imperial:
|
1327
|
-
:
|
1399
|
+
:one: "{0} Imp.fl.oz."
|
1400
|
+
:other: "{0} Imp.fl.oz."
|
1328
1401
|
:volume-gallon:
|
1329
1402
|
:one: "{0} gal"
|
1330
1403
|
:other: "{0} gal"
|
@@ -1347,7 +1420,7 @@
|
|
1347
1420
|
:other: "{0} ml"
|
1348
1421
|
:volume-pinch:
|
1349
1422
|
:one: "{0} Pr."
|
1350
|
-
:other: "{0} Pr"
|
1423
|
+
:other: "{0} Pr."
|
1351
1424
|
:volume-pint:
|
1352
1425
|
:other: "{0} pt"
|
1353
1426
|
:volume-pint-metric:
|
@@ -1356,8 +1429,8 @@
|
|
1356
1429
|
:one: "{0} qt"
|
1357
1430
|
:other: "{0} qt"
|
1358
1431
|
:volume-quart-imperial:
|
1359
|
-
:one: "{0}
|
1360
|
-
:other: "{0}
|
1432
|
+
:one: "{0} Imp.qt."
|
1433
|
+
:other: "{0} Imp.qt."
|
1361
1434
|
:volume-tablespoon:
|
1362
1435
|
:one: "{0} EL"
|
1363
1436
|
:other: "{0} EL"
|