summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-05-14 17:17:39 +0800
committermelissaml <ma.lei@99cloud.net>2020-05-14 17:17:39 +0800
commitc38465eaa8d8fc8f62b30fae4d2dc05521945ee6 (patch)
tree3ae363c1e8eaa9e2c8ccc2fd83f13a0ac17d66ef /setup.cfg
parenta5d120c8c3e78f93ae5162607d067a707d2928b8 (diff)
downloadironic-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.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/setup.cfg b/setup.cfg
index 1be964ad4..c2342ae20 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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