Skip to content

Commit

Permalink
Merge pull request meikidd#8 from pierreneter-repositories/master
Browse files Browse the repository at this point in the history
Update correct nativeName of Vietnamese
  • Loading branch information
meikidd authored Nov 13, 2017
2 parents 8ae3d9a + ff3f243 commit cad5b4a
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 cad5b4a

Please sign in to comment.