Skip to content

Commit

Permalink
Update correct nativeName of Vietnamese
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreneter authored Nov 12, 2017
1 parent 8ae3d9a commit ff3f243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ const LANGUAGES_LIST = {
},
vi: {
name: 'Vietnamese',
nativeName: 'Việt Nam'
nativeName: 'Tiếng Việt'
},
vo: {
name: 'Volapük',
Expand Down Expand Up @@ -737,4 +737,4 @@ const LANGUAGES_LIST = {
}
}

export default LANGUAGES_LIST
export default LANGUAGES_LIST

0 comments on commit ff3f243

Please sign in to comment.