mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
fix: Fallback languge being set to Portuguese (#524)
This commit is contained in:
@@ -5,7 +5,6 @@ namespace hex::plugin::builtin {
|
||||
|
||||
void registerLanguagePtBR() {
|
||||
ContentRegistry::Language::registerLanguage("Portuguese (Brazilian)", "pt-BR");
|
||||
LangEntry::setFallbackLanguage("pt-BR");
|
||||
|
||||
ContentRegistry::Language::addLocalizations("pt-BR", {
|
||||
{ "hex.builtin.welcome.header.main", "Bem-vindo ao ImHex" },
|
||||
|
||||
Reference in New Issue
Block a user