diff --git a/app/locales/index.ts b/app/locales/index.ts index 57d01fe6c0a..6e8088a9894 100644 --- a/app/locales/index.ts +++ b/app/locales/index.ts @@ -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 = { no: "Nynorsk", ar: "العربية", bn: "বাংলা", - sk: "Slovensky" + sk: "Slovensky", }; const LANG_KEY = "lang";