Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-09-30 21:53:13 +0300
committersgiehl <stefan@piwik.org>2015-09-30 21:53:13 +0300
commit40afd5b4d4ddca2dded6ce2bd6327830ca580567 (patch)
treedddcf04edbc83b1985ebe9c8f1d56d456a7cb119 /lang
parent7bd71513ede7a02a6697373cc2f0514c2013118a (diff)
fixes bug in automatic translation update
- languages with splitted language codes (e.g. pt-br, zh-cn, ...) were not included in the pull request description - added TranslatorName to dev language to avoid notices when using the TranslationManager API in development mode
Diffstat (limited to 'lang')
-rw-r--r--lang/dev.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/dev.json b/lang/dev.json
index 2c63c08510..26cb4e32d4 100644
--- a/lang/dev.json
+++ b/lang/dev.json
@@ -1,2 +1,5 @@
{
+ "General": {
+ "TranslatorName": "Piwik Development Team"
+ }
}