1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

zh-HK gets traditional chinse

This commit is contained in:
Kyle Spearrin
2018-11-15 08:23:45 -05:00
parent 49af74729f
commit 36e263b9ff
2 changed files with 3 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ namespace Bit.iOS.Core.Services
Console.WriteLine("iOS Language:" + iOSLanguage);
var netLanguage = iOSLanguage;
if(iOSLanguage.StartsWith("zh-Hant"))
if(iOSLanguage.StartsWith("zh-Hant") || iOSLanguage.StartsWith("zh-HK"))
{
netLanguage = "zh-Hant";
}