mirror of https://github.com/odrling/Aegisub
Added a make_pot.bat to generate translation template, and updated aegisub.pot.
Originally committed to SVN as r1728.
This commit is contained in:
parent
ffebc6a30f
commit
86271e82b7
3305
po/aegisub.pot
3305
po/aegisub.pot
File diff suppressed because it is too large
Load Diff
|
@ -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
|
Loading…
Reference in New Issue