summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2011-12-06 11:31:02 +0000
committerMark McLoughlin <markmc@redhat.com>2011-12-06 11:31:02 +0000
commit3de787b58c512e176f7a2a7873326eeb42b306c1 (patch)
treeebf30e818b952bdcec31c4bbbbd3b12a4ca7f660 /setup.cfg
parent35df6a4714996c0e40f0f32822d0568660bdf206 (diff)
downloadnova-3de787b58c512e176f7a2a7873326eeb42b306c1.tar.gz
nova-3de787b58c512e176f7a2a7873326eeb42b306c1.tar.xz
nova-3de787b58c512e176f7a2a7873326eeb42b306c1.zip
Remove remnants of babel i18n infrastructure
We use distutils-extra now instead of babel. Change-Id: I10625cc4ef2ac8eefd46ee09e36f8cfaef85061f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/setup.cfg b/setup.cfg
index 9c0a331e3..d53addcbf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,18 +7,3 @@ source-dir = doc/source
tag_build =
tag_date = 0
tag_svn_revision = 0
-
-[compile_catalog]
-directory = locale
-domain = nova
-
-[update_catalog]
-domain = nova
-output_dir = locale
-input_file = locale/nova.pot
-
-[extract_messages]
-keywords = _ l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = locale/nova.pot
-