diff --git a/src/tagstudio/qt/translations.py b/src/tagstudio/qt/translations.py index bec0b194..44946a3f 100644 --- a/src/tagstudio/qt/translations.py +++ b/src/tagstudio/qt/translations.py @@ -17,6 +17,8 @@ logger = structlog.get_logger(__name__) DEFAULT_TRANSLATION = "en" LANGUAGES = { + # "Amharic": "am", # Minimal + "Cebuano": "ceb", "Chinese (Simplified)": "zh_Hans", "Chinese (Traditional)": "zh_Hant", "Czech": "cs", @@ -24,9 +26,12 @@ LANGUAGES = { "Dutch": "nl", "English": "en", "Filipino": "fil", + "Finnish": "fi", "French": "fr", "German": "de", + "Greek": "el", "Hungarian": "hu", + # "Icelandic": "is", # Minimal "Italian": "it", "Japanese": "ja", "Norwegian Bokmål": "nb_NO", @@ -38,6 +43,7 @@ LANGUAGES = { "Spanish": "es", "Swedish": "sv", "Tamil": "ta", + # "Thai": "th", # Minimal "Toki Pona": "tok", "Turkish": "tr", "Viossa": "qpv",