Created
March 7, 2019 07:07
-
-
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)
This file contains hidden or 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
{ | |
"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