mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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