mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-26 06:44:32 +00:00
Merge pull request #3021 from Diapolo/fix_extract_strings_qt
fix extract_strings_qt.py
This commit is contained in:
commit
08596fc15d
@ -50,7 +50,7 @@ def parse_po(text):
|
||||
files = glob.glob('src/*.cpp') + glob.glob('src/*.h')
|
||||
|
||||
# xgettext -n --keyword=_ $FILES
|
||||
XGETTEXT=os.getenv('XGETTEXT', 'gettext')
|
||||
XGETTEXT=os.getenv('XGETTEXT', 'xgettext')
|
||||
child = Popen([XGETTEXT,'--output=-','-n','--keyword=_'] + files, stdout=PIPE)
|
||||
(out, err) = child.communicate()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user