File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ 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 commonJa from './lang/common.ja'
8
9
import appEn from './lang/app.en'
9
10
import appEs from './lang/app.es'
10
11
import appZh from './lang/app.zh'
12
+ import appVi from './lang/app.vi'
11
13
import appJa from './lang/app.ja'
12
14
import toolsEn from './lang/tools.en'
13
15
import toolsZh from './lang/tools.zh'
16
+ import toolsVi from './lang/tools.vi'
14
17
import toolsJa from './lang/tools.ja'
18
+
15
19
import type { Locale } from '.'
16
20
17
21
const resources = {
@@ -37,6 +41,14 @@ const resources = {
37
41
tools : toolsZh ,
38
42
} ,
39
43
} ,
44
+ 'vi' : {
45
+ translation : {
46
+ common : commonVi ,
47
+ app : appVi ,
48
+ // tools
49
+ tools : toolsVi ,
50
+ } ,
51
+ }
40
52
'ja ': {
41
53
translation : {
42
54
common : commonJa ,
You can’t perform that action at this time.
0 commit comments