File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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'
44import  commonEn  from  './lang/common.en' 
55import  commonEs  from  './lang/common.es' 
66import  commonZh  from  './lang/common.zh' 
7+ import  commonVi  from  './lang/common.vi' 
78import  commonJa  from  './lang/common.ja' 
89import  appEn  from  './lang/app.en' 
910import  appEs  from  './lang/app.es' 
1011import  appZh  from  './lang/app.zh' 
12+ import  appVi  from  './lang/app.vi' 
1113import  appJa  from  './lang/app.ja' 
1214import  toolsEn  from  './lang/tools.en' 
1315import  toolsZh  from  './lang/tools.zh' 
16+ import  toolsVi  from  './lang/tools.vi' 
1417import  toolsJa  from  './lang/tools.ja' 
18+ 
1519import  type  {  Locale  }  from  '.' 
1620
1721const  resources  =  { 
@@ -37,6 +41,14 @@ const resources = {
3741      tools : toolsZh , 
3842    } , 
3943  } , 
44+   'vi' : { 
45+     translation : { 
46+       common : commonVi , 
47+       app : appVi , 
48+       // tools 
49+       tools : toolsVi , 
50+     } , 
51+   } 
4052  'ja ': { 
4153    translation : { 
4254      common : commonJa , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments