mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-28 06:10:12 +00:00
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:
parent
0cf5618a05
commit
9ff3edd317
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user