diff options
Diffstat (limited to 'repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl')
| -rw-r--r-- | repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl b/repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl index 8bf5d22c1..5bec29823 100644 --- a/repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl +++ b/repoze/bfg/paster_templates/routesalchemy/setup.cfg_tmpl @@ -4,3 +4,24 @@ nocapture=1 cover-package={{package}} with-coverage=1 cover-erase=1 + +[compile_catalog] +directory = {{package}}/locale +domain = {{project}} +statistics = true + +[extract_messages] +add_comments = TRANSLATORS: +output_file = {{package}}/locale/{{project}}.pot +width = 80 + +[init_catalog] +domain = {{project}} +input_file = {{package}}/locale/{{project}}.pot +output_dir = {{package}}/locale + +[update_catalog] +domain = {{project}} +input_file = {{package}}/locale/{{project}}.pot +output_dir = {{package}}/locale +previous = true |
