country-codes icon indicating copy to clipboard operation
country-codes copied to clipboard

Names in CLDR are not in English

Open valerymoskalenko opened this issue 10 months ago • 0 comments

For the following: Customary English short names are from Unicode Common Locale Data Repository (CLDR) Project. OR https://raw.githubusercontent.com/unicode-org/cldr-json/d38478855dd8342749f0494332cc8acc2895d20d/cldr-json/cldr-localenames-full/main/ms/territories.json

How it looks now

FIFA ISO3166-1-Alpha-3 UNTERM English Short CLDR display name wikidata_id
ASA ASM   Samoa Amerika https://www.wikidata.org/wiki/Q16641
ATG ATG Antigua and Barbuda Antigua dan Barbuda https://www.wikidata.org/wiki/Q781

Possible fix

You should use https://raw.githubusercontent.com/unicode-org/cldr-json/d38478855dd8342749f0494332cc8acc2895d20d/cldr-json/cldr-localenames-full/main/en/territories.json

or https://raw.githubusercontent.com/unicode-org/cldr-json/refs/heads/main/cldr-json/cldr-localenames-full/main/en/territories.json

It should look like the following

FIFA ISO3166-1-Alpha-3 UNTERM English Short CLDR display name wikidata_id
ASA ASM   American Samoa https://www.wikidata.org/wiki/Q16641
ATG ATG Antigua and Barbuda Antigua & Barbuda https://www.wikidata.org/wiki/Q781

valerymoskalenko avatar Jul 03 '25 18:07 valerymoskalenko