Skip to content

Commit

Permalink
将默认语言设置为中文
Browse files Browse the repository at this point in the history
  • Loading branch information
gqye committed Jul 21, 2024
1 parent f3b8f94 commit 1f3c610
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,16 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
id: "Indonesia",
fr: "Français",
es: "Español",
it: "Italiano",
tr: "Türkçe",
de: "Deutsch",
vi: "Tiếng Việt",
ru: "Русский",
cs: "Čeština",
no: "Nynorsk",
ar: "العربية",
bn: "বাংলা",
sk: "Slovensky",
};

const LANG_KEY = "lang";
Expand Down

0 comments on commit 1f3c610

Please sign in to comment.