forked from XiaoMo/ChatGPT-Next-Web
fix: import language issue
This commit is contained in:
parent
4a21a8fdae
commit
916d764477
@ -16,7 +16,7 @@ import cs from "./cs";
|
|||||||
import ko from "./ko";
|
import ko from "./ko";
|
||||||
import ar from "./ar";
|
import ar from "./ar";
|
||||||
import bn from "./bn";
|
import bn from "./bn";
|
||||||
import bn from "./sk";
|
import sk from "./sk";
|
||||||
import { merge } from "../utils/merge";
|
import { merge } from "../utils/merge";
|
||||||
|
|
||||||
import type { LocaleType } from "./cn";
|
import type { LocaleType } from "./cn";
|
||||||
@ -67,7 +67,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
|
|||||||
no: "Nynorsk",
|
no: "Nynorsk",
|
||||||
ar: "العربية",
|
ar: "العربية",
|
||||||
bn: "বাংলা",
|
bn: "বাংলা",
|
||||||
sk: "Slovensky"
|
sk: "Slovensky",
|
||||||
};
|
};
|
||||||
|
|
||||||
const LANG_KEY = "lang";
|
const LANG_KEY = "lang";
|
||||||
|
Loading…
Reference in New Issue
Block a user