This commit is contained in:
GH Action - Upstream Sync
2023-08-28 00:57:20 +00:00
26 changed files with 537 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import cn from "./cn";
import en from "./en";
import tw from "./tw";
import id from "./id";
import fr from "./fr";
import es from "./es";
import it from "./it";
@@ -26,6 +27,7 @@ const ALL_LANGS = {
tw,
jp,
ko,
id,
fr,
es,
it,
@@ -49,6 +51,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
tw: "繁體中文",
jp: "日本語",
ko: "한국어",
id: "Indonesia",
fr: "Français",
es: "Español",
it: "Italiano",