Add languages (#19447)

This commit is contained in:
Josh Hawkins
2025-08-10 06:27:47 -06:00
committed by GitHub
parent f46560d2bf
commit c2f8de94e8
4 changed files with 11 additions and 0 deletions
@@ -85,6 +85,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
"nb-NO": "nb",
"yue-Hant": "yue",
"zh-CN": "zhCN",
"pt-BR": "ptBR",
};
return supportedLanguageKeys.map((key) => {