Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#3308 from yuri-filipe/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Nov 19, 2023
2 parents 2dde550 + 6f135a0 commit 4f8a0b7
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/locales/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import cn from "./cn";
import en from "./en";
import pt from "./pt";
import tw from "./tw";
import id from "./id";
import fr from "./fr";
Expand All @@ -23,6 +24,7 @@ export type { LocaleType, PartialLocaleType } from "./cn";
const ALL_LANGS = {
cn,
en,
pt,
tw,
jp,
ko,
Expand All @@ -47,6 +49,7 @@ export const AllLangs = Object.keys(ALL_LANGS) as Lang[];
export const ALL_LANG_OPTIONS: Record<Lang, string> = {
cn: "简体中文",
en: "English",
pt: "Português",
tw: "繁體中文",
jp: "日本語",
ko: "한국어",
Expand Down
Loading

0 comments on commit 4f8a0b7

Please sign in to comment.