feat(i18n): added vietnamese language (#859)

This commit is contained in:
hieudt-2054 2024-02-01 20:47:09 +07:00 committed by GitHub
parent 95698cb938
commit 1334bff30a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 2 deletions

View file

@ -9,6 +9,7 @@ const localesLong: Record<string, string> = {
ru: 'Русский',
uk: 'Українська',
zh: '中文',
vi: 'Tiếng Việt',
};
const localeOptions = computed(() =>