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.
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.
Can you please explain what's the usage of third-party and Django sections in rosetta and how should I utilize them?
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.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.
Can you please explain what's the usage of third-party and Django sections in rosetta and how should I utilize them?