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
Running ./manage.py update_translation_fields after adding a field is recommended way to solve this issue.
Suggested patch might work, but I'd prefer to keep things as is. Or maybe there's cases where something prevents you from running update_translation_fields?
I am having trouble understanding fallback behavior of this project.
If I translate e.g. a field "name" into "name_en" and "name_de", but leave both empty. Should the value in the "name" column be displayed?
I noticed that after running the migrations all translated fields were displayed as empty in the admin. Only after running
./manage.py update_translation_fields
Were the default strings displayed. This is because all strings in "name" were copied into "name_de".
Is there a fallback setting, that would cause the content of the "name" column to be displayed if the other columns are empty?
The text was updated successfully, but these errors were encountered: