Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Process for updating translations?#9709

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

Comment options

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)

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

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


[8]ページ先頭

©2009-2025 Movatter.jp