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
Currently, it seems wagtail-modeltranslation only partially works with wagtail.contrib.settings in the admin, as the base field is not hidden (meaning you see both the translated fields like name_fr, name_en, for which the language toggle work, but also the base field name).
It would be nice if that worked out of the box.
Cheers
The text was updated successfully, but these errors were encountered:
Currently, it seems wagtail-modeltranslation only partially works with wagtail.contrib.settings in the admin, as the base field is not hidden (meaning you see both the translated fields like
name_fr
,name_en
, for which the language toggle work, but also the base fieldname
).It would be nice if that worked out of the box.
Cheers
The text was updated successfully, but these errors were encountered: