fix: import language issue

This commit is contained in:
Fred Liang 2024-01-05 21:16:49 +08:00 committed by Fred Liang
parent 4a21a8fdae
commit 916d764477

View File

@ -16,7 +16,7 @@ import cs from "./cs";
import ko from "./ko";
import ar from "./ar";
import bn from "./bn";
import bn from "./sk";
import sk from "./sk";
import { merge } from "../utils/merge";
import type { LocaleType } from "./cn";
@ -67,7 +67,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
no: "Nynorsk",
ar: "العربية",
bn: "বাংলা",
sk: "Slovensky"
sk: "Slovensky",
};
const LANG_KEY = "lang";