From 499d3a84956e514151aac466faf966886c81de7b Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 15 May 2020 09:28:04 +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: I07cac802653e5b266d598387e72f5556936551e9 --- setup.cfg | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/setup.cfg b/setup.cfg index 17a2f0606..9d2f647e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,16 +31,3 @@ data_files = tag_build = tag_date = 0 tag_svn_revision = 0 - -[compile_catalog] -directory = os_brick/locale -domain = os_brick - -[update_catalog] -domain = os_brick -output_dir = os_brick/locale -input_file = os_brick/locale/os-brick.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -output_file = os_brick/locale/os-brick.pot