about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r--src/locale/helpers.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index d07b95d93..58e8a3a82 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -142,6 +142,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.ca
       case 'zh-CN':
         return AppLanguage.zh_CN
+      case 'zh-TW':
+        return AppLanguage.zh_TW
       case 'it':
         return AppLanguage.it
       default: