From 40afd5b4d4ddca2dded6ce2bd6327830ca580567 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Wed, 30 Sep 2015 20:53:13 +0200 Subject: 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 --- lang/dev.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang') 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" + } } -- cgit v1.2.3