In v3.11.12, which was just released a few minutes ago, it’s now possible to add custom translation strings very simply to edx-platform. @ejklock@nhanquach@teruun@slillo I’m explicitely tagging you because you asked questions related to translations in the past, but this will interest other users as well.
I’ve a question about it, if we add a new string to be translated in a custom fork, can we include that string in our custom local file without an extra step?
I read the documentation but I think that is doesn’t cover this case, in which I added a new string in a custom fork that is not present in django.po nor javascript code.
@cacciaresi if you add custom translations to a django.po file in your edx-platform fork, you need to generate the django.mo file yourself by running the compilemessages command.