mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-11 13:07:07 +08:00
fixup: translation context
This commit is contained in:
@@ -5,7 +5,7 @@ import ES from "./es";
|
||||
|
||||
export type { LocaleType } from "./cn";
|
||||
|
||||
export const AllLangs = ["en", "cn", "tw", "es"] as const;
|
||||
export const AllLangs = ["cn", "tw", "en", "es"] as const;
|
||||
type Lang = (typeof AllLangs)[number];
|
||||
|
||||
const LANG_KEY = "lang";
|
||||
|
Reference in New Issue
Block a user