summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2020-05-15 11:16:23 +0800
committermelissaml <ma.lei@99cloud.net>2020-05-15 11:16:23 +0800
commit22df2f6395c1426485a7cb97166601823f8a2a28 (patch)
tree799513f38cc1b7a09c1b06636ec9109912e2b178
parent6d80eba012cc768bb8768baaa7f5d2072180819c (diff)
downloadoslo-i18n-22df2f6395c1426485a7cb97166601823f8a2a28.tar.gz
Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I9c7e4f71328a0a9791a86c91ddc025594bd2ffe0
-rw-r--r--babel.cfg1
-rw-r--r--setup.cfg14
2 files changed, 0 insertions, 15 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index efceab8..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1 +0,0 @@
-[python: **.py]
diff --git a/setup.cfg b/setup.cfg
index a0fce34..04e9dfe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,17 +25,3 @@ classifier =
[files]
packages =
oslo_i18n
-
-[compile_catalog]
-directory = oslo_i18n/locale
-domain = oslo_i18n
-
-[update_catalog]
-domain = oslo_i18n
-output_dir = oslo_i18n/locale
-input_file = oslo_i18n/locale/oslo_i18n.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2
-mapping_file = babel.cfg
-output_file = oslo_i18n/locale/oslo_i18n.pot