forked from mia/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
2 changed files with 1819 additions and 1490 deletions
3305
po/aegisub.pot
3305
po/aegisub.pot
File diff suppressed because it is too large
Load diff
4
po/make_pot.bat
Normal file
4
po/make_pot.bat
Normal 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
|
Loading…
Reference in a new issue