Skip to content

Commit

Permalink
Merge branch 'ChatGPTNextWeb:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto authored Jan 8, 2024
2 parents 296df59 + cc86923 commit cf530d0
Show file tree
Hide file tree
Showing 18 changed files with 485 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import cs from "./cs";
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";
Expand All @@ -40,6 +41,7 @@ const ALL_LANGS = {
no,
ar,
bn,
sk,
};

export type Lang = keyof typeof ALL_LANGS;
Expand All @@ -65,6 +67,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
no: "Nynorsk",
ar: "العربية",
bn: "বাংলা",
sk: "Slovensky",
};

const LANG_KEY = "lang";
Expand Down
Loading

0 comments on commit cf530d0

Please sign in to comment.