Codebase list python-castellan / 3390bd9
Merge "Remove translation sections from setup.cfg" Zuul authored 3 years ago Gerrit Code Review committed 3 years ago
2 changed file(s) with 0 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
+0
-2
babel.cfg less more
0 [python: **.py]
1
3535 castellan.drivers =
3636 barbican = castellan.key_manager.barbican_key_manager:BarbicanKeyManager
3737 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