Qt: Add Portuguese translation

This commit is contained in:
Connor McLaughlin
2020-07-28 19:16:12 +10:00
parent 3edb255eca
commit 79c8b9f52c
11 changed files with 1520 additions and 7 deletions

View File

@ -53,7 +53,7 @@ const char* QtHostInterface::GetFrontendName() const
std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageList()
{
return {{QStringLiteral("English"), QStringLiteral("")}};
return {{QStringLiteral("English"), QStringLiteral("")}, {QStringLiteral("Portuguese"), QStringLiteral("pt")}};
}
bool QtHostInterface::Initialize()