Browse Source

Update shared.js

The Cong Doan 3 năm trước cách đây
mục cha
commit
61d91b31ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' },
 ];