aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-22 11:46:11 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-22 11:53:51 +0100
commit0fe371dab386dc4aeb08e601a91d61469f2f5f7a (patch)
tree79440671e5a631d183393282b3e93f716c8f594c /setup.cfg
parent143aed2d07ebdb1b9bd9cd7865830719006150e3 (diff)
downloadhydrilla-builder-0fe371dab386dc4aeb08e601a91d61469f2f5f7a.tar.gz
hydrilla-builder-0fe371dab386dc4aeb08e601a91d61469f2f5f7a.zip
change translation domain to 'hydrilla-messages'
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ab23af..9d9660a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -40,7 +40,7 @@ install_requires =
# reuse
[options.package_data]
-hydrilla.builder = locales/*/LC_MESSAGES/messages.mo
+hydrilla.builder = locales/*/LC_MESSAGES/hydrilla-messages.mo
[options.extras_require]
test = pytest
@@ -59,22 +59,22 @@ console_scripts =
keywords = _
width = 80
input_dirs = src/hydrilla
-output_file = src/hydrilla/builder/locales/messages.pot
+output_file = src/hydrilla/builder/locales/hydrilla-messages.pot
msgid_bugs_address = koszko@koszko.org
sort_by_file = True
copyright_holder = Wojtek Kosior <koszko@koszko.org>
[init_catalog]
-input_file = src/hydrilla/builder/locales/messages.pot
+input_file = src/hydrilla/builder/locales/hydrilla-messages.pot
output_dir = src/hydrilla/builder/locales/
-domain = messages
+domain = hydrilla-messages
[update_catalog]
-input_file = src/hydrilla/builder/locales/messages.pot
+input_file = src/hydrilla/builder/locales/hydrilla-messages.pot
output_dir = src/hydrilla/builder/locales/
-domain = messages
+domain = hydrilla-messages
[compile_catalog]
directory = src/hydrilla/builder/locales
use_fuzzy = True
-domain = messages
+domain = hydrilla-messages