Added a make_pot.bat to generate translation template, and updated aegisub.pot.

Originally committed to SVN as r1728.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-15 04:32:48 +00:00
parent ffebc6a30f
commit 86271e82b7
2 changed files with 1819 additions and 1490 deletions

File diff suppressed because it is too large Load Diff

4
po/make_pot.bat Normal file
View File

@ -0,0 +1,4 @@
del /s list.txt
dir /w /b ..\aegisub\*.cpp ..\aegisub\*.h >> list.txt
"c:\program files\gettext\bin\xgettext.exe" --files-from=list.txt --directory=../aegisub/ --output=aegisub.pot --c++ -k_
pause