Skip to content

Commit 873562d

Browse files
authored
feat(i18n): add vietnamese vi-VN translations (#2291)
1 parent 1bad45b commit 873562d

File tree

2 files changed

+1528
-7
lines changed

2 files changed

+1528
-7
lines changed

config/i18n.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,13 +343,13 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
343343
code: 'tl-PH',
344344
file: 'tl-PH.json',
345345
name: 'Tagalog',
346-
},
347-
{
348-
code: 'vi-VN',
349-
file: 'vi-VN.json',
350-
name: 'Tiếng Việt',
351-
},
352-
{
346+
},*/
347+
{
348+
code: 'vi-VN',
349+
file: 'vi-VN.json',
350+
name: 'Tiếng Việt',
351+
},
352+
/*{
353353
code: 'cy',
354354
file: 'cy.json',
355355
name: 'Cymraeg',

0 commit comments

Comments
 (0)