Update languages.ts

provisionally add simplified and traditional chinese to languages.ts
This commit is contained in:
rasputin
2024-05-15 08:31:25 +02:00
committed by Paul Miller
parent b4b0de193a
commit b99fb27a6e

View File

@@ -20,5 +20,13 @@ export const LANGUAGE_OPTIONS: Language[] = [
{
value: "한국어",
shortName: "ko"
},
{
value: "简体中文",
shortName: "hans"
},
{
value: "繁體中文",
shortName: "hant"
}
];