Explorar el Código

Update shared.js

The Cong Doan hace 3 años
padre
commit
61d91b31ad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/utils/shared.js

+ 1 - 1
src/utils/shared.js

@@ -586,5 +586,5 @@ export const supportLocales = [
   { id: 'en', name: 'English' },
   { id: 'zh', name: '简体中文' },
   { id: 'zh-tw', name: '繁體中文' },
-  { id: 'vi', name: 'Vietnamese' },
+  { id: 'vi', name: 'Tiếng Việt' },
 ];