Modified translator stuff for docs

This commit is contained in:
2020-09-29 13:30:34 -05:00
parent 02cbb5bdb9
commit 90d2aa7519
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
from babel.messages.frontend import CommandLineInterface
CommandLineInterface().run(['pybabel', 'extract', '-o', 'socializer-documentation.pot', '.'])
CommandLineInterface().run(['pybabel', 'extract', '-o', '..\scripts\socializer-documentation.pot', '.'])
#CommandLineInterface().run(['pybabel','compile','-d','../src/locales'])
CommandLineInterface().run(['pybabel','update', '--input-file', 'socializer-documentation.pot', '--domain', 'socializer-documentation', '--output-dir', '../src/locales'])