diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-22 11:58:12 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-22 11:58:12 +0100 |
commit | fdac5263fca70e66be99b6e4f60c4cfc367898cd (patch) | |
tree | d194ed63c31fbb779f17a76ee8e4f9ab8fe36b7b /MANIFEST.in | |
parent | c8aba30a61346148d1b59209a17b98aa07b4d146 (diff) | |
download | haketilo-hydrilla-fdac5263fca70e66be99b6e4f60c4cfc367898cd.tar.gz haketilo-hydrilla-fdac5263fca70e66be99b6e4f60c4cfc367898cd.zip |
change translation domain to 'hydrilla-messages'
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |