From 6c5812c8637cc8e77e7c4ab5c7b4820068b8d871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 3 Jan 2019 07:36:46 +0000 Subject: [PATCH 01/10] Bump vuex-i18n from 1.10.9 to 1.11.0 Bumps [vuex-i18n](https://github.com/dkfbasel/vuex-i18n) from 1.10.9 to 1.11.0. - [Release notes](https://github.com/dkfbasel/vuex-i18n/releases) - [Commits](https://github.com/dkfbasel/vuex-i18n/compare/v1.10.9...v1.11.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f316df396..580f8cae8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "v-tooltip": "^2.0.0-rc.33", "vue-count-to": "^1.0.13", "vue-izitoast": "1.1.2", - "vuex-i18n": "^1.10.9" + "vuex-i18n": "^1.11.0" }, "devDependencies": { "@vue/eslint-config-prettier": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 800a9deff..2ef56bc96 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11683,10 +11683,10 @@ vue@^2.5.17: resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada" integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ== -vuex-i18n@^1.10.9: - version "1.10.9" - resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.10.9.tgz#5d5dc551f33b1d229b9bbff45deec29d9be93143" - integrity sha512-9JECE4I9VG0ZDCTV7kAldLdZN7FXJi/wjGi7DP/gosFyiye9jKBuIWO1djxkenl1ablTLfu/O6oTWBZuOIUsbQ== +vuex-i18n@^1.11.0: + version "1.11.0" + resolved "https://registry.yarnpkg.com/vuex-i18n/-/vuex-i18n-1.11.0.tgz#e6cdc95080c445ab2c211cc6b64a907d217639d3" + integrity sha512-+Eme0C7FS3VFLIWpAwisohC3KcRDw+YcXFANssUZZq16P2C4z8V2VGbEtFHFw0DzkvZcdM2CAkUj6rdMl9wYmg== vuex@^3.0.1: version "3.0.1" From d6f5232d457cb27ccebc174cd8e778185ba9e9b0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sat, 12 Jan 2019 17:06:43 +0100 Subject: [PATCH 02/10] =?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 03/10] 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() }} + +