Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

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,
Aazerra

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 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)

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.