c3ee071d73
Per http://wiki.openstack.org/ProjectTestingInterface we enable all of the commands except build_sphinx because we do not have any sphinx documentation as of yet. Includes babel support though there are no properly internationalized strings just yet. Change-Id: Iae6e6b3f9e605106f4575196fa5527d2187255df
14 lines
377 B
INI
14 lines
377 B
INI
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[update_catalog]
|
|
domain = diskimage_builder
|
|
output_dir = diskimage_builder/locale
|
|
input_file = diskimage_builder/locale/diskimage_builder.pot
|
|
|
|
[compile_catalog]
|
|
directory = diskimage_builder/locale
|
|
domain = diskimage_builder
|