fix: unify chinese language code as zh-CN
This commit is contained in:
@@ -12,7 +12,7 @@ const t = (key: string) =>
|
||||
type_image: "图片",
|
||||
type_video: "视频",
|
||||
type_music: "音乐",
|
||||
lang_zh: "中文",
|
||||
lang_zh_CN: "中文",
|
||||
lang_en: "English",
|
||||
lang_ja: "日本語",
|
||||
})[key] ?? key;
|
||||
|
||||
Reference in New Issue
Block a user