Translation generators are divided in two categories, interface and documentation
This commit is contained in:
parent
a8bebc2808
commit
d66db99241
7
scripts/genpot_doc.bat
Normal file
7
scripts/genpot_doc.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
echo Generating file list..
|
||||
dir ..\doc\*.py /L /B /S > %TEMP%\listfile.txt
|
||||
echo Generating .POT file...
|
||||
xgettext --language=Python -o socializer-documentation.pot --keyword=_ -d socializer -f %TEMP%\listfile.txt -c --no-location --no-wrap
|
||||
del %TEMP%\listfile.txt
|
||||
echo Done.
|
Loading…
Reference in New Issue
Block a user