Skip to content

Add a controller-based default for window titles

Vincent Agnano requested to merge github/fork/Vin0uz/improve-titles into master

Created by: Vin0uz

It's not completely answering #1020 (closed) , which btw is not totally true, some pages have a content_for defined already :D (stats or relatives for example, but I am sure some others have too ;))

Two commits in this diff :

  • Adding a leading space to fix StatistiquesDu
  • Adding a translation for titles, based on controller names.

Some are overriden, but I kept a translation as a fallback.

I am really not sure about the translations, so please adjust if needed 🙏

Merge request reports