From 2ddbbc2872f190d4340421e60206f963b877bbe8 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:39:36 +0200 Subject: [PATCH] Add Vietnamese to the list as the name of the language in the language itself --- src/i18n/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index 871c510b..050f7c4b 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -54,6 +54,10 @@ const languages = [ code: 'es', name: 'Spanish', }, + { + code: 'vi', + name: 'Tiếng Việt' + } ]; i18n