add Vietnamese language support

This commit is contained in:
Chokiproai
2025-11-21 10:40:14 +07:00
parent ef0647285c
commit cdb1c06ad2
3 changed files with 2710 additions and 1 deletions

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: {

2700
web/src/i18n/locales/vi.json Normal file

File diff suppressed because it is too large Load Diff