Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation of an exiting .po file #57

Open
nad2000 opened this issue May 5, 2020 · 2 comments
Open

Translation of an exiting .po file #57

nad2000 opened this issue May 5, 2020 · 2 comments

Comments

@nad2000
Copy link

nad2000 commented May 5, 2020

I am using Django i18n support that generates .po files for target language directly from the app templates and .py. There are no intermediate .pot files ...
Is there a simple way to update already created .po with auto-translations?
Thank you!

#question

@carlos-da-costa
Copy link

Maybe it is too late to answer for you but someone else may get help from this.
I had a similar situation, but I was able to generate the pot files with make gettext command.
It generates a folder with the pot files.

@ChristophRob
Copy link

I also use django and you can just use the pot file makemessages generates

./manage.py makemessages -l de --keep-pot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants