mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
Added menu entry for vi-VN locale.
This commit is contained in:
parent
d058c75011
commit
307931950b
@ -35,6 +35,7 @@ import {
|
|||||||
zhTW,
|
zhTW,
|
||||||
ca,
|
ca,
|
||||||
hu,
|
hu,
|
||||||
|
vi,
|
||||||
} from 'date-fns/locale';
|
} from 'date-fns/locale';
|
||||||
|
|
||||||
export const languages = {
|
export const languages = {
|
||||||
@ -75,6 +76,7 @@ export const languages = {
|
|||||||
'ta-IN': { label: 'தமிழ்', dateLocale: ta },
|
'ta-IN': { label: 'தமிழ்', dateLocale: ta },
|
||||||
'tr-TR': { label: 'Türkçe', dateLocale: tr },
|
'tr-TR': { label: 'Türkçe', dateLocale: tr },
|
||||||
'uk-UA': { label: 'українська', dateLocale: uk },
|
'uk-UA': { label: 'українська', dateLocale: uk },
|
||||||
|
'vi-VN': { label: 'Tiếng Việt', dateLocale: vi },
|
||||||
};
|
};
|
||||||
|
|
||||||
export function getDateLocale(locale) {
|
export function getDateLocale(locale) {
|
||||||
|
Loading…
Reference in New Issue
Block a user