1
0
Fork 0
mirror of https://github.com/Findus23/plugin-LanguageToogle.git synced 2024-09-19 15:43:46 +02:00

release 0.3.2

This commit is contained in:
Lukas Winkler 2021-09-04 21:40:17 +02:00
parent 861ea031ef
commit 1fe9e48cc0
Signed by: lukas
GPG key ID: 54DE4D798D244853
4 changed files with 13 additions and 6 deletions

View file

@ -1,5 +1,9 @@
## Changelog ## 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) ### 0.3.1 (Matomo 4+ only)
- use local names for languages - use local names for languages

View file

@ -1,5 +1,8 @@
# Matomo LanguageToogle Plugin # 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 ## Description
This plugin allows every user to select a list of languages that then can be quickly switched to via the top menu. This plugin allows every user to select a list of languages that then can be quickly switched to via the top menu.

View file

@ -1,7 +1,7 @@
{ {
"LanguageToogle": { "LanguageToogle": {
"SettingsTitle": "Persönliche Sprachen", "Description": "Wähle die Sprachen zwischen denen gewechselt werden soll.",
"Description": "Wähle die Sprachen zwischen denen gewechselt werden soll.", "Language": "Sprache",
"Language": "Sprache" "SettingsTitle": "Persönliche Sprachen"
} }
} }

View file

@ -1,7 +1,7 @@
{ {
"name": "LanguageToogle", "name": "LanguageToogle",
"description": "Quickly change the language of Matomo", "description": "Quickly change the language of Matomo",
"version": "0.3.1", "version": "0.3.2",
"theme": false, "theme": false,
"require": { "require": {
"piwik": ">=4.0.0-b1,<5.0.0-b1" "piwik": ">=4.0.0-b1,<5.0.0-b1"