mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-29 18:30:16 +08:00
Added Khmer Translation
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import zhCN from './zh-cn';
|
||||
import en from './en';
|
||||
import kmKH from './km-KH';
|
||||
|
||||
const locales = {
|
||||
'zh-CN': zhCN,
|
||||
en
|
||||
en,
|
||||
'km-KH': kmKH,
|
||||
};
|
||||
|
||||
export type LocaleKey = keyof typeof locales;
|
||||
|
||||
Reference in New Issue
Block a user