mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 14:47:14 +01:00
feat: add some Myanmar translation
This commit is contained in:
parent
3572df0a09
commit
37f0e37417
2 changed files with 196 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue