add Vietnamese language support

This commit is contained in:
Chokiproai
2025-11-21 10:40:14 +07:00
parent 9b6b8d0eb8
commit eef08e5b3e
3 changed files with 2710 additions and 1 deletions
+2
View File
@@ -26,6 +26,7 @@ import frTranslation from './locales/fr.json';
import zhTranslation from './locales/zh.json';
import ruTranslation from './locales/ru.json';
import jaTranslation from './locales/ja.json';
import viTranslation from './locales/vi.json';
i18n
.use(LanguageDetector)
@@ -38,6 +39,7 @@ i18n
fr: frTranslation,
ru: ruTranslation,
ja: jaTranslation,
vi: viTranslation,
},
fallbackLng: 'zh',
interpolation: {
File diff suppressed because it is too large Load Diff