From e2c52644eec2c7c5207e7abf5612987384ffd246 Mon Sep 17 00:00:00 2001
From: sgiehl <stefan@piwik.org>
Date: Wed, 5 Oct 2016 20:51:09 +0200
Subject: [PATCH] use 3.x-dev branch as base/target branch for translation
 updates

---
 plugins/LanguagesManager/Commands/CreatePull.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/LanguagesManager/Commands/CreatePull.php b/plugins/LanguagesManager/Commands/CreatePull.php
index fca1fc76aa..bfac18566d 100644
--- a/plugins/LanguagesManager/Commands/CreatePull.php
+++ b/plugins/LanguagesManager/Commands/CreatePull.php
@@ -19,7 +19,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 class CreatePull extends TranslationBase
 {
-    const GIT_BASE_BRANCH = '2.x-dev';
+    const GIT_BASE_BRANCH = '3.x-dev';
 
     protected function configure()
     {
-- 
GitLab