Javanaut 7 months ago
parent cd203703e8
commit 8edc715795

@ -21,7 +21,7 @@ class IsoLanguage(Enum):
ESTONIAN = {"name": "Estonian", "iso639_1": "et", "iso639_2": ["est"]} ESTONIAN = {"name": "Estonian", "iso639_1": "et", "iso639_2": ["est"]}
FINNISH = {"name": "Finnish", "iso639_1": "fi", "iso639_2": ["fin"]} FINNISH = {"name": "Finnish", "iso639_1": "fi", "iso639_2": ["fin"]}
FRENCH = {"name": "French", "iso639_1": "fr", "iso639_2": ["fra", "fre"]} FRENCH = {"name": "French", "iso639_1": "fr", "iso639_2": ["fra", "fre"]}
GALICIAN = {"namw": "Galician", "iso639_1": "gl", "iso639_2": ["glg"]} GALICIAN = {"name": "Galician", "iso639_1": "gl", "iso639_2": ["glg"]}
GEORGIAN = {"name": "Georgian", "iso639_1": "ka", "iso639_2": ["geo"]} GEORGIAN = {"name": "Georgian", "iso639_1": "ka", "iso639_2": ["geo"]}
GERMAN = {"name": "German", "iso639_1": "de", "iso639_2": ["deu", "ger"]} GERMAN = {"name": "German", "iso639_1": "de", "iso639_2": ["deu", "ger"]}
GREEK = {"name": "Greek", "iso639_1": "el", "iso639_2": ["gre"]} GREEK = {"name": "Greek", "iso639_1": "el", "iso639_2": ["gre"]}

Loading…
Cancel
Save