From 1fe9e48cc032ef21e5af824eacdac7481dfcd77b Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 4 Sep 2021 21:40:17 +0200 Subject: [PATCH] release 0.3.2 --- CHANGELOG.md | 4 ++++ README.md | 3 +++ lang/de.json | 10 +++++----- plugin.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3990c39..2dfd53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.3.2 + +Add Bulgarian, French, German, Greek, Turkish translations (thanks to the contributors in the Matomo weblate project) + ### 0.3.1 (Matomo 4+ only) - use local names for languages diff --git a/README.md b/README.md index 4086b3b..369a083 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Matomo LanguageToogle Plugin +[![Translation status](https://hosted.weblate.org/widgets/matomo/-/communityplugin-languagetoogle/svg-badge.svg)](https://hosted.weblate.org/projects/matomo/communityplugin-languagetoogle/) + + ## Description This plugin allows every user to select a list of languages that then can be quickly switched to via the top menu. diff --git a/lang/de.json b/lang/de.json index e8a9251..00afac3 100644 --- a/lang/de.json +++ b/lang/de.json @@ -1,7 +1,7 @@ { - "LanguageToogle": { - "SettingsTitle": "Persönliche Sprachen", - "Description": "Wähle die Sprachen zwischen denen gewechselt werden soll.", - "Language": "Sprache" - } + "LanguageToogle": { + "Description": "Wähle die Sprachen zwischen denen gewechselt werden soll.", + "Language": "Sprache", + "SettingsTitle": "Persönliche Sprachen" + } } diff --git a/plugin.json b/plugin.json index 58483ff..28d3d69 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "LanguageToogle", "description": "Quickly change the language of Matomo", - "version": "0.3.1", + "version": "0.3.2", "theme": false, "require": { "piwik": ">=4.0.0-b1,<5.0.0-b1"