2020-02-28 16:59:51 -06:00
|
|
|
from babel.messages.frontend import CommandLineInterface
|
|
|
|
|
2020-09-29 13:30:34 -05:00
|
|
|
CommandLineInterface().run(['pybabel', 'extract', '-o', '..\scripts\socializer-documentation.pot', '.'])
|
2020-02-28 16:59:51 -06:00
|
|
|
#CommandLineInterface().run(['pybabel','compile','-d','../src/locales'])
|
|
|
|
CommandLineInterface().run(['pybabel','update', '--input-file', 'socializer-documentation.pot', '--domain', 'socializer-documentation', '--output-dir', '../src/locales'])
|