Added Babel commands to setup.py for #32

This commit is contained in:
Balthasar Reuter
2018-08-23 16:44:17 +02:00
parent 70511c68ca
commit c8c3f78216
11 changed files with 173 additions and 104 deletions

View File

@@ -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