Skip to content

Commit 5c01be7

Browse files
committed
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
1 parent c59225c commit 5c01be7

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

babel.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,3 @@ console_scripts =
8383
wsgi_scripts =
8484
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
8585
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
86-
87-
[compile_catalog]
88-
directory = nova/locale
89-
domain = nova
90-
91-
[update_catalog]
92-
domain = nova
93-
output_dir = nova/locale
94-
input_file = nova/locale/nova.pot
95-
96-
[extract_messages]
97-
keywords = _ gettext ngettext l_ lazy_gettext
98-
mapping_file = babel.cfg
99-
output_file = nova/locale/nova.pot

0 commit comments

Comments
 (0)