From 105e453335fabe44328108f699c13c312af4257e Mon Sep 17 00:00:00 2001 From: Jeff Wen Date: Sun, 26 Mar 2023 12:11:31 +0000 Subject: [PATCH] fix: correct the translation of the language --- app/locales/cn.ts | 2 +- app/locales/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index b0d5801c6..3e2161ec8 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -43,7 +43,7 @@ const cn = { Close: "关闭", }, Lang: { - Name: "Language", + Name: "语言", Options: { cn: "中文", en: "English", diff --git a/app/locales/en.ts b/app/locales/en.ts index e10898b31..70c44ae9b 100644 --- a/app/locales/en.ts +++ b/app/locales/en.ts @@ -47,7 +47,7 @@ const en: LocaleType = { Close: "Close", }, Lang: { - Name: "语言", + Name: "Language", Options: { cn: "中文", en: "English",