support for `pr-BR`

This commit is contained in:
Kyle Spearrin 2017-12-27 15:42:46 -05:00
parent d92c6cc6c6
commit 3eee5e696d
2 changed files with 0 additions and 10 deletions

View File

@ -63,11 +63,6 @@ namespace Bit.Android.Services
netLanguage = "zh-Hans";
}
}
else if(androidLanguage.StartsWith("pt"))
{
// only Portuguese Europe for now
netLanguage = "pt-PT";
}
else
{
// certain languages need to be converted to CultureInfo equivalent

View File

@ -66,11 +66,6 @@ namespace Bit.iOS.Core.Services
{
netLanguage = "zh-Hans";
}
else if(iOSLanguage.StartsWith("pt"))
{
// only Portuguese Europe for now
netLanguage = "pt-PT";
}
else
{
//certain languages need to be converted to CultureInfo equivalent