Added Khmer Translation

This commit is contained in:
Chhin Sras
2023-05-24 21:07:35 +07:00
parent a0da2f6e16
commit f89f3e6a38
4 changed files with 94 additions and 3 deletions

View File

@ -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;