twitter_cldr 6.11.5 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/README.md +0 -1111
- data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
- data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
- data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
- data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
- data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
- data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
- data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
- data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
- data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
- data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
- data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
- data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
- data/lib/twitter_cldr/shared/properties_database.rb +12 -0
- data/lib/twitter_cldr/shared/property_set.rb +14 -0
- data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
- data/lib/twitter_cldr/transforms/transformer.rb +1 -1
- data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
- data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/lib/twitter_cldr.rb +4 -5
- data/resources/locales/af/calendars.yml +9 -9
- data/resources/locales/af/currencies.yml +1 -0
- data/resources/locales/af/fields.yml +25 -0
- data/resources/locales/af/languages.yml +41 -0
- data/resources/locales/af/lists.yml +5 -5
- data/resources/locales/af/numbers.yml +115 -1
- data/resources/locales/af/timezones.yml +4 -0
- data/resources/locales/af/units.yml +54 -9
- data/resources/locales/ar/calendars.yml +5 -5
- data/resources/locales/ar/fields.yml +24 -0
- data/resources/locales/ar/languages.yml +34 -0
- data/resources/locales/ar/lists.yml +8 -8
- data/resources/locales/ar/numbers.yml +116 -2
- data/resources/locales/ar/rbnf.yml +139 -139
- data/resources/locales/ar/timezones.yml +4 -0
- data/resources/locales/ar/units.yml +890 -31
- data/resources/locales/az/calendars.yml +11 -11
- data/resources/locales/az/fields.yml +32 -0
- data/resources/locales/az/languages.yml +39 -0
- data/resources/locales/az/lists.yml +2 -2
- data/resources/locales/az/numbers.yml +114 -0
- data/resources/locales/az/timezones.yml +2 -0
- data/resources/locales/az/units.yml +385 -6
- data/resources/locales/be/calendars.yml +16 -16
- data/resources/locales/be/fields.yml +32 -0
- data/resources/locales/be/languages.yml +43 -1
- data/resources/locales/be/lists.yml +6 -6
- data/resources/locales/be/numbers.yml +114 -0
- data/resources/locales/be/territories.yml +1 -1
- data/resources/locales/be/timezones.yml +4 -0
- data/resources/locales/be/units.yml +947 -124
- data/resources/locales/bg/calendars.yml +30 -30
- data/resources/locales/bg/fields.yml +4 -4
- data/resources/locales/bg/languages.yml +42 -3
- data/resources/locales/bg/lists.yml +6 -6
- data/resources/locales/bg/numbers.yml +115 -1
- data/resources/locales/bg/rbnf.yml +1213 -116
- data/resources/locales/bg/timezones.yml +5 -1
- data/resources/locales/bg/units.yml +433 -9
- data/resources/locales/bn/calendars.yml +19 -19
- data/resources/locales/bn/currencies.yml +23 -22
- data/resources/locales/bn/fields.yml +12 -12
- data/resources/locales/bn/languages.yml +74 -50
- data/resources/locales/bn/lists.yml +4 -4
- data/resources/locales/bn/numbers.yml +115 -0
- data/resources/locales/bn/territories.yml +16 -16
- data/resources/locales/bn/timezones.yml +12 -8
- data/resources/locales/bn/units.yml +338 -9
- data/resources/locales/bo/numbers.yml +114 -0
- data/resources/locales/bo/timezones.yml +10 -0
- data/resources/locales/bo/units.yml +4 -2
- data/resources/locales/bs/calendars.yml +10 -10
- data/resources/locales/bs/fields.yml +56 -0
- data/resources/locales/bs/languages.yml +36 -0
- data/resources/locales/bs/lists.yml +6 -6
- data/resources/locales/bs/numbers.yml +1276 -236
- data/resources/locales/bs/timezones.yml +2 -0
- data/resources/locales/bs/units.yml +534 -8
- data/resources/locales/ca/calendars.yml +17 -17
- data/resources/locales/ca/languages.yml +32 -0
- data/resources/locales/ca/lists.yml +6 -6
- data/resources/locales/ca/numbers.yml +153 -37
- data/resources/locales/ca/plural_rules.yml +2 -1
- data/resources/locales/ca/plurals.yml +4 -1
- data/resources/locales/ca/territories.yml +6 -6
- data/resources/locales/ca/timezones.yml +5 -1
- data/resources/locales/ca/units.yml +472 -20
- data/resources/locales/cs/calendars.yml +14 -10
- data/resources/locales/cs/languages.yml +42 -1
- data/resources/locales/cs/lists.yml +7 -7
- data/resources/locales/cs/numbers.yml +114 -0
- data/resources/locales/cs/timezones.yml +310 -306
- data/resources/locales/cs/units.yml +406 -356
- data/resources/locales/cy/calendars.yml +10 -10
- data/resources/locales/cy/fields.yml +25 -0
- data/resources/locales/cy/languages.yml +40 -1
- data/resources/locales/cy/lists.yml +4 -4
- data/resources/locales/cy/numbers.yml +114 -0
- data/resources/locales/cy/timezones.yml +2 -0
- data/resources/locales/cy/units.yml +650 -25
- data/resources/locales/da/calendars.yml +30 -30
- data/resources/locales/da/fields.yml +4 -0
- data/resources/locales/da/languages.yml +36 -3
- data/resources/locales/da/lists.yml +2 -2
- data/resources/locales/da/numbers.yml +114 -0
- data/resources/locales/da/territories.yml +2 -2
- data/resources/locales/da/timezones.yml +2 -0
- data/resources/locales/da/units.yml +593 -224
- data/resources/locales/de/calendars.yml +8 -8
- data/resources/locales/de/languages.yml +31 -0
- data/resources/locales/de/lists.yml +6 -6
- data/resources/locales/de/numbers.yml +114 -0
- data/resources/locales/de/timezones.yml +44 -42
- data/resources/locales/de/units.yml +247 -25
- data/resources/locales/de-AT/calendars.yml +8 -8
- data/resources/locales/de-AT/languages.yml +31 -0
- data/resources/locales/de-AT/lists.yml +6 -6
- data/resources/locales/de-AT/numbers.yml +114 -0
- data/resources/locales/de-AT/timezones.yml +44 -42
- data/resources/locales/de-AT/units.yml +247 -25
- data/resources/locales/de-CH/calendars.yml +7 -7
- data/resources/locales/de-CH/languages.yml +37 -6
- data/resources/locales/de-CH/lists.yml +6 -6
- data/resources/locales/de-CH/numbers.yml +114 -0
- data/resources/locales/de-CH/territories.yml +1 -1
- data/resources/locales/de-CH/timezones.yml +44 -42
- data/resources/locales/de-CH/units.yml +247 -25
- data/resources/locales/el/calendars.yml +13 -13
- data/resources/locales/el/languages.yml +34 -0
- data/resources/locales/el/lists.yml +4 -4
- data/resources/locales/el/numbers.yml +114 -0
- data/resources/locales/el/rbnf.yml +15 -3
- data/resources/locales/el/territories.yml +1 -1
- data/resources/locales/el/timezones.yml +4 -0
- data/resources/locales/el/units.yml +477 -72
- data/resources/locales/en/calendars.yml +15 -15
- data/resources/locales/en/currencies.yml +15 -7
- data/resources/locales/en/fields.yml +72 -0
- data/resources/locales/en/languages.yml +45 -5
- data/resources/locales/en/numbers.yml +114 -0
- data/resources/locales/en/rbnf.yml +2 -2
- data/resources/locales/en/territories.yml +2 -1
- data/resources/locales/en/timezones.yml +9 -1
- data/resources/locales/en/units.yml +29 -11
- data/resources/locales/en-001/calendars.yml +13 -13
- data/resources/locales/en-001/currencies.yml +12 -4
- data/resources/locales/en-001/fields.yml +12 -0
- data/resources/locales/en-001/languages.yml +43 -3
- data/resources/locales/en-001/numbers.yml +114 -0
- data/resources/locales/en-001/territories.yml +9 -8
- data/resources/locales/en-001/timezones.yml +13 -1
- data/resources/locales/en-001/units.yml +36 -17
- data/resources/locales/en-150/calendars.yml +13 -13
- data/resources/locales/en-150/currencies.yml +12 -4
- data/resources/locales/en-150/fields.yml +12 -0
- data/resources/locales/en-150/languages.yml +43 -3
- data/resources/locales/en-150/numbers.yml +114 -0
- data/resources/locales/en-150/territories.yml +9 -8
- data/resources/locales/en-150/timezones.yml +13 -1
- data/resources/locales/en-150/units.yml +36 -17
- data/resources/locales/en-AU/calendars.yml +25 -25
- data/resources/locales/en-AU/currencies.yml +21 -14
- data/resources/locales/en-AU/fields.yml +5 -3
- data/resources/locales/en-AU/languages.yml +43 -3
- data/resources/locales/en-AU/numbers.yml +114 -0
- data/resources/locales/en-AU/territories.yml +4 -3
- data/resources/locales/en-AU/timezones.yml +15 -1
- data/resources/locales/en-AU/units.yml +40 -21
- data/resources/locales/en-CA/calendars.yml +23 -23
- data/resources/locales/en-CA/currencies.yml +28 -20
- data/resources/locales/en-CA/fields.yml +12 -0
- data/resources/locales/en-CA/languages.yml +52 -12
- data/resources/locales/en-CA/numbers.yml +114 -0
- data/resources/locales/en-CA/territories.yml +8 -7
- data/resources/locales/en-CA/timezones.yml +12 -2
- data/resources/locales/en-CA/units.yml +41 -20
- data/resources/locales/en-GB/calendars.yml +10 -10
- data/resources/locales/en-GB/currencies.yml +12 -4
- data/resources/locales/en-GB/fields.yml +1 -0
- data/resources/locales/en-GB/languages.yml +42 -2
- data/resources/locales/en-GB/numbers.yml +114 -0
- data/resources/locales/en-GB/territories.yml +2 -1
- data/resources/locales/en-GB/timezones.yml +5 -1
- data/resources/locales/en-GB/units.yml +31 -13
- data/resources/locales/en-IE/calendars.yml +13 -13
- data/resources/locales/en-IE/currencies.yml +12 -4
- data/resources/locales/en-IE/fields.yml +12 -0
- data/resources/locales/en-IE/languages.yml +43 -3
- data/resources/locales/en-IE/numbers.yml +114 -0
- data/resources/locales/en-IE/territories.yml +9 -8
- data/resources/locales/en-IE/timezones.yml +13 -1
- data/resources/locales/en-IE/units.yml +36 -17
- data/resources/locales/en-IN/calendars.yml +17 -17
- data/resources/locales/en-IN/currencies.yml +12 -4
- data/resources/locales/en-IN/fields.yml +12 -0
- data/resources/locales/en-IN/languages.yml +43 -3
- data/resources/locales/en-IN/numbers.yml +114 -0
- data/resources/locales/en-IN/territories.yml +9 -8
- data/resources/locales/en-IN/timezones.yml +15 -1
- data/resources/locales/en-IN/units.yml +35 -16
- data/resources/locales/en-NZ/calendars.yml +13 -13
- data/resources/locales/en-NZ/currencies.yml +12 -4
- data/resources/locales/en-NZ/fields.yml +12 -0
- data/resources/locales/en-NZ/languages.yml +43 -3
- data/resources/locales/en-NZ/numbers.yml +114 -0
- data/resources/locales/en-NZ/territories.yml +9 -8
- data/resources/locales/en-NZ/timezones.yml +13 -1
- data/resources/locales/en-NZ/units.yml +36 -17
- data/resources/locales/en-SG/calendars.yml +13 -13
- data/resources/locales/en-SG/currencies.yml +12 -4
- data/resources/locales/en-SG/fields.yml +12 -0
- data/resources/locales/en-SG/languages.yml +43 -3
- data/resources/locales/en-SG/numbers.yml +114 -0
- data/resources/locales/en-SG/territories.yml +9 -8
- data/resources/locales/en-SG/timezones.yml +13 -1
- data/resources/locales/en-SG/units.yml +36 -17
- data/resources/locales/en-US/calendars.yml +15 -15
- data/resources/locales/en-US/currencies.yml +15 -7
- data/resources/locales/en-US/fields.yml +72 -0
- data/resources/locales/en-US/languages.yml +45 -5
- data/resources/locales/en-US/numbers.yml +114 -0
- data/resources/locales/en-US/territories.yml +2 -1
- data/resources/locales/en-US/timezones.yml +9 -1
- data/resources/locales/en-US/units.yml +29 -11
- data/resources/locales/en-ZA/calendars.yml +13 -13
- data/resources/locales/en-ZA/currencies.yml +12 -4
- data/resources/locales/en-ZA/fields.yml +12 -0
- data/resources/locales/en-ZA/languages.yml +43 -3
- data/resources/locales/en-ZA/numbers.yml +116 -2
- data/resources/locales/en-ZA/territories.yml +9 -8
- data/resources/locales/en-ZA/timezones.yml +13 -1
- data/resources/locales/en-ZA/units.yml +36 -17
- data/resources/locales/eo/calendars.yml +80 -80
- data/resources/locales/eo/fields.yml +439 -8
- data/resources/locales/eo/numbers.yml +114 -0
- data/resources/locales/eo/timezones.yml +10 -0
- data/resources/locales/eo/units.yml +4 -2
- data/resources/locales/es/calendars.yml +16 -16
- data/resources/locales/es/languages.yml +38 -4
- data/resources/locales/es/lists.yml +6 -6
- data/resources/locales/es/numbers.yml +114 -0
- data/resources/locales/es/rbnf.yml +18 -0
- data/resources/locales/es/timezones.yml +4 -2
- data/resources/locales/es/units.yml +40 -9
- data/resources/locales/es-419/calendars.yml +26 -26
- data/resources/locales/es-419/fields.yml +1 -1
- data/resources/locales/es-419/languages.yml +35 -1
- data/resources/locales/es-419/lists.yml +6 -6
- data/resources/locales/es-419/numbers.yml +114 -0
- data/resources/locales/es-419/timezones.yml +4 -0
- data/resources/locales/es-419/units.yml +45 -17
- data/resources/locales/es-AR/calendars.yml +17 -17
- data/resources/locales/es-AR/languages.yml +35 -1
- data/resources/locales/es-AR/lists.yml +6 -6
- data/resources/locales/es-AR/numbers.yml +114 -0
- data/resources/locales/es-AR/timezones.yml +4 -0
- data/resources/locales/es-AR/units.yml +45 -17
- data/resources/locales/es-CO/calendars.yml +22 -22
- data/resources/locales/es-CO/languages.yml +35 -1
- data/resources/locales/es-CO/lists.yml +6 -6
- data/resources/locales/es-CO/numbers.yml +114 -0
- data/resources/locales/es-CO/timezones.yml +4 -0
- data/resources/locales/es-CO/units.yml +45 -17
- data/resources/locales/es-MX/calendars.yml +21 -21
- data/resources/locales/es-MX/fields.yml +3 -3
- data/resources/locales/es-MX/languages.yml +43 -9
- data/resources/locales/es-MX/lists.yml +6 -6
- data/resources/locales/es-MX/numbers.yml +115 -1
- data/resources/locales/es-MX/territories.yml +2 -2
- data/resources/locales/es-MX/timezones.yml +4 -0
- data/resources/locales/es-MX/units.yml +49 -21
- data/resources/locales/es-US/calendars.yml +24 -24
- data/resources/locales/es-US/languages.yml +43 -9
- data/resources/locales/es-US/lists.yml +6 -6
- data/resources/locales/es-US/numbers.yml +114 -0
- data/resources/locales/es-US/timezones.yml +4 -0
- data/resources/locales/es-US/units.yml +52 -26
- data/resources/locales/et/calendars.yml +25 -25
- data/resources/locales/et/fields.yml +8 -0
- data/resources/locales/et/languages.yml +33 -0
- data/resources/locales/et/lists.yml +4 -4
- data/resources/locales/et/numbers.yml +114 -0
- data/resources/locales/et/timezones.yml +2 -0
- data/resources/locales/et/units.yml +405 -6
- data/resources/locales/eu/calendars.yml +35 -35
- data/resources/locales/eu/currencies.yml +11 -0
- data/resources/locales/eu/fields.yml +40 -0
- data/resources/locales/eu/languages.yml +128 -88
- data/resources/locales/eu/lists.yml +6 -6
- data/resources/locales/eu/numbers.yml +1233 -237
- data/resources/locales/eu/timezones.yml +12 -0
- data/resources/locales/eu/units.yml +386 -17
- data/resources/locales/fa/calendars.yml +4 -4
- data/resources/locales/fa/currencies.yml +1 -0
- data/resources/locales/fa/fields.yml +4 -4
- data/resources/locales/fa/languages.yml +44 -7
- data/resources/locales/fa/lists.yml +4 -4
- data/resources/locales/fa/numbers.yml +118 -2
- data/resources/locales/fa/timezones.yml +4 -0
- data/resources/locales/fa/units.yml +255 -40
- data/resources/locales/fi/calendars.yml +7 -7
- data/resources/locales/fi/currencies.yml +6 -2
- data/resources/locales/fi/languages.yml +34 -1
- data/resources/locales/fi/lists.yml +6 -6
- data/resources/locales/fi/numbers.yml +116 -1
- data/resources/locales/fi/timezones.yml +2 -0
- data/resources/locales/fi/units.yml +121 -65
- data/resources/locales/fil/calendars.yml +21 -21
- data/resources/locales/fil/currencies.yml +46 -46
- data/resources/locales/fil/fields.yml +48 -48
- data/resources/locales/fil/languages.yml +41 -4
- data/resources/locales/fil/lists.yml +4 -4
- data/resources/locales/fil/numbers.yml +116 -1
- data/resources/locales/fil/territories.yml +1 -1
- data/resources/locales/fil/timezones.yml +21 -19
- data/resources/locales/fil/units.yml +355 -9
- data/resources/locales/fr/calendars.yml +9 -9
- data/resources/locales/fr/currencies.yml +3 -3
- data/resources/locales/fr/fields.yml +4 -0
- data/resources/locales/fr/languages.yml +34 -3
- data/resources/locales/fr/lists.yml +4 -4
- data/resources/locales/fr/numbers.yml +114 -0
- data/resources/locales/fr/timezones.yml +14 -12
- data/resources/locales/fr/units.yml +84 -30
- data/resources/locales/fr-BE/calendars.yml +9 -9
- data/resources/locales/fr-BE/currencies.yml +3 -3
- data/resources/locales/fr-BE/fields.yml +4 -0
- data/resources/locales/fr-BE/languages.yml +34 -3
- data/resources/locales/fr-BE/lists.yml +4 -4
- data/resources/locales/fr-BE/numbers.yml +114 -0
- data/resources/locales/fr-BE/timezones.yml +14 -12
- data/resources/locales/fr-BE/units.yml +84 -30
- data/resources/locales/fr-CA/calendars.yml +5 -5
- data/resources/locales/fr-CA/fields.yml +4 -0
- data/resources/locales/fr-CA/languages.yml +34 -3
- data/resources/locales/fr-CA/lists.yml +4 -4
- data/resources/locales/fr-CA/numbers.yml +114 -0
- data/resources/locales/fr-CA/timezones.yml +4 -0
- data/resources/locales/fr-CA/units.yml +43 -25
- data/resources/locales/fr-CH/calendars.yml +7 -7
- data/resources/locales/fr-CH/currencies.yml +3 -3
- data/resources/locales/fr-CH/fields.yml +4 -0
- data/resources/locales/fr-CH/languages.yml +34 -3
- data/resources/locales/fr-CH/lists.yml +4 -4
- data/resources/locales/fr-CH/numbers.yml +114 -0
- data/resources/locales/fr-CH/timezones.yml +14 -12
- data/resources/locales/fr-CH/units.yml +84 -30
- data/resources/locales/ga/calendars.yml +26 -26
- data/resources/locales/ga/currencies.yml +6 -4
- data/resources/locales/ga/fields.yml +39 -39
- data/resources/locales/ga/languages.yml +131 -13
- data/resources/locales/ga/lists.yml +3 -3
- data/resources/locales/ga/numbers.yml +114 -0
- data/resources/locales/ga/timezones.yml +2 -0
- data/resources/locales/ga/units.yml +379 -23
- data/resources/locales/gl/calendars.yml +11 -11
- data/resources/locales/gl/fields.yml +12 -0
- data/resources/locales/gl/languages.yml +43 -0
- data/resources/locales/gl/lists.yml +6 -6
- data/resources/locales/gl/numbers.yml +116 -2
- data/resources/locales/gl/timezones.yml +311 -309
- data/resources/locales/gl/units.yml +470 -10
- data/resources/locales/gu/currencies.yml +1 -0
- data/resources/locales/gu/languages.yml +39 -3
- data/resources/locales/gu/lists.yml +3 -3
- data/resources/locales/gu/numbers.yml +115 -0
- data/resources/locales/gu/territories.yml +1 -1
- data/resources/locales/gu/timezones.yml +4 -0
- data/resources/locales/gu/units.yml +447 -11
- data/resources/locales/he/calendars.yml +2 -2
- data/resources/locales/he/currencies.yml +29 -20
- data/resources/locales/he/fields.yml +9 -0
- data/resources/locales/he/languages.yml +35 -3
- data/resources/locales/he/lists.yml +6 -6
- data/resources/locales/he/numbers.yml +117 -2
- data/resources/locales/he/plural_rules.yml +2 -3
- data/resources/locales/he/plurals.yml +2 -4
- data/resources/locales/he/rbnf.yml +12 -0
- data/resources/locales/he/territories.yml +2 -2
- data/resources/locales/he/timezones.yml +9 -5
- data/resources/locales/he/units.yml +664 -33
- data/resources/locales/hi/calendars.yml +2 -2
- data/resources/locales/hi/currencies.yml +1 -0
- data/resources/locales/hi/fields.yml +20 -0
- data/resources/locales/hi/languages.yml +39 -3
- data/resources/locales/hi/lists.yml +6 -6
- data/resources/locales/hi/numbers.yml +725 -44
- data/resources/locales/hi/territories.yml +4 -4
- data/resources/locales/hi/timezones.yml +4 -0
- data/resources/locales/hi/units.yml +423 -89
- data/resources/locales/hr/calendars.yml +7 -7
- data/resources/locales/hr/currencies.yml +1 -1
- data/resources/locales/hr/languages.yml +33 -0
- data/resources/locales/hr/lists.yml +8 -8
- data/resources/locales/hr/numbers.yml +114 -0
- data/resources/locales/hr/territories.yml +2 -2
- data/resources/locales/hr/timezones.yml +5 -3
- data/resources/locales/hr/units.yml +311 -69
- data/resources/locales/hu/calendars.yml +7 -7
- data/resources/locales/hu/currencies.yml +21 -7
- data/resources/locales/hu/fields.yml +24 -12
- data/resources/locales/hu/languages.yml +33 -0
- data/resources/locales/hu/lists.yml +6 -6
- data/resources/locales/hu/numbers.yml +136 -11
- data/resources/locales/hu/timezones.yml +2 -0
- data/resources/locales/hu/units.yml +631 -210
- data/resources/locales/hy/calendars.yml +1 -1
- data/resources/locales/hy/fields.yml +16 -0
- data/resources/locales/hy/languages.yml +46 -5
- data/resources/locales/hy/lists.yml +4 -4
- data/resources/locales/hy/numbers.yml +114 -0
- data/resources/locales/hy/timezones.yml +4 -0
- data/resources/locales/hy/units.yml +517 -123
- data/resources/locales/id/calendars.yml +12 -12
- data/resources/locales/id/currencies.yml +1 -0
- data/resources/locales/id/fields.yml +19 -0
- data/resources/locales/id/languages.yml +36 -2
- data/resources/locales/id/lists.yml +4 -4
- data/resources/locales/id/numbers.yml +114 -0
- data/resources/locales/id/timezones.yml +2 -0
- data/resources/locales/id/units.yml +302 -4
- data/resources/locales/is/calendars.yml +7 -7
- data/resources/locales/is/currencies.yml +15 -10
- data/resources/locales/is/fields.yml +17 -3
- data/resources/locales/is/languages.yml +36 -1
- data/resources/locales/is/lists.yml +4 -4
- data/resources/locales/is/numbers.yml +114 -0
- data/resources/locales/is/plural_rules.yml +2 -2
- data/resources/locales/is/plurals.yml +2 -2
- data/resources/locales/is/timezones.yml +9 -4
- data/resources/locales/is/units.yml +462 -135
- data/resources/locales/it/calendars.yml +9 -9
- data/resources/locales/it/currencies.yml +6 -6
- data/resources/locales/it/languages.yml +33 -2
- data/resources/locales/it/lists.yml +6 -6
- data/resources/locales/it/numbers.yml +114 -0
- data/resources/locales/it/rbnf.yml +566 -0
- data/resources/locales/it/territories.yml +5 -5
- data/resources/locales/it/timezones.yml +10 -5
- data/resources/locales/it/units.yml +94 -27
- data/resources/locales/it-CH/calendars.yml +11 -11
- data/resources/locales/it-CH/currencies.yml +6 -6
- data/resources/locales/it-CH/languages.yml +33 -2
- data/resources/locales/it-CH/lists.yml +6 -6
- data/resources/locales/it-CH/numbers.yml +114 -0
- data/resources/locales/it-CH/territories.yml +5 -5
- data/resources/locales/it-CH/timezones.yml +10 -5
- data/resources/locales/it-CH/units.yml +94 -27
- data/resources/locales/ja/currencies.yml +3 -3
- data/resources/locales/ja/languages.yml +32 -0
- data/resources/locales/ja/lists.yml +12 -12
- data/resources/locales/ja/numbers.yml +159 -0
- data/resources/locales/ja/timezones.yml +5 -1
- data/resources/locales/ja/units.yml +28 -8
- data/resources/locales/ka/languages.yml +40 -1
- data/resources/locales/ka/lists.yml +6 -6
- data/resources/locales/ka/numbers.yml +114 -0
- data/resources/locales/ka/timezones.yml +4 -0
- data/resources/locales/ka/units.yml +61 -10
- data/resources/locales/kk/calendars.yml +25 -25
- data/resources/locales/kk/currencies.yml +12 -12
- data/resources/locales/kk/fields.yml +37 -1
- data/resources/locales/kk/languages.yml +51 -14
- data/resources/locales/kk/lists.yml +5 -5
- data/resources/locales/kk/numbers.yml +114 -0
- data/resources/locales/kk/rbnf.yml +307 -0
- data/resources/locales/kk/territories.yml +4 -4
- data/resources/locales/kk/timezones.yml +27 -23
- data/resources/locales/kk/units.yml +465 -57
- data/resources/locales/km/currencies.yml +1 -0
- data/resources/locales/km/languages.yml +46 -0
- data/resources/locales/km/lists.yml +5 -5
- data/resources/locales/km/numbers.yml +114 -0
- data/resources/locales/km/timezones.yml +4 -0
- data/resources/locales/km/units.yml +306 -4
- data/resources/locales/kn/calendars.yml +5 -5
- data/resources/locales/kn/currencies.yml +2 -1
- data/resources/locales/kn/languages.yml +36 -1
- data/resources/locales/kn/lists.yml +4 -4
- data/resources/locales/kn/numbers.yml +719 -44
- data/resources/locales/kn/territories.yml +2 -2
- data/resources/locales/kn/timezones.yml +4 -0
- data/resources/locales/kn/units.yml +261 -164
- data/resources/locales/ko/calendars.yml +2 -2
- data/resources/locales/ko/currencies.yml +60 -58
- data/resources/locales/ko/fields.yml +48 -0
- data/resources/locales/ko/languages.yml +33 -0
- data/resources/locales/ko/lists.yml +6 -6
- data/resources/locales/ko/numbers.yml +114 -0
- data/resources/locales/ko/territories.yml +2 -2
- data/resources/locales/ko/timezones.yml +4 -0
- data/resources/locales/ko/units.yml +230 -6
- data/resources/locales/lo/calendars.yml +5 -4
- data/resources/locales/lo/currencies.yml +1 -0
- data/resources/locales/lo/fields.yml +50 -0
- data/resources/locales/lo/languages.yml +37 -3
- data/resources/locales/lo/lists.yml +5 -5
- data/resources/locales/lo/numbers.yml +114 -0
- data/resources/locales/lo/timezones.yml +4 -0
- data/resources/locales/lo/units.yml +320 -4
- data/resources/locales/lt/calendars.yml +10 -10
- data/resources/locales/lt/languages.yml +33 -1
- data/resources/locales/lt/lists.yml +6 -6
- data/resources/locales/lt/numbers.yml +114 -0
- data/resources/locales/lt/timezones.yml +2 -0
- data/resources/locales/lt/units.yml +907 -222
- data/resources/locales/lv/calendars.yml +8 -8
- data/resources/locales/lv/currencies.yml +2 -0
- data/resources/locales/lv/fields.yml +8 -0
- data/resources/locales/lv/languages.yml +36 -0
- data/resources/locales/lv/lists.yml +6 -6
- data/resources/locales/lv/numbers.yml +114 -0
- data/resources/locales/lv/timezones.yml +4 -0
- data/resources/locales/lv/units.yml +688 -124
- data/resources/locales/mk/calendars.yml +50 -50
- data/resources/locales/mk/fields.yml +2 -2
- data/resources/locales/mk/languages.yml +32 -0
- data/resources/locales/mk/lists.yml +5 -5
- data/resources/locales/mk/numbers.yml +114 -0
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +48 -44
- data/resources/locales/mk/units.yml +459 -6
- data/resources/locales/mr/calendars.yml +2 -8
- data/resources/locales/mr/currencies.yml +3 -2
- data/resources/locales/mr/day_periods.yml +2 -16
- data/resources/locales/mr/fields.yml +8 -0
- data/resources/locales/mr/languages.yml +35 -0
- data/resources/locales/mr/lists.yml +5 -5
- data/resources/locales/mr/numbers.yml +115 -0
- data/resources/locales/mr/territories.yml +2 -2
- data/resources/locales/mr/timezones.yml +4 -0
- data/resources/locales/mr/units.yml +478 -119
- data/resources/locales/ms/calendars.yml +13 -13
- data/resources/locales/ms/currencies.yml +8 -2
- data/resources/locales/ms/fields.yml +4 -0
- data/resources/locales/ms/languages.yml +39 -2
- data/resources/locales/ms/lists.yml +4 -4
- data/resources/locales/ms/numbers.yml +126 -6
- data/resources/locales/ms/territories.yml +2 -2
- data/resources/locales/ms/timezones.yml +2 -0
- data/resources/locales/ms/units.yml +148 -6
- data/resources/locales/mt/calendars.yml +10 -10
- data/resources/locales/mt/currencies.yml +2 -0
- data/resources/locales/mt/fields.yml +196 -102
- data/resources/locales/mt/numbers.yml +115 -0
- data/resources/locales/mt/plural_rules.yml +2 -1
- data/resources/locales/mt/plurals.yml +4 -3
- data/resources/locales/mt/timezones.yml +2 -0
- data/resources/locales/mt/units.yml +27 -8
- data/resources/locales/my/calendars.yml +23 -23
- data/resources/locales/my/fields.yml +32 -0
- data/resources/locales/my/languages.yml +45 -4
- data/resources/locales/my/lists.yml +6 -6
- data/resources/locales/my/numbers.yml +151 -36
- data/resources/locales/my/timezones.yml +36 -32
- data/resources/locales/my/units.yml +304 -14
- data/resources/locales/nb/calendars.yml +10 -10
- data/resources/locales/nb/languages.yml +33 -2
- data/resources/locales/nb/lists.yml +6 -6
- data/resources/locales/nb/numbers.yml +114 -0
- data/resources/locales/nb/timezones.yml +5 -1
- data/resources/locales/nb/units.yml +532 -231
- data/resources/locales/nl/calendars.yml +22 -22
- data/resources/locales/nl/currencies.yml +15 -6
- data/resources/locales/nl/fields.yml +7 -7
- data/resources/locales/nl/languages.yml +33 -0
- data/resources/locales/nl/lists.yml +6 -6
- data/resources/locales/nl/numbers.yml +195 -6
- data/resources/locales/nl/rbnf.yml +1 -1
- data/resources/locales/nl/timezones.yml +2 -0
- data/resources/locales/nl/units.yml +163 -15
- data/resources/locales/nl-BE/calendars.yml +22 -22
- data/resources/locales/nl-BE/currencies.yml +15 -6
- data/resources/locales/nl-BE/fields.yml +7 -7
- data/resources/locales/nl-BE/languages.yml +33 -0
- data/resources/locales/nl-BE/lists.yml +6 -6
- data/resources/locales/nl-BE/numbers.yml +195 -6
- data/resources/locales/nl-BE/timezones.yml +2 -0
- data/resources/locales/nl-BE/units.yml +163 -15
- data/resources/locales/pl/calendars.yml +7 -7
- data/resources/locales/pl/fields.yml +3 -0
- data/resources/locales/pl/languages.yml +32 -0
- data/resources/locales/pl/lists.yml +4 -4
- data/resources/locales/pl/numbers.yml +114 -0
- data/resources/locales/pl/timezones.yml +2 -0
- data/resources/locales/pl/units.yml +1420 -309
- data/resources/locales/pt/calendars.yml +13 -13
- data/resources/locales/pt/fields.yml +6 -0
- data/resources/locales/pt/languages.yml +35 -1
- data/resources/locales/pt/lists.yml +4 -4
- data/resources/locales/pt/numbers.yml +114 -0
- data/resources/locales/pt/rbnf.yml +1 -1
- data/resources/locales/pt/timezones.yml +2 -0
- data/resources/locales/pt/units.yml +599 -15
- data/resources/locales/pt-PT/calendars.yml +10 -10
- data/resources/locales/pt-PT/languages.yml +37 -3
- data/resources/locales/pt-PT/lists.yml +4 -4
- data/resources/locales/pt-PT/numbers.yml +114 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -2
- data/resources/locales/pt-PT/plurals.yml +3 -3
- data/resources/locales/pt-PT/territories.yml +1 -1
- data/resources/locales/pt-PT/timezones.yml +2 -0
- data/resources/locales/pt-PT/units.yml +420 -7
- data/resources/locales/ro/calendars.yml +10 -10
- data/resources/locales/ro/currencies.yml +22 -22
- data/resources/locales/ro/languages.yml +33 -0
- data/resources/locales/ro/lists.yml +4 -4
- data/resources/locales/ro/numbers.yml +114 -0
- data/resources/locales/ro/plural_rules.yml +1 -1
- data/resources/locales/ro/plurals.yml +3 -3
- data/resources/locales/ro/timezones.yml +2 -0
- data/resources/locales/ro/units.yml +580 -124
- data/resources/locales/ru/calendars.yml +23 -23
- data/resources/locales/ru/languages.yml +34 -1
- data/resources/locales/ru/lists.yml +4 -4
- data/resources/locales/ru/numbers.yml +114 -0
- data/resources/locales/ru/rbnf.yml +240 -12
- data/resources/locales/ru/territories.yml +7 -7
- data/resources/locales/ru/timezones.yml +4 -0
- data/resources/locales/ru/units.yml +858 -251
- data/resources/locales/sk/calendars.yml +9 -9
- data/resources/locales/sk/currencies.yml +7 -7
- data/resources/locales/sk/fields.yml +8 -0
- data/resources/locales/sk/languages.yml +34 -0
- data/resources/locales/sk/lists.yml +6 -6
- data/resources/locales/sk/numbers.yml +114 -0
- data/resources/locales/sk/timezones.yml +2 -0
- data/resources/locales/sk/units.yml +812 -330
- data/resources/locales/sl/calendars.yml +9 -9
- data/resources/locales/sl/languages.yml +36 -0
- data/resources/locales/sl/lists.yml +6 -6
- data/resources/locales/sl/numbers.yml +114 -0
- data/resources/locales/sl/timezones.yml +4 -2
- data/resources/locales/sl/units.yml +967 -243
- data/resources/locales/sq/calendars.yml +11 -11
- data/resources/locales/sq/currencies.yml +1 -1
- data/resources/locales/sq/fields.yml +20 -0
- data/resources/locales/sq/languages.yml +41 -0
- data/resources/locales/sq/lists.yml +6 -6
- data/resources/locales/sq/numbers.yml +114 -0
- data/resources/locales/sq/timezones.yml +4 -0
- data/resources/locales/sq/units.yml +461 -6
- data/resources/locales/sr/calendars.yml +16 -16
- data/resources/locales/sr/fields.yml +6 -0
- data/resources/locales/sr/languages.yml +37 -0
- data/resources/locales/sr/lists.yml +6 -6
- data/resources/locales/sr/numbers.yml +114 -0
- data/resources/locales/sr/timezones.yml +4 -0
- data/resources/locales/sr/units.yml +676 -68
- data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
- data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
- data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
- data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
- data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
- data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
- data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
- data/resources/locales/sr-Latn-ME/fields.yml +432 -426
- data/resources/locales/sr-Latn-ME/languages.yml +531 -494
- data/resources/locales/sr-Latn-ME/lists.yml +6 -6
- data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
- data/resources/locales/sr-Latn-ME/units.yml +677 -69
- data/resources/locales/sv/calendars.yml +11 -11
- data/resources/locales/sv/currencies.yml +9 -7
- data/resources/locales/sv/fields.yml +5 -1
- data/resources/locales/sv/languages.yml +32 -0
- data/resources/locales/sv/lists.yml +4 -4
- data/resources/locales/sv/numbers.yml +122 -3
- data/resources/locales/sv/territories.yml +1 -1
- data/resources/locales/sv/timezones.yml +2 -0
- data/resources/locales/sv/units.yml +724 -328
- data/resources/locales/sw/calendars.yml +11 -11
- data/resources/locales/sw/fields.yml +24 -0
- data/resources/locales/sw/languages.yml +41 -0
- data/resources/locales/sw/lists.yml +2 -2
- data/resources/locales/sw/numbers.yml +114 -0
- data/resources/locales/sw/timezones.yml +2 -0
- data/resources/locales/sw/units.yml +423 -17
- data/resources/locales/ta/calendars.yml +1 -1
- data/resources/locales/ta/languages.yml +38 -2
- data/resources/locales/ta/lists.yml +4 -4
- data/resources/locales/ta/numbers.yml +117 -2
- data/resources/locales/ta/territories.yml +2 -2
- data/resources/locales/ta/timezones.yml +4 -0
- data/resources/locales/ta/units.yml +173 -148
- data/resources/locales/th/calendars.yml +9 -9
- data/resources/locales/th/currencies.yml +1 -0
- data/resources/locales/th/fields.yml +1 -0
- data/resources/locales/th/languages.yml +50 -19
- data/resources/locales/th/lists.yml +6 -6
- data/resources/locales/th/numbers.yml +114 -0
- data/resources/locales/th/timezones.yml +5 -1
- data/resources/locales/th/units.yml +25 -7
- data/resources/locales/tr/calendars.yml +9 -9
- data/resources/locales/tr/fields.yml +8 -0
- data/resources/locales/tr/languages.yml +36 -5
- data/resources/locales/tr/lists.yml +4 -4
- data/resources/locales/tr/numbers.yml +214 -20
- data/resources/locales/tr/timezones.yml +2 -0
- data/resources/locales/tr/units.yml +191 -13
- data/resources/locales/uk/calendars.yml +22 -21
- data/resources/locales/uk/fields.yml +18 -18
- data/resources/locales/uk/languages.yml +42 -11
- data/resources/locales/uk/lists.yml +8 -8
- data/resources/locales/uk/numbers.yml +114 -0
- data/resources/locales/uk/rbnf.yml +12 -0
- data/resources/locales/uk/territories.yml +1 -1
- data/resources/locales/uk/timezones.yml +9 -5
- data/resources/locales/uk/units.yml +742 -359
- data/resources/locales/ur/calendars.yml +4 -4
- data/resources/locales/ur/languages.yml +42 -0
- data/resources/locales/ur/lists.yml +10 -10
- data/resources/locales/ur/numbers.yml +115 -1
- data/resources/locales/ur/territories.yml +1 -1
- data/resources/locales/ur/timezones.yml +5 -1
- data/resources/locales/ur/units.yml +397 -10
- data/resources/locales/vi/calendars.yml +12 -12
- data/resources/locales/vi/currencies.yml +2 -0
- data/resources/locales/vi/fields.yml +3 -0
- data/resources/locales/vi/languages.yml +34 -0
- data/resources/locales/vi/lists.yml +4 -4
- data/resources/locales/vi/numbers.yml +114 -0
- data/resources/locales/vi/timezones.yml +2 -0
- data/resources/locales/vi/units.yml +348 -10
- data/resources/locales/xh/calendars.yml +101 -101
- data/resources/locales/xh/currencies.yml +664 -82
- data/resources/locales/xh/fields.yml +107 -0
- data/resources/locales/xh/languages.yml +38 -2
- data/resources/locales/xh/numbers.yml +114 -0
- data/resources/locales/xh/territories.yml +264 -2
- data/resources/locales/xh/timezones.yml +1393 -6
- data/resources/locales/xh/units.yml +4 -2
- data/resources/locales/zh/currencies.yml +37 -10
- data/resources/locales/zh/languages.yml +38 -3
- data/resources/locales/zh/lists.yml +12 -12
- data/resources/locales/zh/numbers.yml +117 -0
- data/resources/locales/zh/timezones.yml +7 -3
- data/resources/locales/zh/units.yml +227 -57
- data/resources/locales/zh-Hant/currencies.yml +27 -9
- data/resources/locales/zh-Hant/languages.yml +47 -1
- data/resources/locales/zh-Hant/lists.yml +12 -12
- data/resources/locales/zh-Hant/numbers.yml +115 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -0
- data/resources/locales/zh-Hant/units.yml +44 -8
- data/resources/locales/zu/calendars.yml +7 -7
- data/resources/locales/zu/currencies.yml +1 -0
- data/resources/locales/zu/fields.yml +53 -0
- data/resources/locales/zu/languages.yml +39 -0
- data/resources/locales/zu/numbers.yml +148 -10
- data/resources/locales/zu/timezones.yml +2 -0
- data/resources/locales/zu/units.yml +647 -6
- data/resources/shared/aliases.yml +4 -0
- data/resources/shared/bcp47_timezone_metadata.yml +5 -1
- data/resources/shared/currency_digits_and_rounding.yml +3 -0
- data/resources/shared/hyphenation/ca.yml +1 -1
- data/resources/shared/hyphenation/de-AT.yml +1 -1
- data/resources/shared/hyphenation/de-CH.yml +1 -1
- data/resources/shared/hyphenation/de-DE.yml +1 -1
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/mn-MN.yml +1 -1
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/likely_subtags.yml +6180 -11
- data/resources/shared/metazones.yml +29 -20
- data/resources/shared/numbering_systems.yml +6 -0
- data/resources/shared/parent_locales.yml +13 -5
- data/resources/shared/postal_codes.yml +160 -125
- data/resources/shared/rbnf_root.yml +6 -0
- data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +719 -711
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
- data/resources/shared/segments/rules/fi/word.yml +591 -0
- data/resources/shared/segments/rules/ja/line.yml +509 -500
- data/resources/shared/segments/rules/ja/word.yml +535 -527
- data/resources/shared/segments/rules/root/grapheme.yml +376 -370
- data/resources/shared/segments/rules/root/line.yml +509 -500
- data/resources/shared/segments/rules/root/sentence.yml +719 -711
- data/resources/shared/segments/rules/root/word.yml +535 -527
- data/resources/shared/segments/rules/sv/word.yml +591 -0
- data/resources/shared/segments/rules/zh/line.yml +509 -500
- data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
- data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
- data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
- data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
- data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
- data/resources/shared/territories_containment.yml +1 -0
- data/resources/shared/timezone_regions.yml +15 -6
- data/resources/shared/transforms/Arabic-Latin.yml +42 -0
- data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
- data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
- data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
- data/resources/shared/transforms/Greek-Latin.yml +2 -1
- data/resources/shared/transforms/Han-Latin.yml +9 -9
- data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
- data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
- data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
- data/resources/shared/transforms/Japn-Latn.yml +4132 -0
- data/resources/shared/transforms/Khmer-Latin.yml +211 -0
- data/resources/shared/transforms/Lao-Latin.yml +90 -0
- data/resources/shared/transforms/Latin-Armenian.yml +4 -0
- data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
- data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
- data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
- data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
- data/resources/shared/transforms/Oriya-Latin.yml +1 -1
- data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
- data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
- data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
- data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
- data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
- data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
- data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
- data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
- data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
- data/resources/shared/transforms/transform_id_map.yml +827 -757
- data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
- data/resources/shared/validity_data.yml +42 -10
- data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
- data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
- data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
- data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/kawi.yml +1377 -0
- data/resources/unicode_data/blocks/khojki.yml +48 -0
- data/resources/unicode_data/blocks/lao.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
- data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
- data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
- data/resources/unicode_data/blocks.yml +29 -1
- data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
- data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
- data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
- data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
- data/resources/unicode_data/properties/Cased/value.dump +0 -0
- data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +1 -1
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/m/value.dump +5 -3
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Control/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Link/value.dump +3 -2
- data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
- data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Bindu/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BB/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
- data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
- data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -3
- data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/OP/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
- data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/1/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Lowercase/value.dump +9 -5
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -2
- data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
- data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
- data/resources/unicode_data/property_value_aliases.yml +21 -1
- data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
- data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
- data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
- data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
- data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
- data/spec/localized/localized_datetime_spec.rb +1 -1
- data/spec/parsers/symbol_table_spec.rb +1 -3
- data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
- data/spec/segmentation/rule_set_spec.rb +50 -54
- data/spec/shared/calendar_spec.rb +2 -2
- data/spec/shared/currencies_spec.rb +1 -1
- data/spec/shared/numbers_spec.rb +1 -1
- data/spec/shared/unit_spec.rb +10 -10
- data/spec/spec_helper.rb +0 -2
- data/spec/timezones/tests/af.yml +73 -10
- data/spec/timezones/tests/ar.yml +73 -10
- data/spec/timezones/tests/az.yml +73 -10
- data/spec/timezones/tests/be.yml +73 -10
- data/spec/timezones/tests/bg.yml +79 -16
- data/spec/timezones/tests/bn.yml +128 -69
- data/spec/timezones/tests/bo.yml +85 -22
- data/spec/timezones/tests/bs.yml +73 -10
- data/spec/timezones/tests/ca.yml +85 -22
- data/spec/timezones/tests/cs.yml +2059 -1996
- data/spec/timezones/tests/cy.yml +73 -10
- data/spec/timezones/tests/da.yml +76 -13
- data/spec/timezones/tests/de-AT.yml +1226 -1163
- data/spec/timezones/tests/de-CH.yml +1226 -1163
- data/spec/timezones/tests/de.yml +1226 -1163
- data/spec/timezones/tests/el.yml +74 -11
- data/spec/timezones/tests/en-001.yml +105 -42
- data/spec/timezones/tests/en-150.yml +105 -42
- data/spec/timezones/tests/en-AU.yml +99 -36
- data/spec/timezones/tests/en-CA.yml +152 -89
- data/spec/timezones/tests/en-GB.yml +87 -24
- data/spec/timezones/tests/en-IE.yml +105 -42
- data/spec/timezones/tests/en-IN.yml +109 -46
- data/spec/timezones/tests/en-NZ.yml +105 -42
- data/spec/timezones/tests/en-SG.yml +105 -42
- data/spec/timezones/tests/en-US.yml +90 -27
- data/spec/timezones/tests/en-ZA.yml +105 -42
- data/spec/timezones/tests/en.yml +90 -27
- data/spec/timezones/tests/eo.yml +85 -22
- data/spec/timezones/tests/es-419.yml +73 -10
- data/spec/timezones/tests/es-AR.yml +73 -10
- data/spec/timezones/tests/es-CO.yml +73 -10
- data/spec/timezones/tests/es-MX.yml +73 -10
- data/spec/timezones/tests/es-US.yml +74 -11
- data/spec/timezones/tests/es.yml +77 -14
- data/spec/timezones/tests/et.yml +73 -10
- data/spec/timezones/tests/eu.yml +74 -11
- data/spec/timezones/tests/fa.yml +73 -10
- data/spec/timezones/tests/fi.yml +73 -10
- data/spec/timezones/tests/fil.yml +266 -203
- data/spec/timezones/tests/fr-BE.yml +94 -31
- data/spec/timezones/tests/fr-CA.yml +74 -11
- data/spec/timezones/tests/fr-CH.yml +94 -31
- data/spec/timezones/tests/fr.yml +94 -31
- data/spec/timezones/tests/ga.yml +73 -10
- data/spec/timezones/tests/gl.yml +2198 -2135
- data/spec/timezones/tests/gu.yml +82 -19
- data/spec/timezones/tests/he.yml +91 -28
- data/spec/timezones/tests/hi.yml +88 -25
- data/spec/timezones/tests/hr.yml +95 -32
- data/spec/timezones/tests/hu.yml +73 -10
- data/spec/timezones/tests/hy.yml +73 -10
- data/spec/timezones/tests/id.yml +74 -11
- data/spec/timezones/tests/is.yml +76 -13
- data/spec/timezones/tests/it-CH.yml +89 -26
- data/spec/timezones/tests/it.yml +89 -26
- data/spec/timezones/tests/ja.yml +74 -11
- data/spec/timezones/tests/ka.yml +73 -10
- data/spec/timezones/tests/kk.yml +161 -98
- data/spec/timezones/tests/km.yml +73 -10
- data/spec/timezones/tests/kn.yml +77 -14
- data/spec/timezones/tests/ko.yml +84 -21
- data/spec/timezones/tests/lo.yml +73 -10
- data/spec/timezones/tests/lt.yml +73 -10
- data/spec/timezones/tests/lv.yml +73 -10
- data/spec/timezones/tests/mk.yml +134 -71
- data/spec/timezones/tests/mr.yml +84 -21
- data/spec/timezones/tests/ms.yml +84 -21
- data/spec/timezones/tests/mt.yml +72 -9
- data/spec/timezones/tests/my.yml +300 -237
- data/spec/timezones/tests/nb.yml +75 -12
- data/spec/timezones/tests/nl-BE.yml +74 -11
- data/spec/timezones/tests/nl.yml +74 -11
- data/spec/timezones/tests/pl.yml +73 -10
- data/spec/timezones/tests/pt-PT.yml +75 -12
- data/spec/timezones/tests/pt.yml +73 -10
- data/spec/timezones/tests/ro.yml +73 -10
- data/spec/timezones/tests/ru.yml +87 -24
- data/spec/timezones/tests/sk.yml +73 -10
- data/spec/timezones/tests/sl.yml +76 -13
- data/spec/timezones/tests/sq.yml +73 -10
- data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
- data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
- data/spec/timezones/tests/sr.yml +73 -10
- data/spec/timezones/tests/sv.yml +75 -12
- data/spec/timezones/tests/sw.yml +73 -10
- data/spec/timezones/tests/ta.yml +84 -21
- data/spec/timezones/tests/th.yml +76 -13
- data/spec/timezones/tests/tr.yml +73 -10
- data/spec/timezones/tests/uk.yml +80 -17
- data/spec/timezones/tests/ur.yml +88 -25
- data/spec/timezones/tests/vi.yml +74 -11
- data/spec/timezones/tests/xh.yml +2297 -2234
- data/spec/timezones/tests/zh-Hant.yml +74 -11
- data/spec/timezones/tests/zh.yml +82 -19
- data/spec/timezones/tests/zu.yml +73 -10
- data/spec/timezones/timezone_spec.rb +3 -0
- data/spec/transforms/test_data.yml +568 -562
- data/twitter_cldr.gemspec +24 -12
- metadata +74 -18
- data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -0,0 +1,398 @@
|
|
1
|
+
---
|
2
|
+
:transforms:
|
3
|
+
-
|
4
|
+
:aliases:
|
5
|
+
- Ethiopic-Latin/Xaleget
|
6
|
+
- byn-Latn-t-byn-ethi-m0-xaleget
|
7
|
+
:direction: forward
|
8
|
+
:rules:
|
9
|
+
- ":: [:Ethiopic:] ;"
|
10
|
+
- "$ግዕዝ = e ;"
|
11
|
+
- "$ካዕብ = u ;"
|
12
|
+
- "$ሣልስ = i ;"
|
13
|
+
- "$ራዕብ = a ;"
|
14
|
+
- "$ኃምስ = é;"
|
15
|
+
- "$ሳድስ = ;"
|
16
|
+
- "$ሳብዕ = o ;"
|
17
|
+
- "$ዘመደ_ግዕዝ = we ;"
|
18
|
+
- "$ዘመደ_ካዕብ = wu ;"
|
19
|
+
- "$ዘመደ_ኃምስ = wé ;"
|
20
|
+
- "$ዘመደ_ሣልስ = wi ;"
|
21
|
+
- "$ዘመደ_ራዕብ = wa ;"
|
22
|
+
- "$ሀ = h ;"
|
23
|
+
- "$ለ = l ;"
|
24
|
+
- "$ሐ = x ;"
|
25
|
+
- "$መ = m ;"
|
26
|
+
- "$ሠ = s ;"
|
27
|
+
- "$ረ = r ;"
|
28
|
+
- "$ሰ = s ;"
|
29
|
+
- "$ሸ = sh ;"
|
30
|
+
- "$ቀ = q ;"
|
31
|
+
- "$ቐ = qh;"
|
32
|
+
- "$በ = b ;"
|
33
|
+
- "$ቨ = v ;"
|
34
|
+
- "$ተ = t ;"
|
35
|
+
- "$ቸ = tsh ;"
|
36
|
+
- "$ኀ = h ;"
|
37
|
+
- "$ነ = n ;"
|
38
|
+
- "$ኘ = n ;"
|
39
|
+
- "$ከ = k ;"
|
40
|
+
- "$ኸ = kh ;"
|
41
|
+
- "$ወ = w ;"
|
42
|
+
- "$ዘ = z ;"
|
43
|
+
- "$የ = y ;"
|
44
|
+
- "$ደ = d ;"
|
45
|
+
- "$ጀ = j ;"
|
46
|
+
- "$ገ = g ;"
|
47
|
+
- "$ጘ = ñ ;"
|
48
|
+
- "$ጠ = th ;"
|
49
|
+
- "$ጨ = ch ;"
|
50
|
+
- "$ጰ = p ;"
|
51
|
+
- "$ጸ = ts ;"
|
52
|
+
- "$ፀ = ts ;"
|
53
|
+
- "$ፈ = f ;"
|
54
|
+
- "$ፐ = p ;"
|
55
|
+
- "$አ = $ራዕብ ; $ኡ = $ካዕብ ; $ኢ = $ሣልስ ; $ኣ = $ራዕብ ; $ኤ = $ኃምስ ; $እ = e ; $ኦ = $ሳብዕ ; # $ⶊ = $ሳምን ; $ኧ = ea ;"
|
56
|
+
- "$ዐ = c $ግዕዝ ; $ዑ = c $ካዕብ ; $ዒ = c $ሣልስ ; $ዓ = c $ራዕብ ; $ዔ = c $ኃምስ ; $ዕ = c ; $ዖ = $ሳብዕ ;"
|
57
|
+
- "$wordBoundary = [^[:L:][:M:][:N:]] ;"
|
58
|
+
- "ሐ > $ሐ $ግዕዝ ; # ETHIOPIC SYLLABLE HHA"
|
59
|
+
- "ሗ > $ሐ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE HWA"
|
60
|
+
- "ሑ > $ሐ $ካዕብ ; # ETHIOPIC SYLLABLE HHU"
|
61
|
+
- "ሓ > $ሐ $ራዕብ ; # ETHIOPIC SYLLABLE HHAA"
|
62
|
+
- "ሔ > $ሐ $ኃምስ ; # ETHIOPIC SYLLABLE HHEE"
|
63
|
+
- "ሒ > $ሐ $ሣልስ ; # ETHIOPIC SYLLABLE HHI"
|
64
|
+
- "ሖ > $ሐ $ሳብዕ ; # ETHIOPIC SYLLABLE HHO"
|
65
|
+
- "ሕ > $ሐ $ሳድስ ; # ETHIOPIC SYLLABLE HHE"
|
66
|
+
- "ለ > $ለ $ግዕዝ ; # ETHIOPIC SYLLABLE LA"
|
67
|
+
- "ሏ > $ለ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE LWA"
|
68
|
+
- "ሉ > $ለ $ካዕብ ; # ETHIOPIC SYLLABLE LU"
|
69
|
+
- "ላ > $ለ $ራዕብ ; # ETHIOPIC SYLLABLE LAA"
|
70
|
+
- "ሌ > $ለ $ኃምስ ; # ETHIOPIC SYLLABLE LEE"
|
71
|
+
- "ሊ > $ለ $ሣልስ ; # ETHIOPIC SYLLABLE LI"
|
72
|
+
- "ሎ > $ለ $ሳብዕ ; # ETHIOPIC SYLLABLE LO"
|
73
|
+
- "ል > $ለ $ሳድስ ; # ETHIOPIC SYLLABLE LE"
|
74
|
+
- "መ > $መ $ግዕዝ ; # ETHIOPIC SYLLABLE MA"
|
75
|
+
- "ማ > $መ $ራዕብ ; # ETHIOPIC SYLLABLE MAA"
|
76
|
+
- "ሜ > $መ $ኃምስ ; # ETHIOPIC SYLLABLE MEE"
|
77
|
+
- "ሚ > $መ $ሣልስ ; # ETHIOPIC SYLLABLE MI"
|
78
|
+
- "ሞ > $መ $ሳብዕ ; # ETHIOPIC SYLLABLE MO"
|
79
|
+
- "ሟ > $መ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE MWA"
|
80
|
+
- "ሙ > $መ $ካዕብ ; # ETHIOPIC SYLLABLE MU"
|
81
|
+
- "ም > $መ $ሳድስ ; # ETHIOPIC SYLLABLE ME"
|
82
|
+
- "ሠ > $ሠ $ግዕዝ ; # ETHIOPIC SYLLABLE SZA"
|
83
|
+
- "ሧ > $ሠ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE SZWA"
|
84
|
+
- "ሡ > $ሠ $ካዕብ ; # ETHIOPIC SYLLABLE SZU"
|
85
|
+
- "ሣ > $ሠ $ራዕብ ; # ETHIOPIC SYLLABLE SZAA"
|
86
|
+
- "ሤ > $ሠ $ኃምስ ; # ETHIOPIC SYLLABLE SZEE"
|
87
|
+
- "ሢ > $ሠ $ሣልስ ; # ETHIOPIC SYLLABLE SZI"
|
88
|
+
- "ሦ > $ሠ $ሳብዕ ; # ETHIOPIC SYLLABLE SZO"
|
89
|
+
- "ሥ > $ሠ $ሳድስ ; # ETHIOPIC SYLLABLE SZE"
|
90
|
+
- "ረ > $ረ $ግዕዝ ; # ETHIOPIC SYLLABLE RA"
|
91
|
+
- "ሯ > $ረ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE RWA"
|
92
|
+
- "ሩ > $ረ $ካዕብ ; # ETHIOPIC SYLLABLE RU"
|
93
|
+
- "ራ > $ረ $ራዕብ ; # ETHIOPIC SYLLABLE RAA"
|
94
|
+
- "ሬ > $ረ $ኃምስ ; # ETHIOPIC SYLLABLE REE"
|
95
|
+
- "ሪ > $ረ $ሣልስ ; # ETHIOPIC SYLLABLE RI"
|
96
|
+
- "ሮ > $ረ $ሳብዕ ; # ETHIOPIC SYLLABLE RO"
|
97
|
+
- "ር > $ረ $ሳድስ ; # ETHIOPIC SYLLABLE RE"
|
98
|
+
- "ሸ > $ሸ $ግዕዝ ; # ETHIOPIC SYLLABLE SHA"
|
99
|
+
- "ሿ > $ሸ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE SHWA"
|
100
|
+
- "ሹ > $ሸ $ካዕብ ; # ETHIOPIC SYLLABLE SHU"
|
101
|
+
- "ሻ > $ሸ $ራዕብ ; # ETHIOPIC SYLLABLE SHAA"
|
102
|
+
- "ሼ > $ሸ $ኃምስ ; # ETHIOPIC SYLLABLE SHEE"
|
103
|
+
- "ሺ > $ሸ $ሣልስ ; # ETHIOPIC SYLLABLE SHI"
|
104
|
+
- "ሾ > $ሸ $ሳብዕ ; # ETHIOPIC SYLLABLE SHO"
|
105
|
+
- "ሽ > $ሸ $ሳድስ ; # ETHIOPIC SYLLABLE SHE"
|
106
|
+
- "ሰ > $ሰ $ግዕዝ ; # ETHIOPIC SYLLABLE SA"
|
107
|
+
- "ሷ > $ሰ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE SWA"
|
108
|
+
- "ሱ > $ሰ $ካዕብ ; # ETHIOPIC SYLLABLE SU"
|
109
|
+
- "ሳ > $ሰ $ራዕብ ; # ETHIOPIC SYLLABLE SAA"
|
110
|
+
- "ሴ > $ሰ $ኃምስ ; # ETHIOPIC SYLLABLE SEE"
|
111
|
+
- "ሲ > $ሰ $ሣልስ ; # ETHIOPIC SYLLABLE SI"
|
112
|
+
- "ሶ > $ሰ $ሳብዕ ; # ETHIOPIC SYLLABLE SO"
|
113
|
+
- "ስ > $ሰ $ሳድስ ; # ETHIOPIC SYLLABLE SE"
|
114
|
+
- "ቐ > $ቐ $ግዕዝ ; # ETHIOPIC SYLLABLE QHA"
|
115
|
+
- "ቔ > $ቐ $ኃምስ ; # ETHIOPIC SYLLABLE QHEE"
|
116
|
+
- "ቒ > $ቐ $ሣልስ ; # ETHIOPIC SYLLABLE QHI"
|
117
|
+
- "ቓ > $ቐ $ራዕብ ; # ETHIOPIC SYLLABLE QHAA"
|
118
|
+
- "ቖ > $ቐ $ሳብዕ ; # ETHIOPIC SYLLABLE QHO"
|
119
|
+
- "ቘ > $ቐ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE QHWA"
|
120
|
+
- "ቝ > $ቐ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE QHWE"
|
121
|
+
- "ቚ > $ቐ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE QHWI"
|
122
|
+
- "ቛ > $ቐ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE QHWAA"
|
123
|
+
- "ቜ > $ቐ $ዘመደ_ኃምስ ; # ETHIOPIC SYLLABLE QHWEE"
|
124
|
+
- "ቑ > $ቐ $ካዕብ ; # ETHIOPIC SYLLABLE QHU"
|
125
|
+
- "ቕ > $ቐ $ሳድስ ; # ETHIOPIC SYLLABLE QHE"
|
126
|
+
- "ቀ > $ቀ $ግዕዝ ; # ETHIOPIC SYLLABLE QA"
|
127
|
+
- "ቄ > $ቀ $ኃምስ ; # ETHIOPIC SYLLABLE QEE"
|
128
|
+
- "ቂ > $ቀ $ሣልስ ; # ETHIOPIC SYLLABLE QI"
|
129
|
+
- "ቃ > $ቀ $ራዕብ ; # ETHIOPIC SYLLABLE QAA"
|
130
|
+
- "ቆ > $ቀ $ሳብዕ ; # ETHIOPIC SYLLABLE QO"
|
131
|
+
- "ቈ > $ቀ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE QWA"
|
132
|
+
- "ቍ > $ቀ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE QWE"
|
133
|
+
- "ቊ > $ቀ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE QWI"
|
134
|
+
- "ቋ > $ቀ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE QWAA"
|
135
|
+
- "ቌ > $ቀ $ዘመደ_ኃምስ ; # ETHIOPIC SYLLABLE QWEE"
|
136
|
+
- "ቁ > $ቀ $ካዕብ ; # ETHIOPIC SYLLABLE QU"
|
137
|
+
- "ቅ > $ቀ $ሳድስ ; # ETHIOPIC SYLLABLE QE"
|
138
|
+
- "በ > $በ $ግዕዝ ; # ETHIOPIC SYLLABLE BA"
|
139
|
+
- "ቤ > $በ $ኃምስ ; # ETHIOPIC SYLLABLE BEE"
|
140
|
+
- "ቢ > $በ $ሣልስ ; # ETHIOPIC SYLLABLE BI"
|
141
|
+
- "ባ > $በ $ራዕብ ; # ETHIOPIC SYLLABLE BAA"
|
142
|
+
- "ቦ > $በ $ሳብዕ ; # ETHIOPIC SYLLABLE BO"
|
143
|
+
- "ቧ > $በ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE BWA"
|
144
|
+
- "ቡ > $በ $ካዕብ ; # ETHIOPIC SYLLABLE BU"
|
145
|
+
- "ብ > $በ $ሳድስ ; # ETHIOPIC SYLLABLE BE"
|
146
|
+
- "ቨ > $ቨ $ግዕዝ ; # ETHIOPIC SYLLABLE VA"
|
147
|
+
- "ቯ > $ቨ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE VWA"
|
148
|
+
- "ቩ > $ቨ $ካዕብ ; # ETHIOPIC SYLLABLE VU"
|
149
|
+
- "ቬ > $ቨ $ኃምስ ; # ETHIOPIC SYLLABLE VEE"
|
150
|
+
- "ቪ > $ቨ $ሣልስ ; # ETHIOPIC SYLLABLE VI"
|
151
|
+
- "ቫ > $ቨ $ራዕብ ; # ETHIOPIC SYLLABLE VAA"
|
152
|
+
- "ቮ > $ቨ $ሳብዕ ; # ETHIOPIC SYLLABLE VO"
|
153
|
+
- "ቭ > $ቨ $ሳድስ ; # ETHIOPIC SYLLABLE VE"
|
154
|
+
- "ጠ > $ጠ $ግዕዝ ; # ETHIOPIC SYLLABLE THA"
|
155
|
+
- "ጧ > $ጠ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE THWA"
|
156
|
+
- "ጡ > $ጠ $ካዕብ ; # ETHIOPIC SYLLABLE THU"
|
157
|
+
- "ጤ > $ጠ $ኃምስ ; # ETHIOPIC SYLLABLE THEE"
|
158
|
+
- "ጢ > $ጠ $ሣልስ ; # ETHIOPIC SYLLABLE THI"
|
159
|
+
- "ጣ > $ጠ $ራዕብ ; # ETHIOPIC SYLLABLE THAA"
|
160
|
+
- "ጦ > $ጠ $ሳብዕ ; # ETHIOPIC SYLLABLE THO"
|
161
|
+
- "ጥ > $ጠ $ሳድስ ; # ETHIOPIC SYLLABLE THE"
|
162
|
+
- "ተ > $ተ $ግዕዝ ; # ETHIOPIC SYLLABLE TA"
|
163
|
+
- "ቷ > $ተ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE TWA"
|
164
|
+
- "ቱ > $ተ $ካዕብ ; # ETHIOPIC SYLLABLE TU"
|
165
|
+
- "ታ > $ተ $ራዕብ ; # ETHIOPIC SYLLABLE TAA"
|
166
|
+
- "ቴ > $ተ $ኃምስ ; # ETHIOPIC SYLLABLE TEE"
|
167
|
+
- "ቲ > $ተ $ሣልስ ; # ETHIOPIC SYLLABLE TI"
|
168
|
+
- "ቶ > $ተ $ሳብዕ ; # ETHIOPIC SYLLABLE TO"
|
169
|
+
- "ት > $ተ $ሳድስ ; # ETHIOPIC SYLLABLE TE"
|
170
|
+
- "ጨ > $ጨ $ግዕዝ ; # ETHIOPIC SYLLABLE CHA"
|
171
|
+
- "ጯ > $ጨ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE CHWA"
|
172
|
+
- "ጩ > $ጨ $ካዕብ ; # ETHIOPIC SYLLABLE CHU"
|
173
|
+
- "ጬ > $ጨ $ኃምስ ; # ETHIOPIC SYLLABLE CHEE"
|
174
|
+
- "ጪ > $ጨ $ሣልስ ; # ETHIOPIC SYLLABLE CHI"
|
175
|
+
- "ጫ > $ጨ $ራዕብ ; # ETHIOPIC SYLLABLE CHAA"
|
176
|
+
- "ጮ > $ጨ $ሳብዕ ; # ETHIOPIC SYLLABLE CHO"
|
177
|
+
- "ጭ > $ጨ $ሳድስ ; # ETHIOPIC SYLLABLE CHE"
|
178
|
+
- "ቸ > $ቸ $ግዕዝ ; # ETHIOPIC SYLLABLE CA"
|
179
|
+
- "ቿ > $ቸ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE CWA"
|
180
|
+
- "ቹ > $ቸ $ካዕብ ; # ETHIOPIC SYLLABLE CU"
|
181
|
+
- "ቼ > $ቸ $ኃምስ ; # ETHIOPIC SYLLABLE CEE"
|
182
|
+
- "ቺ > $ቸ $ሣልስ ; # ETHIOPIC SYLLABLE CI"
|
183
|
+
- "ቻ > $ቸ $ራዕብ ; # ETHIOPIC SYLLABLE CAA"
|
184
|
+
- "ቾ > $ቸ $ሳብዕ ; # ETHIOPIC SYLLABLE CO"
|
185
|
+
- "ች > $ቸ $ሳድስ ; # ETHIOPIC SYLLABLE CE"
|
186
|
+
- "ኀ > $ኀ $ግዕዝ ; # ETHIOPIC SYLLABLE XA"
|
187
|
+
- "ኄ > $ኀ $ኃምስ ; # ETHIOPIC SYLLABLE XEE"
|
188
|
+
- "ኂ > $ኀ $ሣልስ ; # ETHIOPIC SYLLABLE XI"
|
189
|
+
- "ኃ > $ኀ $ራዕብ ; # ETHIOPIC SYLLABLE XAA"
|
190
|
+
- "ኆ > $ኀ $ሳብዕ ; # ETHIOPIC SYLLABLE XO"
|
191
|
+
- "ኈ > $ኀ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE XWA"
|
192
|
+
- "ኍ > $ኀ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE XWE"
|
193
|
+
- "ኊ > $ኀ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE XWI"
|
194
|
+
- "ኋ > $ኀ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE XWAA"
|
195
|
+
- "ኌ > $ኀ $ዘመደ_ኃምስ ; # ETHIOPIC SYLLABLE XWEE"
|
196
|
+
- "ኁ > $ኀ $ካዕብ ; # ETHIOPIC SYLLABLE XU"
|
197
|
+
- "ኅ > $ኀ $ሳድስ ; # ETHIOPIC SYLLABLE XE"
|
198
|
+
- "ሀ > $ሀ $ግዕዝ ; # ETHIOPIC SYLLABLE HA"
|
199
|
+
- "ሁ > $ሀ $ካዕብ ; # ETHIOPIC SYLLABLE HU"
|
200
|
+
- "ሃ > $ሀ $ራዕብ ; # ETHIOPIC SYLLABLE HAA"
|
201
|
+
- "ሄ > $ሀ $ኃምስ ; # ETHIOPIC SYLLABLE HEE"
|
202
|
+
- "ሂ > $ሀ $ሣልስ ; # ETHIOPIC SYLLABLE HI"
|
203
|
+
- "ሆ > $ሀ $ሳብዕ ; # ETHIOPIC SYLLABLE HO"
|
204
|
+
- "ህ > $ሀ $ሳድስ ; # ETHIOPIC SYLLABLE HE"
|
205
|
+
- "ጘ > $ጘ $ግዕዝ ; # ETHIOPIC SYLLABLE GGA"
|
206
|
+
- "ጜ > $ጘ $ኃምስ ; # ETHIOPIC SYLLABLE GGEE"
|
207
|
+
- "ጚ > $ጘ $ሣልስ ; # ETHIOPIC SYLLABLE GGI"
|
208
|
+
- "ጛ > $ጘ $ራዕብ ; # ETHIOPIC SYLLABLE GGAA"
|
209
|
+
- "ጞ > $ጘ $ሳብዕ ; # ETHIOPIC SYLLABLE GGO"
|
210
|
+
- "ⶓ > $ጘ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE GGWA"
|
211
|
+
- "ⶖ > $ጘ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE GGWE"
|
212
|
+
- "ⶔ > $ጘ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE GGWI"
|
213
|
+
- "ጟ > $ጘ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE GGWAA"
|
214
|
+
- "ⶕ > $ጘ $ዘመደ_ኃምስ; # ETHIOPIC SYLLABLE GGWEE"
|
215
|
+
- "ጙ > $ጘ $ካዕብ ; # ETHIOPIC SYLLABLE GGU"
|
216
|
+
- "ጝ > $ጘ $ሳድስ ; # ETHIOPIC SYLLABLE GGE"
|
217
|
+
- "ኘ > $ኘ $ግዕዝ ; # ETHIOPIC SYLLABLE NYA"
|
218
|
+
- "ኟ > $ኘ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE NYWA"
|
219
|
+
- "ኜ > $ኘ $ኃምስ ; # ETHIOPIC SYLLABLE NYEE"
|
220
|
+
- "ኙ > $ኘ $ካዕብ ; # ETHIOPIC SYLLABLE NYU"
|
221
|
+
- "ኚ > $ኘ $ሣልስ ; # ETHIOPIC SYLLABLE NYI"
|
222
|
+
- "ኛ > $ኘ $ራዕብ ; # ETHIOPIC SYLLABLE NYAA"
|
223
|
+
- "ኞ > $ኘ $ሳብዕ ; # ETHIOPIC SYLLABLE NYO"
|
224
|
+
- "ኝ > $ኘ $ሳድስ ; # ETHIOPIC SYLLABLE NYE"
|
225
|
+
- "ነ > $ነ $ግዕዝ ; # ETHIOPIC SYLLABLE NA"
|
226
|
+
- "ኗ > $ነ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE NWA"
|
227
|
+
- "ኑ > $ነ $ካዕብ ; # ETHIOPIC SYLLABLE NU"
|
228
|
+
- "ኔ > $ነ $ኃምስ ; # ETHIOPIC SYLLABLE NEE"
|
229
|
+
- "ኒ > $ነ $ሣልስ ; # ETHIOPIC SYLLABLE NI"
|
230
|
+
- "ና > $ነ $ራዕብ ; # ETHIOPIC SYLLABLE NAA"
|
231
|
+
- "ኖ > $ነ $ሳብዕ ; # ETHIOPIC SYLLABLE NO"
|
232
|
+
- "ን > $ነ $ሳድስ ; # ETHIOPIC SYLLABLE NE"
|
233
|
+
- "ኸ > $ኸ $ግዕዝ ; # ETHIOPIC SYLLABLE KXA"
|
234
|
+
- "ኼ > $ኸ $ኃምስ ; # ETHIOPIC SYLLABLE KXEE"
|
235
|
+
- "ኺ > $ኸ $ሣልስ ; # ETHIOPIC SYLLABLE KXI"
|
236
|
+
- "ኻ > $ኸ $ራዕብ ; # ETHIOPIC SYLLABLE KXAA"
|
237
|
+
- "ኾ > $ኸ $ሳብዕ ; # ETHIOPIC SYLLABLE KXO"
|
238
|
+
- "ዀ > $ኸ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE KXWA"
|
239
|
+
- "ዅ > $ኸ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE KXWE"
|
240
|
+
- "ዂ > $ኸ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE KXWI"
|
241
|
+
- "ዃ > $ኸ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE KXWAA"
|
242
|
+
- "ዄ > $ኸ $ዘመደ_ኃምስ ; # ETHIOPIC SYLLABLE KXWEE"
|
243
|
+
- "ኹ > $ኸ $ካዕብ ; # ETHIOPIC SYLLABLE KXU"
|
244
|
+
- "ኽ > $ኸ $ሳድስ ; # ETHIOPIC SYLLABLE KXE"
|
245
|
+
- "ከ > $ከ $ግዕዝ ; # ETHIOPIC SYLLABLE KA"
|
246
|
+
- "ኬ > $ከ $ኃምስ ; # ETHIOPIC SYLLABLE KEE"
|
247
|
+
- "ኪ > $ከ $ሣልስ ; # ETHIOPIC SYLLABLE KI"
|
248
|
+
- "ካ > $ከ $ራዕብ ; # ETHIOPIC SYLLABLE KAA"
|
249
|
+
- "ኮ > $ከ $ሳብዕ ; # ETHIOPIC SYLLABLE KO"
|
250
|
+
- "ኰ > $ከ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE KWA"
|
251
|
+
- "ኵ > $ከ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE KWE"
|
252
|
+
- "ኲ > $ከ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE KWI"
|
253
|
+
- "ኳ > $ከ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE KWAA"
|
254
|
+
- "ኴ > $ከ $ዘመደ_ኃምስ ; # ETHIOPIC SYLLABLE KWEE"
|
255
|
+
- "ኩ > $ከ $ካዕብ ; # ETHIOPIC SYLLABLE KU"
|
256
|
+
- "ክ > $ከ $ሳድስ ; # ETHIOPIC SYLLABLE KE"
|
257
|
+
- "ወ > $ወ $ግዕዝ ; # ETHIOPIC SYLLABLE WA"
|
258
|
+
- "ዉ > $ወ $ካዕብ ; # ETHIOPIC SYLLABLE WU"
|
259
|
+
- "ዌ > $ወ $ኃምስ ; # ETHIOPIC SYLLABLE WEE"
|
260
|
+
- "ዊ > $ወ $ሣልስ ; # ETHIOPIC SYLLABLE WI"
|
261
|
+
- "ዋ > $ወ $ራዕብ ; # ETHIOPIC SYLLABLE WAA"
|
262
|
+
- "ዎ > $ወ $ሳብዕ ; # ETHIOPIC SYLLABLE WO"
|
263
|
+
- "ው > $ወ $ሳድስ ; # ETHIOPIC SYLLABLE WE"
|
264
|
+
- "ዐ > $ዐ ; # ETHIOPIC SYLLABLE PHARYNGEAL A"
|
265
|
+
- "ዑ > $ዑ ; # ETHIOPIC SYLLABLE PHARYNGEAL U"
|
266
|
+
- "ዓ > $ዓ ; # ETHIOPIC SYLLABLE PHARYNGEAL AA"
|
267
|
+
- "ዔ > $ዔ ; # ETHIOPIC SYLLABLE PHARYNGEAL EE"
|
268
|
+
- "ዒ > $ዒ ; # ETHIOPIC SYLLABLE PHARYNGEAL I"
|
269
|
+
- "ዖ > $ዖ ; # ETHIOPIC SYLLABLE PHARYNGEAL O"
|
270
|
+
- "ዕ > $ዕ ; # ETHIOPIC SYLLABLE PHARYNGEAL E"
|
271
|
+
- "ዘ > $ዘ $ግዕዝ ; # ETHIOPIC SYLLABLE ZA"
|
272
|
+
- "ዟ > $ዘ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE ZWA"
|
273
|
+
- "ዙ > $ዘ $ካዕብ ; # ETHIOPIC SYLLABLE ZU"
|
274
|
+
- "ዜ > $ዘ $ኃምስ ; # ETHIOPIC SYLLABLE ZEE"
|
275
|
+
- "ዚ > $ዘ $ሣልስ ; # ETHIOPIC SYLLABLE ZI"
|
276
|
+
- "ዛ > $ዘ $ራዕብ ; # ETHIOPIC SYLLABLE ZAA"
|
277
|
+
- "ዞ > $ዘ $ሳብዕ ; # ETHIOPIC SYLLABLE ZO"
|
278
|
+
- "ዝ > $ዘ $ሳድስ ; # ETHIOPIC SYLLABLE ZE"
|
279
|
+
- "የ > $የ $ግዕዝ ; # ETHIOPIC SYLLABLE YA"
|
280
|
+
- "ዩ > $የ $ካዕብ ; # ETHIOPIC SYLLABLE YU"
|
281
|
+
- "ዬ > $የ $ኃምስ ; # ETHIOPIC SYLLABLE YEE"
|
282
|
+
- "ዪ > $የ $ሣልስ ; # ETHIOPIC SYLLABLE YI"
|
283
|
+
- "ያ > $የ $ራዕብ ; # ETHIOPIC SYLLABLE YAA"
|
284
|
+
- "ዮ > $የ $ሳብዕ ; # ETHIOPIC SYLLABLE YO"
|
285
|
+
- "ይ > $የ $ሳድስ ; # ETHIOPIC SYLLABLE YE"
|
286
|
+
- "ደ > $ደ $ግዕዝ ; # ETHIOPIC SYLLABLE DA"
|
287
|
+
- "ዷ > $ደ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE DWA"
|
288
|
+
- "ዱ > $ደ $ካዕብ ; # ETHIOPIC SYLLABLE DU"
|
289
|
+
- "ዴ > $ደ $ኃምስ ; # ETHIOPIC SYLLABLE DEE"
|
290
|
+
- "ዲ > $ደ $ሣልስ ; # ETHIOPIC SYLLABLE DI"
|
291
|
+
- "ዳ > $ደ $ራዕብ ; # ETHIOPIC SYLLABLE DAA"
|
292
|
+
- "ዶ > $ደ $ሳብዕ ; # ETHIOPIC SYLLABLE DO"
|
293
|
+
- "ድ > $ደ $ሳድስ ; # ETHIOPIC SYLLABLE DE"
|
294
|
+
- "ጀ > $ጀ $ግዕዝ ; # ETHIOPIC SYLLABLE JA"
|
295
|
+
- "ጇ > $ጀ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE JWA"
|
296
|
+
- "ጁ > $ጀ $ካዕብ ; # ETHIOPIC SYLLABLE JU"
|
297
|
+
- "ጄ > $ጀ $ኃምስ ; # ETHIOPIC SYLLABLE JEE"
|
298
|
+
- "ጂ > $ጀ $ሣልስ ; # ETHIOPIC SYLLABLE JI"
|
299
|
+
- "ጃ > $ጀ $ራዕብ ; # ETHIOPIC SYLLABLE JAA"
|
300
|
+
- "ጆ > $ጀ $ሳብዕ ; # ETHIOPIC SYLLABLE JO"
|
301
|
+
- "ጅ > $ጀ $ሳድስ ; # ETHIOPIC SYLLABLE JE"
|
302
|
+
- "ገ > $ገ $ግዕዝ ; # ETHIOPIC SYLLABLE GA"
|
303
|
+
- "ጌ > $ገ $ኃምስ ; # ETHIOPIC SYLLABLE GEE"
|
304
|
+
- "ጊ > $ገ $ሣልስ ; # ETHIOPIC SYLLABLE GI"
|
305
|
+
- "ጋ > $ገ $ራዕብ ; # ETHIOPIC SYLLABLE GAA"
|
306
|
+
- "ጎ > $ገ $ሳብዕ ; # ETHIOPIC SYLLABLE GO"
|
307
|
+
- "ጐ > $ገ $ዘመደ_ግዕዝ ; # ETHIOPIC SYLLABLE GWA"
|
308
|
+
- "ጕ > $ገ $ዘመደ_ካዕብ ; # ETHIOPIC SYLLABLE GWE"
|
309
|
+
- "ጒ > $ገ $ዘመደ_ሣልስ ; # ETHIOPIC SYLLABLE GWI"
|
310
|
+
- "ጓ > $ገ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE GWAA"
|
311
|
+
- "ጔ > $ገ $ዘመደ_ኃምስ; # ETHIOPIC SYLLABLE GWEE"
|
312
|
+
- "ጉ > $ገ $ካዕብ ; # ETHIOPIC SYLLABLE GU"
|
313
|
+
- "ግ > $ገ $ሳድስ ; # ETHIOPIC SYLLABLE GE"
|
314
|
+
- "ጰ > $ጰ $ግዕዝ ; # ETHIOPIC SYLLABLE PHA"
|
315
|
+
- "ጷ > $ጰ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE PHWA"
|
316
|
+
- "ጱ > $ጰ $ካዕብ ; # ETHIOPIC SYLLABLE PHU"
|
317
|
+
- "ጴ > $ጰ $ኃምስ ; # ETHIOPIC SYLLABLE PHEE"
|
318
|
+
- "ጲ > $ጰ $ሣልስ ; # ETHIOPIC SYLLABLE PHI"
|
319
|
+
- "ጳ > $ጰ $ራዕብ ; # ETHIOPIC SYLLABLE PHAA"
|
320
|
+
- "ጶ > $ጰ $ሳብዕ ; # ETHIOPIC SYLLABLE PHO"
|
321
|
+
- "ጵ > $ጰ $ሳድስ ; # ETHIOPIC SYLLABLE PHE"
|
322
|
+
- "ፀ > $ፀ $ግዕዝ ; # ETHIOPIC SYLLABLE TZA"
|
323
|
+
- "ፁ > $ፀ $ካዕብ ; # ETHIOPIC SYLLABLE TZU"
|
324
|
+
- "ፄ > $ፀ $ኃምስ ; # ETHIOPIC SYLLABLE TZEE"
|
325
|
+
- "ፂ > $ፀ $ሣልስ ; # ETHIOPIC SYLLABLE TZI"
|
326
|
+
- "ፃ > $ፀ $ራዕብ ; # ETHIOPIC SYLLABLE TZAA"
|
327
|
+
- "ፆ > $ፀ $ሳብዕ ; # ETHIOPIC SYLLABLE TZO"
|
328
|
+
- "ፅ > $ፀ $ሳድስ ; # ETHIOPIC SYLLABLE TZE"
|
329
|
+
- "ጸ > $ጸ $ግዕዝ ; # ETHIOPIC SYLLABLE TSA"
|
330
|
+
- "ጿ > $ጸ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE TSWA"
|
331
|
+
- "ጹ > $ጸ $ካዕብ ; # ETHIOPIC SYLLABLE TSU"
|
332
|
+
- "ጼ > $ጸ $ኃምስ ; # ETHIOPIC SYLLABLE TSEE"
|
333
|
+
- "ጺ > $ጸ $ሣልስ ; # ETHIOPIC SYLLABLE TSI"
|
334
|
+
- "ጻ > $ጸ $ራዕብ ; # ETHIOPIC SYLLABLE TSAA"
|
335
|
+
- "ጾ > $ጸ $ሳብዕ ; # ETHIOPIC SYLLABLE TSO"
|
336
|
+
- "ጽ > $ጸ $ሳድስ ; # ETHIOPIC SYLLABLE TSE"
|
337
|
+
- "ፈ > $ፈ $ግዕዝ ; # ETHIOPIC SYLLABLE FA"
|
338
|
+
- "ፌ > $ፈ $ኃምስ ; # ETHIOPIC SYLLABLE FEE"
|
339
|
+
- "ፊ > $ፈ $ሣልስ ; # ETHIOPIC SYLLABLE FI"
|
340
|
+
- "ፋ > $ፈ $ራዕብ ; # ETHIOPIC SYLLABLE FAA"
|
341
|
+
- "ፎ > $ፈ $ሳብዕ ; # ETHIOPIC SYLLABLE FO"
|
342
|
+
- "ፏ > $ፈ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE FWA"
|
343
|
+
- "ፉ > $ፈ $ካዕብ ; # ETHIOPIC SYLLABLE FU"
|
344
|
+
- "ፍ > $ፈ $ሳድስ ; # ETHIOPIC SYLLABLE FE"
|
345
|
+
- "ፐ > $ፐ $ግዕዝ ; # ETHIOPIC SYLLABLE PA"
|
346
|
+
- "ፔ > $ፐ $ኃምስ ; # ETHIOPIC SYLLABLE PEE"
|
347
|
+
- "ፒ > $ፐ $ሣልስ ; # ETHIOPIC SYLLABLE PI"
|
348
|
+
- "ፓ > $ፐ $ራዕብ ; # ETHIOPIC SYLLABLE PAA"
|
349
|
+
- "ፖ > $ፐ $ሳብዕ ; # ETHIOPIC SYLLABLE PO"
|
350
|
+
- "ፗ > $ፐ $ዘመደ_ራዕብ ; # ETHIOPIC SYLLABLE PWA"
|
351
|
+
- "ፑ > $ፐ $ካዕብ ; # ETHIOPIC SYLLABLE PU"
|
352
|
+
- "ፕ > $ፐ $ሳድስ ; # ETHIOPIC SYLLABLE PE"
|
353
|
+
- "$wordBoundary{ኣ > $ኣ ; # ETHIOPIC SYLLABLE GLOTTAL AA"
|
354
|
+
- "$wordBoundary{አ > $አ ; # ETHIOPIC SYLLABLE GLOTTAL A"
|
355
|
+
- "$wordBoundary{ኡ > $ኡ ; # ETHIOPIC SYLLABLE GLOTTAL U"
|
356
|
+
- "$wordBoundary{ኤ > $ኤ ; # ETHIOPIC SYLLABLE GLOTTAL EE"
|
357
|
+
- "$wordBoundary{ኢ > $ኢ ; # ETHIOPIC SYLLABLE GLOTTAL I"
|
358
|
+
- "$wordBoundary{እ > $እ ; # ETHIOPIC SYLLABLE GLOTTAL E"
|
359
|
+
- "$wordBoundary{ኦ > $ኦ ; # ETHIOPIC SYLLABLE GLOTTAL O"
|
360
|
+
- "ኣ <> $ኣ ; # ETHIOPIC SYLLABLE GLOTTAL AA"
|
361
|
+
- "አ > $አ ; # ETHIOPIC SYLLABLE GLOTTAL A"
|
362
|
+
- "ኡ <> $ኡ ; # ETHIOPIC SYLLABLE GLOTTAL U"
|
363
|
+
- "ኤ <> $ኤ ; # ETHIOPIC SYLLABLE GLOTTAL EE"
|
364
|
+
- "ኢ <> $ኢ ; # ETHIOPIC SYLLABLE GLOTTAL I"
|
365
|
+
- "እ <> $እ ; # ETHIOPIC SYLLABLE GLOTTAL E"
|
366
|
+
- "ኦ <> $ኦ ; # ETHIOPIC SYLLABLE GLOTTAL O"
|
367
|
+
- "፼ > 10000 ; # ETHIOPIC NUMBER TEN THOUSAND"
|
368
|
+
- "፲፻ > 1000 ; # One Thousand"
|
369
|
+
- "፻ > 100 ; # ETHIOPIC NUMBER HUNDRED"
|
370
|
+
- "፲ > 10 ; # ETHIOPIC NUMBER TEN"
|
371
|
+
- "፳ > 20 ; # ETHIOPIC NUMBER TWENTY"
|
372
|
+
- "፴ > 30 ; # ETHIOPIC NUMBER THIRTY"
|
373
|
+
- "፵ > 40 ; # ETHIOPIC NUMBER FORTY"
|
374
|
+
- "፶ > 50 ; # ETHIOPIC NUMBER FIFTY"
|
375
|
+
- "፷ > 60 ; # ETHIOPIC NUMBER SIXTY"
|
376
|
+
- "፸ > 70 ; # ETHIOPIC NUMBER SEVENTY"
|
377
|
+
- "፹ > 80 ; # ETHIOPIC NUMBER EIGHTY"
|
378
|
+
- "፺ > 90 ; # ETHIOPIC NUMBER NINETY"
|
379
|
+
- "፩ > 1 ; # ETHIOPIC DIGIT ONE"
|
380
|
+
- "፪ > 2 ; # ETHIOPIC DIGIT TWO"
|
381
|
+
- "፫ > 3 ; # ETHIOPIC DIGIT THREE"
|
382
|
+
- "፬ > 4 ; # ETHIOPIC DIGIT FOUR"
|
383
|
+
- "፭ > 5 ; # ETHIOPIC DIGIT FIVE"
|
384
|
+
- "፮ > 6 ; # ETHIOPIC DIGIT SIX"
|
385
|
+
- "፯ > 7 ; # ETHIOPIC DIGIT SEVEN"
|
386
|
+
- "፰ > 8 ; # ETHIOPIC DIGIT EIGHT"
|
387
|
+
- "፱ > 9 ; # ETHIOPIC DIGIT NINE"
|
388
|
+
- "። > \\. ; # ETHIOPIC FULLSTOP"
|
389
|
+
- "፣ > \\, ; # Fill in the rest"
|
390
|
+
- "፤ > \\; ;"
|
391
|
+
- "፥ > \\: ;"
|
392
|
+
- "፦ > \\:\\- ;"
|
393
|
+
- "፧ > \\? ;"
|
394
|
+
- "፡ > \\, ;"
|
395
|
+
- ":: ([-!\\u0023',.:<>?`0-9A-Za-z]) ;"
|
396
|
+
:source: byn_Ethi
|
397
|
+
:target: byn_Latn
|
398
|
+
:variant: Xaleget
|
@@ -0,0 +1,85 @@
|
|
1
|
+
---
|
2
|
+
:transforms:
|
3
|
+
-
|
4
|
+
:aliases:
|
5
|
+
- Geez-Musnad
|
6
|
+
- und-Sarb-t-gz-ethi
|
7
|
+
:direction: both
|
8
|
+
:rules:
|
9
|
+
- ":: [:Ethiopic:] ;"
|
10
|
+
- "$wordBoundary = [^[:L:][:M:][:N:]] ;"
|
11
|
+
- "[ሀ-ሆ] > 𐩠;"
|
12
|
+
- "ሀ < 𐩠;"
|
13
|
+
- "[ለ-ሏ] > 𐩡;"
|
14
|
+
- "ለ < 𐩡;"
|
15
|
+
- "[ሐ-ሗ] > 𐩢;"
|
16
|
+
- "ሐ < 𐩢;"
|
17
|
+
- "[መ-ሟ] > 𐩣;"
|
18
|
+
- "መ < 𐩣;"
|
19
|
+
- "[ሠ-ሧ] > 𐩦;"
|
20
|
+
- "ሠ < 𐩦;"
|
21
|
+
- "[ረ-ሯ] > 𐩧;"
|
22
|
+
- "ረ < 𐩧;"
|
23
|
+
- "[ሰ-ሷ] > 𐩪;"
|
24
|
+
- "ሰ < 𐩪;"
|
25
|
+
- "[ቀ-ቍ] > 𐩤;"
|
26
|
+
- "ቀ < 𐩤;"
|
27
|
+
- "[በ-ቧ] > 𐩨;"
|
28
|
+
- "በ < 𐩨;"
|
29
|
+
- "[ተ-ቷ] > 𐩩;"
|
30
|
+
- "ተ < 𐩩;"
|
31
|
+
- "[ኀ-ኍ] > 𐩭;"
|
32
|
+
- "ኍ < 𐩭;"
|
33
|
+
- "[ነ-ኗ] > 𐩬;"
|
34
|
+
- "ነ < 𐩬;"
|
35
|
+
- "[አ-ኧ] > 𐩱;"
|
36
|
+
- "አ < 𐩱;"
|
37
|
+
- "[ከ-ኵ] > 𐩫;"
|
38
|
+
- "ከ < 𐩫;"
|
39
|
+
- "[ወ-ዎ] > 𐩥;"
|
40
|
+
- "ወ < 𐩥;"
|
41
|
+
- "[ዐ-ዖ] > 𐩲;"
|
42
|
+
- "ዐ < 𐩲;"
|
43
|
+
- "[ዘ-ዟ] > 𐩸;"
|
44
|
+
- "ዘ < 𐩸;"
|
45
|
+
- "ዘ < 𐩹;"
|
46
|
+
- "[የ-ዮ] > 𐩺;"
|
47
|
+
- "የ < 𐩺;"
|
48
|
+
- "[ደ-ዷ] > 𐩵;"
|
49
|
+
- "ደ < 𐩵;"
|
50
|
+
- "[ገ-ጕ] > 𐩴;"
|
51
|
+
- "ገ < 𐩴;"
|
52
|
+
- "[ጠ-ጧ] > 𐩷;"
|
53
|
+
- "ጠ < 𐩷;"
|
54
|
+
- "[ጸ-ጿ] > 𐩮;"
|
55
|
+
- "ጸ < 𐩮;"
|
56
|
+
- "[ፀ-ፆ] > 𐩳;"
|
57
|
+
- "ፀ < 𐩳;"
|
58
|
+
- "[ፈ-ፏ] > 𐩰;"
|
59
|
+
- "ፈ < 𐩰;"
|
60
|
+
- "፲፻ <> | 𐩿𐩱𐩿 ; # ETHIOPIC NUMBER HUNDRED"
|
61
|
+
- "፩ <> | 𐩿𐩽𐩿 ; # ETHIOPIC DIGIT ONE"
|
62
|
+
- "፪ <> | 𐩿𐩽𐩽𐩿 ; # ETHIOPIC DIGIT TWO"
|
63
|
+
- "፫ <> | 𐩿𐩽𐩽𐩽𐩿 ; # ETHIOPIC DIGIT THREE"
|
64
|
+
- "፬ <> | 𐩿𐩽𐩽𐩽𐩽𐩿 ; # ETHIOPIC DIGIT FOUR"
|
65
|
+
- "፭ <> | 𐩿𐩭𐩿 ; # ETHIOPIC DIGIT FIVE"
|
66
|
+
- "፮ <> | 𐩿𐩽𐩭𐩿 ; # ETHIOPIC DIGIT SIX"
|
67
|
+
- "፯ <> | 𐩿𐩽𐩽𐩭𐩿 ; # ETHIOPIC DIGIT SEVEN"
|
68
|
+
- "፰ <> | 𐩿𐩽𐩽𐩽𐩭𐩿 ; # ETHIOPIC DIGIT EIGHT"
|
69
|
+
- "፱ <> | 𐩿𐩽𐩽𐩽𐩽𐩭𐩿 ; # ETHIOPIC DIGIT NINE"
|
70
|
+
- "፲ <> | 𐩿𐩲𐩿 ; # ETHIOPIC NUMBER TEN"
|
71
|
+
- "፳ <> | 𐩿𐩲𐩲𐩿 ; # ETHIOPIC NUMBER TWENTY"
|
72
|
+
- "፴ <> | 𐩿𐩲𐩲𐩲𐩿 ; # ETHIOPIC NUMBER THIRTY"
|
73
|
+
- "፵ <> | 𐩿𐩲𐩲𐩲𐩲𐩿 ; # ETHIOPIC NUMBER FORTY"
|
74
|
+
- "፶ <> | 𐩿𐩾𐩿 ; # ETHIOPIC NUMBER FIFTY"
|
75
|
+
- "፷ <> | 𐩿𐩲𐩾𐩿 ; # ETHIOPIC NUMBER SIXTY"
|
76
|
+
- "፸ <> | 𐩿𐩲𐩲𐩾𐩿 ; # ETHIOPIC NUMBER SEVENTY"
|
77
|
+
- "፹ <> | 𐩿𐩲𐩲𐩲𐩾𐩿 ; # ETHIOPIC NUMBER EIGHTY"
|
78
|
+
- "፺ <> | 𐩿𐩲𐩲𐩲𐩲𐩾𐩿 ; # ETHIOPIC NUMBER NINETY"
|
79
|
+
- "፻ <> | 𐩿𐩣𐩿 ; # ETHIOPIC NUMBER HUNDRED"
|
80
|
+
- "፼ <> | 𐩿𐩲𐩱𐩿 ; # ETHIOPIC NUMBER TEN HUNDRED"
|
81
|
+
- "𐩿𐩿 > ; # This mark stripper isn't working, perhaps because the above"
|
82
|
+
- ":: ([:Old_South_Arabian:]) ;"
|
83
|
+
:source: gz_Ethi
|
84
|
+
:target: Sarb
|
85
|
+
:variant: ~
|
@@ -15,8 +15,8 @@
|
|
15
15
|
- "$vowelmedial = [\\u102B-\\u1030\\u1032\\u103c-\\u103F];"
|
16
16
|
- "$ukinzi = [\\u1004\\u101b\\u105a]\\u103A\\u1039;"
|
17
17
|
- "$medialraZ = [\\u103b\\u107e-\\u1084];"
|
18
|
-
- "$lowsignZ = [\\u102f\\u1030\\u1037\\
|
19
|
-
- "$highsignZ = [\\u102d\\u102e\\u1032\\u1036\\u1039\\
|
18
|
+
- "$lowsignZ = [\\u102f\\u1030\\u1037\\u103c\\u103d\\u1087-\\u108a];"
|
19
|
+
- "$highsignZ = [\\u102d\\u102e\\u1032\\u1036\\u1039\\u1064];"
|
20
20
|
- "$subscriptitem = [\\u1060-\\u1063\\u1064-\\u1068\\u106c\\u106d\\u1070-\\u107c\\u1085\\u1093\\u1096];"
|
21
21
|
- "$vowelsAndConsonants = [\\u1000-\\u102a];"
|
22
22
|
- "$ukinzi ($consonant) \\u103B > $1 \\u103A \\u1064 ;"
|
@@ -60,9 +60,6 @@
|
|
60
60
|
- "\\u1039 \\u1008 > \\u1069 ;"
|
61
61
|
- "\\u1039 \\u100B > \\u106C ;"
|
62
62
|
- "\\u1039 \\u100C > \\u106D ;"
|
63
|
-
- "\\u1039 \\u100D > \\u106E ;"
|
64
|
-
- "\\u100d \\u1039 \\u100E > \\u106F ;"
|
65
|
-
- "\\u1039 \\u100E > \\u106F ;"
|
66
63
|
- "\\u1039 \\u100F > \\u1070 ;"
|
67
64
|
- "\\u1039 \\u1010 > \\u1072 ;"
|
68
65
|
- "\\u1039 \\u1011 > \\u1074 ;"
|
@@ -76,24 +73,26 @@
|
|
76
73
|
- "\\u1039 \\u1019 > \\u107C ;"
|
77
74
|
- "\\u1039 \\u101C > \\u1085 ;"
|
78
75
|
- "\\u100d\\u1039\\u100D > \\u106E ;"
|
76
|
+
- "\\u100d\\u1039\\u100E > \\u106F ;"
|
79
77
|
- "\\u100F\\u1039\\u100D > \\u1091 ;"
|
80
78
|
- "\\u100B\\u1039\\u100C > \\u1092 ;"
|
81
79
|
- "\\u100B\\u1039\\u100B > \\u1097 ;"
|
82
80
|
- "\\u104E\\u1004\\u103A\\u1038 > \\u104E ;"
|
83
81
|
- "::Null;"
|
84
|
-
- "($
|
82
|
+
- "\\u1014 ($subscriptitem) ($highsignZ*) \\u103b > \\u103b \\u108f $1 $2;"
|
83
|
+
- "\\u1014 \\u103b ([\\u103c\\u103d]*) (\\u1031*) > $2 \\u103b \\u108f $1;"
|
84
|
+
- "($consonant) \\u103b ([\\u103c\\u103d]*) \\u1031 > \\u1031 \\u103b $1 $2;"
|
85
85
|
- "($consonant) \\u103b > \\u103b $1 ;"
|
86
86
|
- "($consonant) \\u103d \\u1031 \\u1037 > \\u1031 $1 \\u1094 \\u103D ;"
|
87
87
|
- "($consonant) (\\u108a) \\u1031 > \\u1031 $1 $2 ;"
|
88
|
-
- "($consonant) ([\\u103a\\u103d\\u103e]+) \\u1031 > \\u1031 $1 $2 ;"
|
89
88
|
- "($consonant) \\u1064 \\u103b > \\u103b $1 \\u1064 ;"
|
90
|
-
- "($consonant) ([\\u103a\\u103c-\\u103d]) \\u1031 > \\u1031 $1 $2 ;"
|
89
|
+
- "($consonant) ([\\u103a\\u103c-\\u103d]+) \\u1031 > \\u1031 $1 $2 ;"
|
90
|
+
- "($consonant) ($subscriptitem) ($highsignZ*) \\u103b > \\u103b $1 $2 $3 ;"
|
91
91
|
- "($vowelsAndConsonants) \\u1031 > \\u1031 $1 ;"
|
92
92
|
- "\\u1014 ($subscriptitem) > \\u108f $1 ;"
|
93
93
|
- "\\u1014 ($lowsignZ) ($highsignZ) \\u1037 > \\u108f $1 $2 \\u1094;"
|
94
94
|
- "\\u1014 ($highsignZ) ($lowsignZ) \\u1037 > \\u108f $1 $2 \\u1094;"
|
95
95
|
- "\\u1014 ($highsignZ) \\u1037 > \\u1014 $1 \\u1094;"
|
96
|
-
- "\\u103a \\u103c > \\u107d \\u103c;"
|
97
96
|
- "\\u1014 \\u1032 \\u1037 > \\u1014 \\u1032 \\u1094;"
|
98
97
|
- "\\u1014 \\u1037 > \\u1014 \\u1094;"
|
99
98
|
- "\\u1014 \\u1032 ($lowsignZ) \\u1037 > \\u108f $1 \\u1032 \\u1094;"
|
@@ -109,25 +108,31 @@
|
|
109
108
|
- "\\u1025 \\u102E > \\u1026;"
|
110
109
|
- "\\u1037 \\u103A > \\u103A \\u1037;"
|
111
110
|
- "([\\u102B\\u102C\\u102F\\u1030]) ([\\u102D\\u102E\\u1032]) > $2 $1;"
|
112
|
-
- "($medialraZ) ($consonant) \\u102f > $1 $2 \\u1033;"
|
113
111
|
- "::Null;"
|
114
|
-
- "
|
115
|
-
- "($wideconsonant) ($subscriptitem) ($highsignZ) $medialraZ > \\u1084 $1 $2 ;"
|
116
|
-
- "($narrowconsonant) ($subscriptitem) $medialraZ > \\u1081 $1 $2 ;"
|
117
|
-
- "($wideconsonant) ($subscriptitem) $medialraZ > \\u1082 $1 $2 ;"
|
112
|
+
- "\\u103a \\u103c > \\u103c \\u107d;"
|
118
113
|
- "\\u103c \\u1094 > \\u103c \\u1095 ;"
|
119
|
-
- "$medialraZ ($narrowconsonant)
|
120
|
-
- "$medialraZ ($wideconsonant)
|
121
|
-
- "$medialraZ ($narrowconsonant) ($
|
122
|
-
- "$medialraZ ($wideconsonant) ($
|
123
|
-
- "$medialraZ ($narrowconsonant) ($highsignZ) > \\
|
124
|
-
- "$medialraZ ($wideconsonant) ($highsignZ) > \\
|
125
|
-
- "$medialraZ ($narrowconsonant) \\
|
126
|
-
- "$medialraZ ($wideconsonant) \\
|
127
|
-
- "$medialraZ ($narrowconsonant)
|
128
|
-
- "$medialraZ ($wideconsonant)
|
129
|
-
- "$medialraZ ($narrowconsonant) ($
|
130
|
-
- "$medialraZ ($wideconsonant) ($
|
114
|
+
- "$medialraZ ($narrowconsonant) ($subscriptitem) ($highsignZ) > \\u1083 $1 $2 $3 ;"
|
115
|
+
- "$medialraZ ($wideconsonant) ($subscriptitem) ($highsignZ) > \\u1084 $1 $2 $3;"
|
116
|
+
- "$medialraZ ($narrowconsonant) ($subscriptitem) > \\u1081 $1 $2 ;"
|
117
|
+
- "$medialraZ ($wideconsonant) ($subscriptitem) > \\u1082 $1 $2 ;"
|
118
|
+
- "$medialraZ ($narrowconsonant) ([\\u103c\\u108a]) ($highsignZ) > \\u1083 $1 $2 $3 ;"
|
119
|
+
- "$medialraZ ($wideconsonant) ([\\u103c\\u108a]) ($highsignZ) > \\u1084 $1 $2 $3 ;"
|
120
|
+
- "$medialraZ ($narrowconsonant) \\u103d ($highsignZ) > \\u107f $1 \\u1087 $2;"
|
121
|
+
- "$medialraZ ($wideconsonant) \\u103d ($highsignZ) > \\u1080 $1 \\u1087 $2;"
|
122
|
+
- "$medialraZ ($narrowconsonant) \\u102f ($highsignZ) > \\u107f $1 \\u1033 $2;"
|
123
|
+
- "$medialraZ ($wideconsonant) \\u102f ($highsignZ) > \\u1080 $1 \\u1033 $2;"
|
124
|
+
- "$medialraZ ($narrowconsonant) \\u1030 ($highsignZ) > \\u107f $1 \\u1034 $2;"
|
125
|
+
- "$medialraZ ($wideconsonant) \\u1030 ($highsignZ) > \\u1080 $1 \\u1034 $2;"
|
126
|
+
- "$medialraZ ($narrowconsonant) ($lowsignZ*) ($highsignZ) > \\u107f $1 $2 $3;"
|
127
|
+
- "$medialraZ ($wideconsonant) ($lowsignZ*) ($highsignZ) > \\u1080 $1 $2 $3;"
|
128
|
+
- "$medialraZ ($narrowconsonant) ([\\u103c\\u108a]) > \\u1081 $1 $2 ;"
|
129
|
+
- "$medialraZ ($wideconsonant) ([\\u103c\\u108a]) > \\u1082 $1 $2 ;"
|
130
|
+
- "$medialraZ ($narrowconsonant) \\u103d > \\u103b $1 \\u1087;"
|
131
|
+
- "$medialraZ ($wideconsonant) \\u103d > \\u107e $1 \\u1087;"
|
132
|
+
- "$medialraZ ($narrowconsonant) \\u102f > \\u103b $1 \\u1033;"
|
133
|
+
- "$medialraZ ($wideconsonant) \\u102f > \\u107e $1 \\u1033;"
|
134
|
+
- "$medialraZ ($narrowconsonant) \\u1030 > \\u103b $1 \\u1034;"
|
135
|
+
- "$medialraZ ($wideconsonant) \\u1030 > \\u107e $1 \\u1034;"
|
131
136
|
- "$medialraZ ($widenya) > \\u1082 $1 ;"
|
132
137
|
- "$medialraZ ($othernya) > \\u103b \\u106a ;"
|
133
138
|
- "$medialraZ ($narrowconsonant) > \\u103b $1 ;"
|
@@ -140,20 +145,19 @@
|
|
140
145
|
- "\\u103a \\u102f > \\u103a \\u1033;"
|
141
146
|
- "\\u1064 \\u102e > \\u108c ;"
|
142
147
|
- "::Null;"
|
143
|
-
- "([\\u103C\\u103D\\u103E]+) \\u103B > \\u103B $1;"
|
144
|
-
- "([\\u103D\\u103E]+) \\u103C > \\u103C $1;"
|
145
|
-
- "\\u103E\\u103D > \\u103D\\u103E ;"
|
146
148
|
- "\\u1037 ([\\u102D-\\u1030\\u1032\\u1036]) > $1 \\u1037;"
|
147
149
|
- "($consonant) ([\\u102B-\\u1032\\u1036\\u103B-\\u103E]) \\u103A ($consonant)> $1 \\u103A $2 $3;"
|
148
150
|
- "\\u103d \\u102f > \\u1088;"
|
149
151
|
- "\\u1033 \\u1094 > \\u1033 \\u1095; # Wider spacing on lower dot"
|
150
|
-
- "($medialraZ) ($
|
152
|
+
- "($medialraZ) ($narrowconsonant) ($lowsignZ*) ($highsignZ*) \\u102f > $1 $2 $3 $4 \\u1033;"
|
153
|
+
- "($medialraZ) ($wideconsonant) ($lowsignZ*) ($highsignZ*) \\u102f > $1 $2 $3 $4 \\u1033;"
|
154
|
+
- "($medialraZ) ($narrowconsonant) ($lowsignZ*) ($highsignZ*) \\u1030 > $1 $2 $3 $4 \\u1034;"
|
155
|
+
- "($medialraZ) ($wideconsonant) ($lowsignZ*) ($highsignZ*) \\u1030 > $1 $2 $3 $4 \\u1034;"
|
151
156
|
- "::Null;"
|
152
157
|
- "([\\u103D\\u103E]) \\u103C > \\u103C $1;"
|
153
158
|
- "\\u103E\\u103D > \\u103D\\u103E ;"
|
154
159
|
- "\\u1038 ($vowelmedial) > $1 \\u1038;"
|
155
160
|
- "\\u1038 ([\\u1036\\u1037\\u103A]) > $1 \\u1038;"
|
156
|
-
- "\\u1036 \\u102f > \\u102f \\u1036;"
|
157
161
|
- "\\u103a ([\\u1064\\u108b-\\u108e]) \\u102d \\u102f > \\u103a $1 \\u102d \\u1033;"
|
158
162
|
- "\\u103a \\u102d \\u102f > \\u103a \\u102d \\u1033;"
|
159
163
|
- "::Null;"
|
@@ -181,11 +185,11 @@
|
|
181
185
|
- "\\u103C \\u103C+ > \\u103C;"
|
182
186
|
- "\\u103D \\u103D+ > \\u103D;"
|
183
187
|
- "\\u103E \\u103E+ > \\u103E;"
|
184
|
-
- "\\u102f \\u102D > \\u102D
|
185
|
-
- "\\u102f \\u1036 > \\u1036
|
186
|
-
- "\\
|
187
|
-
- "\\
|
188
|
-
- "\\
|
188
|
+
- "([\\u102f\\u1033]) \\u102D > \\u102D $1 ;"
|
189
|
+
- "([\\u102f\\u1033]) \\u1036 > \\u1036 $1 ;"
|
190
|
+
- "\\u1037 \\u1039 > \\u1039 \\u1037;"
|
191
|
+
- "\\u1032 \\u103c > \\u103c \\u1032 ;"
|
192
|
+
- "\\u102e \\u103c > \\u103c \\u102e ;"
|
189
193
|
- "\\u103d \\u1088 > \\u1088 ;"
|
190
194
|
:source: my
|
191
195
|
:target: Zawgyi
|
@@ -33,11 +33,11 @@
|
|
33
33
|
- "\\u108F > \\u1014 ;"
|
34
34
|
- "\\u1090 > \\u101B ;"
|
35
35
|
- "\\u1086 > \\u103F ;"
|
36
|
-
- "[\\u103A
|
36
|
+
- "[\\u103A\\u107d] > \\u103B ;"
|
37
37
|
- "($zmedialra)+ > \\u103C ;"
|
38
38
|
- "\\u103C* \\u108A > \\u103D \\u103E; # To avoid duplicate medials"
|
39
39
|
- "\\u103C > \\u103D ;"
|
40
|
-
- "[\\u103D
|
40
|
+
- "[\\u103D\\u1087] > \\u103E ;"
|
41
41
|
- "\\u1088 > \\u103E \\u102F ;"
|
42
42
|
- "\\u1089 > \\u103E \\u1030 ;"
|
43
43
|
- "\\u1033 > \\u102F ;"
|