[+] Language indonesia (my country)

This commit is contained in:
B0zal
2023-08-25 06:31:33 +07:00
parent b3fd56c2c1
commit 507b7fee56
2 changed files with 352 additions and 0 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";
@@ -25,6 +26,7 @@ const ALL_LANGS = {
tw,
jp,
ko,
id,
fr,
es,
it,
@@ -48,6 +50,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
tw: "繁體中文",
jp: "日本語",
ko: "한국어",
id: "Indonesia",
fr: "Français",
es: "Español",
it: "Italiano",