ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Strings have changed for translation #923

Open jschrewe opened 1 year ago

jschrewe commented 1 year ago

A couple of strings have changed in the code and can't be translated properly. Is it possible to regenerate the .po files?

If I run django-admin makemessages I can regenerate the strings Django finds. But I'm not sure what to use for the Jinja2 Templates.

Thanks!