You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Priyanka Punukollu 267a7b1e4f Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
..
README.md Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
countries.2to3.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
countries.3to2.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
countries.emoji.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
countries.en.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
countries.native.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
languages.en.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
languages.native.min.json Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago

README.md

Countries & Languages: minimal size files

This directory contains simplified data for each list, converting Object with fields to Array with fields in predefined order to decrease the file size (and traffic).

Country codes: ISO 3166-1 alpha-2 to alpha-3 ~2.7KB

Example: {"UA":"UKR"}

Country codes: ISO 3166-1 alpha-3 to alpha-2 ~2.7KB

Example: {"UKR":"UA"}

Country emoji by ISO 3166-1 alpha-2 code ~3.9KB

Example: {"UA":"🇺🇦"}

Country names (English) by ISO 3166-1 alpha-2 code ~4.3KB

Example: {"UA":"Ukraine"}

Country names (native) by ISO 3166-1 alpha-2 code ~4.8KB

Example: {"UA":"Україна"}

Language names (English) by ISO 639-1 alpha-2 code ~1.7KB

Example: {"uk":"Ukrainian"}

Language names (native) by ISO 639-1 alpha-2 code ~2.2KB

Example: {"uk":"Українська"}