mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects
MIT License
1.07k stars 195 forks source link

How to translate third-party apps? #283

Open Farhaduneci opened 11 months ago

Farhaduneci commented 11 months ago

Hey there, thanks so much for all your work on this repo! I really appreciate you contributing to Django.

I would like to translate rest_framework into my language like my-own project locale files, however when I edit the translation in the rosetta admin, rest framework still uses it's own default translation for that message.

202312201119

As you can see the translation field for this message is empty, however an already-translated default message from rest framework is returned by Django. When I update the translation myself and save the changes nothing happens as well.

202312201120

Can you please explain what's the usage of third-party and Django sections in rosetta and how should I utilize them?