-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLDR-18002 Update population and likely subtags for MU, TK, ZM and SL
There are 4 manual overrides in GenerateLikelySubtags.java that conflict with other data: for MU, SL, TK, and ZM. For each country, the local language (mfe, kri, tkl, and bem) is spoken by far more than English, even if English is the main language of instruction. Education and literacy in each country is low enough that the local languages should be considered the dominant ones. I was able to find censuses listing language characteristics for MU, TK and ZM. SL I wasn't able to find data, but I removed the override. To regenerate data use this command ` mvn package -DskipTests=true && java -jar tools/cldr-code/target/cldr-code.jar ConvertLanguageData && java -jar tools/cldr-code/target/cldr-code.jar GenerateLikelySubtags && java -jar tools/cldr-code/target/cldr-code.jar GenerateTestData` CLDR-18002 Actually make local languages the default matches The prior change didn't exactly work because und_MU was defaulting to en_Latn_MU -- this fixes it to go to mfe -- also for the other languages. The problem is that English is official in these countries so there's a mis-match CLDR-18002 Style fix `mvn --file=tools/pom.xml spotless:apply` CLDR-18002 Default to English since its official
- Loading branch information
1 parent
c5482d3
commit cc75524
Showing
5 changed files
with
52 additions
and
44 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
Oops, something went wrong.