mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-08 05:58:05 +08:00
8 lines
88 B
JavaScript
8 lines
88 B
JavaScript
import en from './en'
|
|
import zh from './zh-cn'
|
|
|
|
export const lang = {
|
|
en,
|
|
zh,
|
|
}
|