mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat(i18n): added vietnamese language (#859)
This commit is contained in:
parent
95698cb938
commit
1334bff30a
3 changed files with 74 additions and 2 deletions
|
@ -9,6 +9,7 @@ const localesLong: Record<string, string> = {
|
|||
ru: 'Русский',
|
||||
uk: 'Українська',
|
||||
zh: '中文',
|
||||
vi: 'Tiếng Việt',
|
||||
};
|
||||
|
||||
const localeOptions = computed(() =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue