wagtail / wagtailtrans

A Wagtail add-on for supporting multilingual sites
http://wagtailtrans.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 60 forks source link

Do not append language to page title when page tree is freeformed #121

Closed robmoorman closed 6 years ago

robmoorman commented 6 years ago
/en/
  /this-is-great/
/nl/
  /dit-is-geweldig/

It's clear I'm already editing in the /nl/ page tree when in freeform mode. The language (Dutch) is appended to the page title.

Think this is better when you are only in sync mode.

mikedingjan commented 6 years ago

This is only in the admin, doesn't seem that big of an issue to me.. You can always override the get_admin_display_title in your models to not include it. This is so much depending on the kind of installation, that it shouldn't be a feature of wagtailtrans.

I'm opting to close this issue, anyone disagrees?

robmoorman commented 6 years ago

get_admin_display_title should be the way, check.