mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to translate third-party apps?

Farhaduneci opened this issue · comments

  • Which version of Django are you using?
    Django 4.2

  • Which version of django-rosetta are you using?
    django_rosetta 0.10.0

  • Have you looked trough recent issues and checked this isn't a duplicate?
    Yes


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?