mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Updated script for generating translation templates
This commit is contained in:
parent
4381992718
commit
655331d405
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
echo Generating application translation strings...
|
||||
C:\python27\python.exe pygettext.py -d twblue ../src/*.pyw ../src/*.py ../src/*/*.py ../src/*/*.pyw ../src/*/*/*.py ../src/*/*/*.pyw ../src/*/*/*/*.py ../src/*/*/*/*.pyw ../src/*/*/*/*/*.py ../src/*/*/*/*/*.pyw
|
||||
C:\python27\python.exe pygettext.py -v -d twblue ../src/*.pyw ../src/*.py ../src/*/*.py ../src/*/*.pyw ../src/*/*/*.py ../src/*/*/*.pyw ../src/*/*/*/*.py ../src/*/*/*/*.pyw ../src/*/*/*/*/*.py ../src/*/*/*/*/*.pyw
|
||||
C:\python27\python.exe pygettext.py -v -d twblue-documentation ../doc/strings.py
|
||||
C:\python27\python.exe pygettext.py -v -d twblue-changelog ../doc/changelog.py
|
Loading…
Reference in New Issue
Block a user