summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-05-14 16:54:56 +0800
committerLingxian Kong <anlin.kong@gmail.com>2020-05-27 08:31:09 +0000
commit8cd3670bddd04cb9f71bbebf06d70fc8f55e3df4 (patch)
tree0e1e2579c5b8a3fd87697a83ca27f4cd53f9cb1c /setup.cfg
parent91a6e5fa8aebfd579271a2f78536d526142d6228 (diff)
downloadtrove-8cd3670bddd04cb9f71bbebf06d70fc8f55e3df4.tar.gz
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ic81e52b5cf6c64d752358ab29a1f9a55bf25c88c
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 c82ab8c1..1b5085d0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,17 +58,3 @@ oslo.policy.policies =
# list_rules method into a separate entry point rather than using the
# aggregate method.
trove = trove.common.policies:list_rules
-
-[compile_catalog]
-directory = trove/locale
-domain = trove
-
-[update_catalog]
-domain = trove
-output_dir = trove/locale
-input_file = trove/locale/trove.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = trove/locale/trove.pot