mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import en from "./en.json";
|
|
import zh_cn from "./zh_cn.json";
|
|
|
|
export const LANGS = {
|
|
en: en,
|
|
zh_cn: zh_cn,
|
|
};
|