From 6a9865eb4f7468922fb859504465eae448ac410f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 30 Nov 2024 10:07:37 +0200 Subject: [PATCH] feat(i18n): add Traditional Chinese --- src/routes/api/options.ts | 4 ++++ 1 file changed, 4 insertions(+) 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ă"