diff options
author | melissaml <ma.lei@99cloud.net> | 2020-05-14 17:17:39 +0800 |
---|---|---|
committer | melissaml <ma.lei@99cloud.net> | 2020-05-14 17:17:39 +0800 |
commit | c38465eaa8d8fc8f62b30fae4d2dc05521945ee6 (patch) | |
tree | 3ae363c1e8eaa9e2c8ccc2fd83f13a0ac17d66ef /setup.cfg | |
parent | a5d120c8c3e78f93ae5162607d067a707d2928b8 (diff) | |
download | ironic-c38465eaa8d8fc8f62b30fae4d2dc05521945ee6.tar.gz |
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.
Change-Id: I50f4af86556f9873df395f6469febdc1908311ae
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -183,20 +183,6 @@ tag_build = tag_date = 0 tag_svn_revision = 0 -[compile_catalog] -directory = ironic/locale -domain = ironic - -[update_catalog] -domain = ironic -output_dir = ironic/locale -input_file = ironic/locale/ironic.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = ironic/locale/ironic.pot - [extras] guru_meditation_reports = oslo.reports>=1.18.0 # Apache-2.0 |