From d6f5232d457cb27ccebc174cd8e778185ba9e9b0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 17:06:43 +0100 Subject: [PATCH 1/9] =?UTF-8?q?User=20Portugu=C3=AAs=20for=20Portuguese?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/index.js b/locales/index.js index daafb6577..35a99b317 100644 --- a/locales/index.js +++ b/locales/index.js @@ -36,7 +36,7 @@ module.exports = [ enabled: true }, { - name: 'Portuguese', + name: 'Português', code: 'pt', iso: 'pt-PT', enabled: true From 9f03ac3cd938e38314742e849a2160f73aab01bf Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 17:07:00 +0100 Subject: [PATCH 2/9] Sort Languages alphabetically --- components/LocaleSwitch.vue | 41 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/components/LocaleSwitch.vue b/components/LocaleSwitch.vue index 88e7bdcb1..74e1a2d3b 100644 --- a/components/LocaleSwitch.vue +++ b/components/LocaleSwitch.vue @@ -4,23 +4,23 @@ :placement="placement" :offset="offset" > - + {{ current.code.toUpperCase() }} + +