Skip to content

Instantly share code, notes, and snippets.

@torkleyy
Created March 7, 2019 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torkleyy/fd3b88359a3f1314f3fd93b248bc38c5 to your computer and use it in GitHub Desktop.
Save torkleyy/fd3b88359a3f1314f3fd93b248bc38c5 to your computer and use it in GitHub Desktop.
Mapping from ISO 3166-1 alpha-3 to ISO 639-1 (basic subset)
{
"DEU": "de",
"CHN": "zh",
"GRC": "el",
"EST": "et",
"HRV": "hr",
"LVA": "lv",
"LTU": "lt",
"ROU": "ro",
"ITA": "it",
"ESP": "es",
"FRA": "fr",
"POL": "pl",
"CZE": "cs",
"SVK": "sk",
"RUS": "ru",
"DNK": "da",
"HUN": "hu",
"GBR": "en",
"TUR": "tr",
"NLD": "nl",
"BUL": "bg" # NOTE: BUL really should be BGR per the standard, but it's not in my case
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment