-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add canonicalize method to LocaleCanonicalizer (#747)
Add canonicalize method to LocaleCanonicalizer
- Loading branch information
Showing
18 changed files
with
10,696 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 88 additions & 0 deletions
88
components/locale_canonicalizer/benches/fixtures/uncanonicalized-locales.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
[ | ||
"cka", | ||
"cze", | ||
"gfx", | ||
"sgn-BR", | ||
"sgn-DD", | ||
"tam", | ||
"und-aaland", | ||
"nob-bokmal", | ||
"no-nynorsk", | ||
"und-Qaai", | ||
"en-554", | ||
"en-084", | ||
"art-lojban", | ||
"zh-guoyu", | ||
"zh-hakka", | ||
"zh-xiang", | ||
"aar-x-private", | ||
"heb-x-private", | ||
"ces", | ||
"hy-arevela", | ||
"hy-arevmda", | ||
"cel-gaulish", | ||
"ja-latn-hepburn-heploc", | ||
"ja-Latn-fonipa-hepburn-heploc", | ||
"und-Armn-SU", | ||
"sh", | ||
"sh-Cyrl", | ||
"cnr", | ||
"cnr-BA", | ||
"ru-SU", | ||
"ru-810", | ||
"en-SU", | ||
"en-810", | ||
"und-SU", | ||
"und-810", | ||
"und-Latn-SU", | ||
"und-Latn-810", | ||
"hy-SU", | ||
"hy-810", | ||
"und-Armn-SU", | ||
"und-Armn-810", | ||
"sr-CS", | ||
"sr-Latn-CS", | ||
"sr-Cyrl-CS", | ||
"az-NT", | ||
"sl-t-sl-rozaj-biske-1994", | ||
"DE-T-M0-DIN-K0-QWERTZ", | ||
"en-t-m0-true", | ||
"en-t-iw", | ||
"und-u-rg-no23", | ||
"und-u-rg-cn11", | ||
"und-u-rg-cz10a", | ||
"und-u-rg-fra", | ||
"und-u-rg-frg", | ||
"und-u-rg-lud", | ||
"und-NO-u-rg-no23", | ||
"und-CN-u-rg-cn11", | ||
"und-CZ-u-rg-cz10a", | ||
"und-FR-u-rg-fra", | ||
"und-FR-u-rg-frg", | ||
"und-u-rg-lud", | ||
"und-u-sd-no23", | ||
"und-u-sd-cn11", | ||
"und-u-sd-cz10a", | ||
"und-u-sd-fra", | ||
"hy-arevela", | ||
"hy-Armn-arevela", | ||
"hy-AM-arevela", | ||
"hy-arevela-fonipa", | ||
"hy-fonipa-arevela", | ||
"hy-arevmda", | ||
"hy-Armn-arevmda", | ||
"hy-AM-arevmda", | ||
"hy-arevmda-fonipa", | ||
"hy-fonipa-arevmda", | ||
"ja-Latn-hepburn-heploc", | ||
"ja-Latn-JP-hepburn-heploc", | ||
"sv-aaland", | ||
"el-polytoni", | ||
"ja-Latn-alalc97-hepburn-heploc", | ||
"ja-Latn-hepburn-alalc97-heploc", | ||
"ja-Latn-hepburn-heploc-alalc97", | ||
"ja-Latn-heploc-hepburn", | ||
"ja-Latn-heploc", | ||
"ja-Latn-aaland-heploc", | ||
"ja-Latn-heploc-polytoni" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.