You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: