From fad44b2f840ec942405cce880c9bcc2772e7b95d Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Thu, 2 Mar 2023 16:48:09 +0100 Subject: [PATCH] Remove all related translation config from setup.cfg Also remove babel.cfg Change-Id: I771875113bcc86f1e76ac759b23abe5ec98b9060 --- 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 d5f6a6a..d3b9eaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,20 +37,6 @@ all_files = 1 [upload_sphinx] upload-dir = doc/build/html -[compile_catalog] -directory = virtualpdu/locale -domain = virtualpdu - -[update_catalog] -domain = virtualpdu -output_dir = virtualpdu/locale -input_file = virtualpdu/locale/virtualpdu.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = virtualpdu/locale/virtualpdu.pot - [build_releasenotes] all_files = 1 build-dir = releasenotes/build