mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export { default as enUS } from './en-US';
|
|
export { default as zhCN } from './zh-CN';
|
|
export { default as jaJP } from './ja-JP';
|
|
|
|
|