We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8371e89 commit d38e14aCopy full SHA for d38e14a
frontend/src/components/common/LanguageSwitcher/index.tsx
@@ -24,6 +24,8 @@ export const LanguageSwitcher = () => {
24
return t`Brazilian Portuguese`;
25
case "zh-cn":
26
return t`Chinese (Simplified)`;
27
+ case "zh-hk":
28
+ return t`Chinese (Traditional)`;
29
case "vi":
30
return t`Vietnamese`;
31
}
0 commit comments