From 9ff3edd317ab0d2abb39110869bae492740c8ab3 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 14 Jun 2025 02:24:13 +1000 Subject: [PATCH] Qt: Disable unmaintained translations These haven't been touched in 4+ years, and there are very few strings still valid. They'll still be built, so you can use them via the ini, but they will not appear in the dropdown list. --- src/duckstation-qt/qttranslations.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/duckstation-qt/qttranslations.cpp b/src/duckstation-qt/qttranslations.cpp index 560f95806..10feea13e 100644 --- a/src/duckstation-qt/qttranslations.cpp +++ b/src/duckstation-qt/qttranslations.cpp @@ -195,16 +195,13 @@ SmallString Host::TranslatePluralToSmallString(const char* context, const char* std::span> Host::GetAvailableLanguageList() { static constexpr const std::pair languages[] = {{"English", "en"}, - {"Deutsch", "de"}, {"Español de Latinoamérica", "es"}, {"Español de España", "es-ES"}, {"Français", "fr"}, - {"עברית", "he"}, {"Bahasa Indonesia", "id"}, {"日本語", "ja"}, {"한국어", "ko"}, {"Italiano", "it"}, - {"Nederlands", "nl"}, {"Polski", "pl"}, {"Português (Pt)", "pt-PT"}, {"Português (Br)", "pt-BR"},