Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Process for updating translations?#9709
-
Hi, I'm using Django REST Framework in one of my projects, and I’ve noticed that some of the Persian (fa) translations are having typos. I’d like to help correct these translations. Could you please guide me on the proper way to contribute? Should I submit a pull request with the updated .po file or is there another process I should follow? Thanks for your great work, and I’d be happy to help improve the Persian language support! Best regards, |
BetaWas this translation helpful?Give feedback.
All reactions
You can follow the example ofthe recently merged PRs labeled "Trabslatons".
It's basically a matter of updating the relevant.po
file and regenerating the.mo
file using Django'scompilemessages
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 ofdjango-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
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
You can follow the example ofthe recently merged PRs labeled "Trabslatons". It's basically a matter of updating the relevant To compile the messages, I usually run something along the lines of (converted to discussion as we don't really track translations changes in issues, and it's probably a good one to keep around) |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
This discussion was converted from issue #9708 on May 25, 2025 10:13.