diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index 3ddcdcaf9..0e60bea27 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -171,6 +171,10 @@ function getSupportedLocales() { "id": "cn", "name": "简体中文" }, + { + "id": "tw", + "name": "繁體中文" + }, { "id": "ro", "name": "Română"