← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/transfix into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/transfix into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)

For more details, see:
https://code.launchpad.net/~trb143/openlp/transfix/+merge/293462

Update to new repository and fix for qt5
-- 
Your team OpenLP Core is requested to review the proposed merge of lp:~trb143/openlp/transfix into lp:openlp.
=== modified file 'scripts/translation_utils.py'
--- scripts/translation_utils.py	2015-12-31 22:46:06 +0000
+++ scripts/translation_utils.py	2016-04-30 06:30:46 +0000
@@ -60,7 +60,7 @@
 from PyQt5 import QtCore
 from lxml import etree, objectify
 
-SERVER_URL = 'http://www.transifex.net/api/2/project/openlp/resource/openlp-24x/'
+SERVER_URL = 'http://www.transifex.net/api/2/project/openlp/resource/openlp-26x/'
 IGNORED_PATHS = ['scripts']
 IGNORED_FILES = ['setup.py']
 
@@ -270,7 +270,7 @@
         return
     else:
         os.chdir(os.path.abspath('..'))
-        run('pylupdate4 -verbose -noobsolete openlp.pro')
+        run('pylupdate5 -verbose -noobsolete openlp.pro')
         os.chdir(os.path.abspath('scripts'))
 
 


Follow ups