add pybabel setup.py commands and initial .pot

This commit is contained in:
Michael Barton
2011-01-27 00:01:24 +00:00
parent edb4e90ebb
commit 9fcb3ad4f6
4 changed files with 1054 additions and 1 deletions

View File

@@ -7,3 +7,17 @@ source-dir = doc/source
tag_build =
tag_date = 0
tag_svn_revision = 0
[compile_catalog]
directory = locale
domain = swift
[update_catalog]
domain = swift
output_dir = locale
input_file = locale/swift.pot
[extract_messages]
keywords = _ l_ lazy_gettext
mapping_file = babel.cfg
output_file = locale/swift.pot