From 2db8bed30410d7e18f841a004c243154c97a307e Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:18:07 -0700 Subject: [PATCH] translations: add Czech, Portuguese (Portugal), and Romanian in UI --- src/tagstudio/qt/translations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tagstudio/qt/translations.py b/src/tagstudio/qt/translations.py index 6c54d85f..1cc7dfbf 100644 --- a/src/tagstudio/qt/translations.py +++ b/src/tagstudio/qt/translations.py @@ -13,10 +13,9 @@ logger = structlog.get_logger(__name__) DEFAULT_TRANSLATION = "en" LANGUAGES = { - # "Cantonese (Traditional)": "yue_Hant", # Empty "Chinese (Simplified)": "zh_Hans", "Chinese (Traditional)": "zh_Hant", - # "Czech": "cs", # Minimal + "Czech": "cs", # "Danish": "da", # Minimal "Dutch": "nl", "English": "en", @@ -29,7 +28,8 @@ LANGUAGES = { "Norwegian Bokmål": "nb_NO", "Polish": "pl", "Portuguese (Brazil)": "pt_BR", - # "Portuguese (Portugal)": "pt", # Empty + "Portuguese (Portugal)": "pt", + "Romanian": "ro", "Russian": "ru", "Spanish": "es", "Swedish": "sv",