remotely-save/index.ts

8 lines
115 B
TypeScript
Raw Normal View History

2022-03-20 07:33:08 +00:00
import en from "./en.json";
import zh_cn from "./zh_cn.json";
export const LANGS = {
en: en,
zh_cn: zh_cn,
};