Enabled portuguese-brazil language.
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
French,
|
||||
Indonesian,
|
||||
Greek,
|
||||
PortugeseBrazil,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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")
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user