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
| // taken 2018-03-19 from wikipedia. https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes | |
| public enum Iso639_1: String { | |
| case ab = "AB" | |
| case aa = "AA" | |
| case af = "AF" | |
| case ak = "AK" | |
| case sq = "SQ" | |
| case am = "AM" | |
| case ar = "AR" |