diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-22 11:46:11 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-22 11:53:51 +0100 |
commit | 0fe371dab386dc4aeb08e601a91d61469f2f5f7a (patch) | |
tree | 79440671e5a631d183393282b3e93f716c8f594c /MANIFEST.in | |
parent | 143aed2d07ebdb1b9bd9cd7865830719006150e3 (diff) | |
download | hydrilla-builder-0fe371dab386dc4aeb08e601a91d61469f2f5f7a.tar.gz hydrilla-builder-0fe371dab386dc4aeb08e601a91d61469f2f5f7a.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 3a51409..abc39da 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,6 @@ # Available under the terms of Creative Commons Zero v1.0 Universal. include src/hydrilla/schemas/*.schema.json* -include src/hydrilla/builder/locales/*/LC_MESSAGES/messages.po +include src/hydrilla/builder/locales/*/LC_MESSAGES/hydrilla-messages.po include src/test/source-package-example/* global-exclude .git .gitignore .gitmodules |