mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2787] [MERGED] Add gettext alpine package for compiling translations + force compili… #2686
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2686
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2787
Author: @moweerkat
Created: 2/16/2023
Status: ✅ Merged
Merged: 2/16/2023
Merged by: @tonioo
Base:
master← Head:feature/compile_message_dev📝 Commits (1)
65e22d9Add gettext alpine package for compiling translations + force compiling when starting the dev server📊 Changes
2 files changed (+7 additions, -2 deletions)
View changed files
📝
docker-compose.yml(+6 -1)📝
docker/Dockerfile.dev(+1 -1)📄 Description
Description of the issue/feature this PR addresses:
Add missing gettext alpine package in the api container + force re-compiling translations every time the server is starting up
Current behavior before PR:
Can't perform the command django-admin compilemessages because of missing msgfmt command.
Desired behavior after PR is merged:
django-admin compilemessages will now work and will be automatic
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.