From ca323d27c7aa9935f4aba196c46a6b77e55d1564 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:29:54 +0200 Subject: [PATCH 1/3] Add level.label string --- src/i18n/locales/en/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/en/leftSidebar/languages.json b/src/i18n/locales/en/leftSidebar/languages.json index c0167dd7..21cb2483 100644 --- a/src/i18n/locales/en/leftSidebar/languages.json +++ b/src/i18n/locales/en/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Name" }, + "level": { + "label": "Level" + }, "rating": { "label": "Rating" } 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 2/3] 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 From 865c1809bcc46e95028cbf4d81d4e81c79c3b9e1 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:09:36 +0200 Subject: [PATCH 3/3] Add languages.level.label string to src/i18n/source as well --- src/i18n/source/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/source/leftSidebar/languages.json b/src/i18n/source/leftSidebar/languages.json index c0167dd7..21cb2483 100644 --- a/src/i18n/source/leftSidebar/languages.json +++ b/src/i18n/source/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Name" }, + "level": { + "label": "Level" + }, "rating": { "label": "Rating" }