You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I see it in the Django admin, it translates the rule correctly into German (alle 3 Monate):
But when I click on the item, the field is untranslated ("every 3 months"):
Could it be that the RecurrenceField uses an untranslated string output when creating the edit widget?
Or are these strings translated separatedly, and one is just not translated?
The text was updated successfully, but these errors were encountered:
I have a simple object:
When I see it in the Django admin, it translates the rule correctly into German (alle 3 Monate):
But when I click on the item, the field is untranslated ("every 3 months"):
Could it be that the RecurrenceField uses an untranslated string output when creating the edit widget?
Or are these strings translated separatedly, and one is just not translated?
The text was updated successfully, but these errors were encountered: