merge langs back to main repo

This commit is contained in:
fyears
2024-01-06 13:49:49 +08:00
8 changed files with 1050 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
import en from "./en.json";
import zh_cn from "./zh_cn.json";
import zh_tw from "./zh_tw.json";
export const LANGS = {
en: en,
zh_cn: zh_cn,
zh_tw: zh_tw,
};