Qt: Display Portuguese language as Portuguese (Br)
This commit is contained in:
parent
821b2b4be8
commit
bc6f6d1a6d
|
@ -11,6 +11,7 @@ A "BIOS" ROM image is required to to start the emulator and to play games. You c
|
|||
|
||||
## Latest News
|
||||
|
||||
- 2020/07/28: Qt frontend supports displaying interface in multiple languages.
|
||||
- 2020/07/23: m3u multi-disc support for libretro core.
|
||||
- 2020/07/22: Support multiple bindings for each controller button/axis.
|
||||
- 2020/07/18: Widescreen hack enhancement added.
|
||||
|
|
|
@ -53,7 +53,7 @@ const char* QtHostInterface::GetFrontendName() const
|
|||
|
||||
std::vector<std::pair<QString, QString>> QtHostInterface::getAvailableLanguageList()
|
||||
{
|
||||
return {{QStringLiteral("English"), QStringLiteral("")}, {QStringLiteral("Portuguese"), QStringLiteral("pt")}};
|
||||
return {{QStringLiteral("English"), QStringLiteral("")}, {QStringLiteral("Portuguese (Br)"), QStringLiteral("pt")}};
|
||||
}
|
||||
|
||||
bool QtHostInterface::Initialize()
|
||||
|
|
Loading…
Reference in New Issue