File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ import { initReactI18next } from 'react-i18next'
4
4
import commonEn from './lang/common.en'
5
5
import commonEs from './lang/common.es'
6
6
import commonZh from './lang/common.zh'
7
+ import commonVi from './lang/common.vi'
7
8
import appEn from './lang/app.en'
8
9
import appEs from './lang/app.es'
9
10
import appZh from './lang/app.zh'
11
+ import appVi from './lang/app.vi'
10
12
import toolsEn from './lang/tools.en'
11
13
import toolsZh from './lang/tools.zh'
14
+ import toolsVi from './lang/tools.vi'
12
15
import type { Locale } from '.'
13
16
14
17
const resources = {
@@ -34,6 +37,14 @@ const resources = {
34
37
tools : toolsZh ,
35
38
} ,
36
39
} ,
40
+ 'vi' : {
41
+ translation : {
42
+ common : commonVi ,
43
+ app : appVi ,
44
+ // tools
45
+ tools : toolsVi ,
46
+ } ,
47
+ }
37
48
}
38
49
39
50
i18n . use ( initReactI18next )
You can’t perform that action at this time.
0 commit comments