aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-02-22 11:58:12 +0100
committerWojtek Kosior <koszko@koszko.org>2022-02-22 11:58:12 +0100
commitfdac5263fca70e66be99b6e4f60c4cfc367898cd (patch)
treed194ed63c31fbb779f17a76ee8e4f9ab8fe36b7b
parentc8aba30a61346148d1b59209a17b98aa07b4d146 (diff)
downloadhaketilo-hydrilla-fdac5263fca70e66be99b6e4f60c4cfc367898cd.tar.gz
haketilo-hydrilla-fdac5263fca70e66be99b6e4f60c4cfc367898cd.zip
change translation domain to 'hydrilla-messages'
-rw-r--r--.gitignore4
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.cfg14
-rw-r--r--src/hydrilla/server/locales/en_US/LC_MESSAGES/hydrilla-messages.po (renamed from src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po)0
4 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 202b829..ee528db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,5 +10,5 @@ dist
*.pyc
setuptools
src/hydrilla/server/_version.py
-src/hydrilla/server/locales/messages.pot
-messages.mo
+src/hydrilla/server/locales/hydrilla-messages.pot
+hydrilla-messages.mo
diff --git a/MANIFEST.in b/MANIFEST.in
index c4b6de6..900e535 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,6 @@
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
-include src/hydrilla/server/locales/*/LC_MESSAGES/messages.po
+include src/hydrilla/server/locales/*/LC_MESSAGES/hydrilla-messages.po
include src/test/source-package-example/*
global-exclude .git .gitignore .gitmodules
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 <koszko@koszko.org>
[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
diff --git a/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po b/src/hydrilla/server/locales/en_US/LC_MESSAGES/hydrilla-messages.po
index 6b5b25a..6b5b25a 100644
--- a/src/hydrilla/server/locales/en_US/LC_MESSAGES/messages.po
+++ b/src/hydrilla/server/locales/en_US/LC_MESSAGES/hydrilla-messages.po