summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-26 13:15:32 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-26 13:42:59 +0200
commit5c01be7bf300c7cb0c6e6148a63a5009f65f0481 (patch)
tree3ada68b86c1fc61fdf225eac21e615fd9fc7e355 /setup.cfg
parentc59225cefda8e8286717ca0e9db48385d5409296 (diff)
downloadnova-5c01be7bf300c7cb0c6e6148a63a5009f65f0481.tar.gz
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Remove babel.cfg as well, this is the default role and not needed anymore. Change-Id: I4d1665f1442b15c0efe3c9c8b04d0f5226902b0c
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 d7652248be..928b36e6b9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -83,17 +83,3 @@ console_scripts =
wsgi_scripts =
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
-
-[compile_catalog]
-directory = nova/locale
-domain = nova
-
-[update_catalog]
-domain = nova
-output_dir = nova/locale
-input_file = nova/locale/nova.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = nova/locale/nova.pot