aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/shared/langs.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/shared/langs.ts b/packages/shared/langs.ts
index 3bf23b75..8790599c 100644
--- a/packages/shared/langs.ts
+++ b/packages/shared/langs.ts
@@ -1,6 +1,8 @@
export const langNameMappings: Record<string, string> = {
en: "English",
- // de: "Deutsch",
+ de: "German",
+ fr: "French",
+ zh: "Chinese",
};
export const supportedLangs = Object.keys(langNameMappings);