From 47e8977371126e80e1fda91611d6ec53fac05687 Mon Sep 17 00:00:00 2001 From: Nriver <6752679+Nriver@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:23:37 +0800 Subject: [PATCH] update language name --- src/routes/api/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/api/options.ts b/src/routes/api/options.ts index a8dfa1b7a..965540432 100644 --- a/src/routes/api/options.ts +++ b/src/routes/api/options.ts @@ -143,7 +143,7 @@ function getSupportedLocales() { }, { "id": "cn", - "name": "Chinese" + "name": "简体中文" } ]; }