Serializer translation not translate with named-string #9324
Unanswered
cnakh
asked this question in
Question & Answer
Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the Django translation apply with serializer as following
The locale files
root/locale/en/LC_MESSAGES/django.mo
And another language file, I just named it
fr
The locale files
root/locale/fr/LC_MESSAGES/django.mo
After translated I use command to compile
The issue is when I use named-string placeholder it not translate, but if I try to remove named-string placeholder it work normally.
Beta Was this translation helpful? Give feedback.
All reactions