From ff3f243ceee02b3a5138067dabca8699429b60f8 Mon Sep 17 00:00:00 2001 From: Pierre Neter Date: Mon, 13 Nov 2017 02:27:27 +0700 Subject: [PATCH] Update correct nativeName of Vietnamese --- src/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data.js b/src/data.js index 94a523f..f07c6e1 100644 --- a/src/data.js +++ b/src/data.js @@ -697,7 +697,7 @@ const LANGUAGES_LIST = { }, vi: { name: 'Vietnamese', - nativeName: 'Việt Nam' + nativeName: 'Tiếng Việt' }, vo: { name: 'Volapük', @@ -737,4 +737,4 @@ const LANGUAGES_LIST = { } } -export default LANGUAGES_LIST \ No newline at end of file +export default LANGUAGES_LIST