mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-12 09:24:33 +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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user