Merge "Remove translation sections from setup.cfg"
Zuul authored 2 years ago
Gerrit Code Review committed 2 years ago
35 | 35 | castellan.drivers = |
36 | 36 | barbican = castellan.key_manager.barbican_key_manager:BarbicanKeyManager |
37 | 37 | vault = castellan.key_manager.vault_key_manager:VaultKeyManager |
38 | ||
39 | [compile_catalog] | |
40 | directory = castellan/locale | |
41 | domain = castellan | |
42 | ||
43 | [update_catalog] | |
44 | domain = castellan | |
45 | output_dir = castellan/locale | |
46 | input_file = castellan/locale/castellan.pot | |
47 | ||
48 | [extract_messages] | |
49 | keywords = _ gettext ngettext l_ lazy_gettext | |
50 | mapping_file = babel.cfg | |
51 | output_file = castellan/locale/castellan.pot |