fix: Fallback languge being set to Portuguese (#524)

This commit is contained in:
gordon--
2022-06-04 15:52:02 +02:00
committed by GitHub
parent bad109ef8d
commit 038a6b9757

View File

@@ -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" },