41d167c560
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
25 lines
409 B
INI
25 lines
409 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = heat/locale
|
|
domain = heat
|
|
|
|
[update_catalog]
|
|
domain = heat
|
|
output_dir = heat/locale
|
|
input_file = heat/locale/heat.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = heat/locale/heat.pot
|
|
|