mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-14 05:53:41 +08:00
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts: # app/locales/index.ts
This commit is contained in:
@@ -16,6 +16,7 @@ import en from "./en";
|
||||
// import ko from "./ko";
|
||||
// import ar from "./ar";
|
||||
// import bn from "./bn";
|
||||
// import sk from "./sk";
|
||||
import { merge } from "../utils/merge";
|
||||
|
||||
import type { LocaleType } from "./cn";
|
||||
@@ -40,6 +41,7 @@ const ALL_LANGS = {
|
||||
// no,
|
||||
// ar,
|
||||
// bn,
|
||||
// sk,
|
||||
};
|
||||
|
||||
export type Lang = keyof typeof ALL_LANGS;
|
||||
@@ -65,6 +67,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
|
||||
// no: "Nynorsk",
|
||||
// ar: "العربية",
|
||||
// bn: "বাংলা",
|
||||
// sk: "Slovensky",
|
||||
};
|
||||
|
||||
const LANG_KEY = "lang";
|
||||
|
Reference in New Issue
Block a user