Added Babel commands to setup.py for #32
This commit is contained in:
10
setup.cfg
10
setup.cfg
@@ -2,6 +2,16 @@
|
||||
input_dirs = photobooth
|
||||
output_file = photobooth/locale/messages.pot
|
||||
|
||||
[init_catalog]
|
||||
domain = photobooth
|
||||
input_file = photobooth/locale/messages.pot
|
||||
output_dir = photobooth/locale
|
||||
|
||||
[update_catalog]
|
||||
domain = photobooth
|
||||
input_file = photobooth/locale/messages.pot
|
||||
output_dir = photobooth/locale
|
||||
|
||||
[compile_catalog]
|
||||
domain = photobooth
|
||||
directory = photobooth/locale
|
||||
|
||||
Reference in New Issue
Block a user