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

@ -22,7 +22,11 @@ const options = [
{
label: 'English',
key: 'en'
}
},
{
label: 'ភាសាខ្មែរ',
key: 'km-KH'
}
];
const handleSelect = (key: string) => {
language.value = key as I18nType.langType;