Qt: Add German/Deutsch translation

This commit is contained in:
Connor McLaughlin
2020-08-03 13:27:20 +10:00
parent 8b4624a98e
commit e198e31598
6 changed files with 1848 additions and 0 deletions

View File

@ -54,6 +54,7 @@ const char* QtHostInterface::GetFrontendName() const
std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageList()
{
return {{QStringLiteral("English"), QStringLiteral("")},
{QStringLiteral("Deutsch"), QStringLiteral("de")},
{QStringLiteral("Portuguese (Pt)"), QStringLiteral("pt-pt")},
{QStringLiteral("Portuguese (Br)"), QStringLiteral("pt-br")}};
}