From 5fefaa33f347ec9992bc253b1dbfa1d355433b37 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 4 Nov 2024 04:54:09 +0900 Subject: [PATCH] Drop translation sections Recent babel no longer uses these entries. Change-Id: Ia67b45f99f16897bcbdb96b5f6b6b23b5a650249 --- 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 15cd6cb..0000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/setup.cfg b/setup.cfg index ef0c34f..7e24234 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,20 +24,6 @@ classifier = packages = watcher_tempest_plugin -[compile_catalog] -directory = watcher-tempest-plugin/locale -domain = watcher-tempest-plugin - -[update_catalog] -domain = watcher-tempest-plugin -output_dir = watcher-tempest-plugin/locale -input_file = watcher-tempest-plugin/locale/watcher-tempest-plugin.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = watcher-tempest-plugin/locale/watcher-tempest-plugin.pot - [entry_points] tempest.test_plugins = watcher_tests = watcher_tempest_plugin.plugin:WatcherTempestPlugin