Updated wxvbam.pot file and changed update_pot.sh to pick up split .xrc files

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1421 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
skidau 2015-05-12 11:54:50 +00:00
parent 2743b21ff6
commit d1a1570476
2 changed files with 2191 additions and 12 deletions

View File

@ -15,7 +15,7 @@ xgettext -k_ -kN_ -o gvbam/gvbam.pot ../src/gtk/*.cpp tmp/*.h
rm -r tmp/ rm -r tmp/
# Generate translation template file for the wxWidgets port # Generate translation template file for the wxWidgets port
wxrc -g ../src/wx/wxvbam.xrc -o wx-xrc-strings.h wxrc -g ../src/wx/xrc/*.xrc -o wx-xrc-strings.h
xgettext -k_ -kN_ -o wxvbam/wxvbam.pot ../src/wx/*.cpp ../src/wx/*.h ../src/wx/widgets/*.cpp wx-xrc-strings.h xgettext -k_ -kN_ -o wxvbam/wxvbam.pot ../src/wx/*.cpp ../src/wx/*.h ../src/wx/widgets/*.cpp wx-xrc-strings.h

File diff suppressed because it is too large Load Diff