Edit pages now have buttons to toggle languages on or off. On our site,bBy default, all languages are switched off. It is unclear to me, whether this is a bug or a wrong setting ( see https://github.com/infoportugal/wagtail-modeltranslation/issues/287 ) We could probably make "en" on by default somehow, but wouldn't this hide the "de" pages to much? I could modify the code to have all languages on by default, which would mimics the layout as our editors are used to, but this would required a patch which is difficult to maintain (= may break on any update, as seen with the Snippet Chooser hack). So maybe we just disabled this completely? Or is it something you have been waiting for? The author said, if can be disabled by config, but I didn't find that. Anyway, even a patch-away patch would be easier to maintain than a patch added functionality.