From c978c8ad91e9bbe96185e70a60271a75fb58894c Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 14 May 2020 18:04:14 +0800 Subject: [PATCH] Remove translation sections from setup.cfg These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ib77952f71193b4027e77635f4e5c16fa34f079b6 --- babel.cfg | 2 -- setup.cfg | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb7..00000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/setup.cfg b/setup.cfg index c3a4e15f..e62155d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,17 +28,3 @@ packages = [entry_points] oslo.config.opts = os_win = os_win.conf:list_opts - -[compile_catalog] -directory = os_win/locale -domain = os-win - -[update_catalog] -domain = os-win -output_dir = os_win/locale -input_file = os_win/locale/os-win.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = os_win/locale/os-win.pot