Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I07cac802653e5b266d598387e72f5556936551e9
This commit is contained in:
melissaml 2020-05-15 09:28:04 +08:00
parent 71331b0e06
commit 499d3a8495
1 changed files with 0 additions and 13 deletions

View File

@ -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