From fdac5263fca70e66be99b6e4f60c4cfc367898cd Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 22 Feb 2022 11:58:12 +0100 Subject: change translation domain to 'hydrilla-messages' --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4cc05d5..8840dbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = jsonschema>=3.0 [options.package_data] -hydrilla.server = locales/*/LC_MESSAGES/messages.mo +hydrilla.server = locales/*/LC_MESSAGES/hydrilla-messages.mo [options.extras_require] test = pytest @@ -61,22 +61,22 @@ keywords = _ f_ add_comments = TRANSLATORS: width = 80 input_dirs = src/hydrilla -output_file = src/hydrilla/server/locales/messages.pot +output_file = src/hydrilla/server/locales/hydrilla-messages.pot msgid_bugs_address = koszko@koszko.org sort_by_file = True copyright_holder = Wojtek Kosior [init_catalog] -input_file = src/hydrilla/server/locales/messages.pot +input_file = src/hydrilla/server/locales/hydrilla-messages.pot output_dir = src/hydrilla/server/locales/ -domain = messages +domain = hydrilla-messages [update_catalog] -input_file = src/hydrilla/server/locales/messages.pot +input_file = src/hydrilla/server/locales/hydrilla-messages.pot output_dir = src/hydrilla/server/locales/ -domain = messages +domain = hydrilla-messages [compile_catalog] directory = src/hydrilla/server/locales use_fuzzy = True -domain = messages +domain = hydrilla-messages -- cgit v1.2.3