Enabled portuguese-brazil language.

This commit is contained in:
Burak Kaan Köse
2024-06-21 01:22:03 +02:00
parent 1b36b52019
commit d3d190989d
4 changed files with 5 additions and 0 deletions

View File

@@ -14,5 +14,6 @@
French,
Indonesian,
Greek,
PortugeseBrazil,
}
}

View File

@@ -40,6 +40,7 @@ namespace Wino.Core.Domain.Translations
AppLanguage.Spanish => "es_ES",
AppLanguage.Indonesian => "id_ID",
AppLanguage.Greek => "el_GR",
AppLanguage.PortugeseBrazil => "pt_BR",
_ => "en_US",
};
}

View File

@@ -18,6 +18,7 @@
<None Remove="Translations\ja_JP\resources.json" />
<None Remove="Translations\nl_NL\resources.json" />
<None Remove="Translations\pl_PL\resources.json" />
<None Remove="Translations\pt_BR\resources.json" />
<None Remove="Translations\ru_RU\resources.json" />
<None Remove="Translations\uk_UA\resources.json" />
<None Remove="Translations\zh_CN\resources.json" />
@@ -37,6 +38,7 @@
<EmbeddedResource Include="Translations\ja_JP\resources.json" />
<EmbeddedResource Include="Translations\nl_NL\resources.json" />
<EmbeddedResource Include="Translations\pl_PL\resources.json" />
<EmbeddedResource Include="Translations\pt_BR\resources.json" />
<EmbeddedResource Include="Translations\ru_RU\resources.json" />
<EmbeddedResource Include="Translations\tr_TR\resources.json" />
<EmbeddedResource Include="Translations\uk_UA\resources.json" />

View File

@@ -80,6 +80,7 @@ namespace Wino.Core.Services
new AppLanguageModel(AppLanguage.Greek, "Greek"),
new AppLanguageModel(AppLanguage.Indonesian, "Indonesian"),
new AppLanguageModel(AppLanguage.Polish, "Polski"),
new AppLanguageModel(AppLanguage.PortugeseBrazil, "Portugese-Brazil"),
new AppLanguageModel(AppLanguage.Russian, "Russian"),
new AppLanguageModel(AppLanguage.Spanish, "Spanish")
];