mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
9 lines
133 B
TypeScript
9 lines
133 B
TypeScript
import { LANG } from '~/constants'
|
|
import en from './en'
|
|
import zh from './zh'
|
|
|
|
export default {
|
|
[LANG.EN]: en,
|
|
[LANG.ZH]: zh,
|
|
}
|