Skip to content

Commit

Permalink
fix: import language issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliang44 committed Jan 5, 2024
1 parent 4a21a8f commit 916d764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -67,7 +67,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
no: "Nynorsk",
ar: "العربية",
bn: "বাংলা",
sk: "Slovensky"
sk: "Slovensky",
};

const LANG_KEY = "lang";
Expand Down

0 comments on commit 916d764

Please sign in to comment.