mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
5 lines
432 B
Batchfile
5 lines
432 B
Batchfile
@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-documentation ../doc/strings.py
|
|
C:\python27\python.exe pygettext.py -v -d twblue-changelog ../doc/changelog.py |