mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
support for pr-BR
This commit is contained in:
parent
d92c6cc6c6
commit
3eee5e696d
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue