feat: add some Myanmar translation

This commit is contained in:
Yan Waipann 2023-08-11 21:00:59 +06:30
parent 3572df0a09
commit 37f0e37417
2 changed files with 196 additions and 0 deletions

View file

@ -93,6 +93,7 @@ export const languages = {
'vi-VN': { label: 'Tiếng Việt', dateLocale: vi },
'zh-CN': { label: '中文', dateLocale: zhCN },
'zh-TW': { label: '中文(繁體)', dateLocale: zhTW },
'my-MM': { label: 'မြန်မာဘာသာ', dateLocale: enUS },
};
export function getDateLocale(locale) {