mirror of
https://github.com/Findus23/plugin-LanguageToogle.git
synced 2024-09-10 05:13:46 +02:00
release 0.3.2
This commit is contained in:
parent
861ea031ef
commit
1fe9e48cc0
4 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
10
lang/de.json
10
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue