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.
This commit is contained in:
Stenzek 2025-06-14 02:24:13 +10:00
parent 0cf5618a05
commit 9ff3edd317
No known key found for this signature in database

View File

@ -195,16 +195,13 @@ SmallString Host::TranslatePluralToSmallString(const char* context, const char*
std::span<const std::pair<const char*, const char*>> Host::GetAvailableLanguageList()
{
static constexpr const std::pair<const char*, const char*> 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"},