mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-01 04:24:32 +01:00
Update languages.ts
provisionally add simplified and traditional chinese to languages.ts
This commit is contained in:
@@ -20,5 +20,13 @@ export const LANGUAGE_OPTIONS: Language[] = [
|
||||
{
|
||||
value: "한국어",
|
||||
shortName: "ko"
|
||||
},
|
||||
{
|
||||
value: "简体中文",
|
||||
shortName: "hans"
|
||||
},
|
||||
{
|
||||
value: "繁體中文",
|
||||
shortName: "hant"
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user