diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -8,3 +8,17 @@ tag_build = tag_date = 0 tag_svn_revision = 0 +[compile_catalog] +directory = locale +domain = nova + +[update_catalog] +domain = nova +output_dir = locale +input_file = locale/nova.pot + +[extract_messages] +keywords = _ l_ lazy_gettext +mapping_file = babel.cfg +output_file = locale/nova.pot + |
