mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-15 14:23:41 +08:00
feat(projects): new i18n function $t & login page and setting drawer config i18n
This commit is contained in:
11
src/locales/locale.ts
Normal file
11
src/locales/locale.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import zhCN from './lang/zhCN';
|
||||
import en from './lang/en';
|
||||
import kmKH from './lang/km-KH';
|
||||
|
||||
const locales: Record<I18nType.LangType, I18nType.Schema> = {
|
||||
'zh-CN': zhCN,
|
||||
en,
|
||||
'km-KH': kmKH
|
||||
};
|
||||
|
||||
export default locales;
|
Reference in New Issue
Block a user