Skip to content

Process for updating translations? #9709

Discussion options

You must be logged in to vote

You can follow the example of the recently merged PRs labeled "Trabslatons".

It's basically a matter of updating the relevant .po file and regenerating the .mo file using Django's compilemessages command. Try to restrict the command to only the locale you're updating. We shouldn't have any other changes, but just in case...

To compile the messages, I usually run something along the lines of django-admin compilemessages --locale fa --ignore .venv --ignore .tox from the repo root.

(converted to discussion as we don't really track translations changes in issues, and it's probably a good one to keep around)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by browniebroke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #9708 on May 25, 2025 10:13.