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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user