Skip to content

Commit

Permalink
Update SelectLang template (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Truong Vu <truong.vu@codeenginestudio.com>
  • Loading branch information
vukhanhtruong and ces-truongvu authored Aug 26, 2020
1 parent ddcfad5 commit c444513
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/plugin-locale/src/templates/SelectLang.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const defaultLangUConfigMap = {
icon: '🇦🇿',
title: 'Dil'
},
' bg-BG': {
lang: ' bg-BG',
'bg-BG': {
lang: 'bg-BG',
label: 'Български език',
icon: '🇧🇬',
title: 'език'
Expand Down Expand Up @@ -100,7 +100,7 @@ const defaultLangUConfigMap = {
title: 'Sprache'
},
'el-GR': {
lang: ' el-GR',
lang: 'el-GR',
label: 'Ελληνικά',
icon: '🇬🇷',
title: 'Γλώσσα'
Expand All @@ -124,7 +124,7 @@ const defaultLangUConfigMap = {
title: 'Idioma'
},
'et-EE': {
lang: ' et-EE',
lang: 'et-EE',
label: 'Eesti',
icon: '🇪🇪',
title: 'Keel'
Expand Down Expand Up @@ -183,7 +183,7 @@ const defaultLangUConfigMap = {
icon: '🇭🇺',
title: 'Nyelv'
},
' hy-AM': {
'hy-AM': {
lang: 'hu-HU',
label: 'Հայերեն',
icon: '🇦🇲',
Expand All @@ -202,7 +202,7 @@ const defaultLangUConfigMap = {
title: 'Linguaggio'
},
'is-IS': {
lang: ' is-IS',
lang: 'is-IS',
label: 'Íslenska',
icon: '🇮🇸',
title: 'Tungumál'
Expand Down Expand Up @@ -321,8 +321,8 @@ const defaultLangUConfigMap = {
icon: '🇸🇱',
title: 'Jezik'
},
' sv-SE': {
lang: ' sv-SE',
'sv-SE': {
lang: 'sv-SE',
label: 'Svenska',
icon: '🇸🇪',
title: 'Språk'
Expand Down Expand Up @@ -352,9 +352,9 @@ const defaultLangUConfigMap = {
title: 'Мова'
},
'vi-VN': {
lang: ' vi-VN',
lang: 'vi-VN',
label: 'Tiếng Việt',
icon: '🇻🇮',
icon: '🇻🇳',
title: 'Ngôn ngữ'
},
'zh-CN': {
Expand Down

0 comments on commit c444513

Please sign in to comment.