Closed christianwgd closed 2 years ago
Thank you @christianwgd!
It seems that on some templates you may have forgotten a "load i18n" directive, which makes rendering these pages fail. I've detected this problem on dashboard/pages/service_delete.html
and dashboard/pages/service_session.html
, because opening /dashboard/service/<...>/sessions/<...>
and /dashboard/service/<...>/delete
shows a big "Server Error (500)" page.
Sorry for that. I've checked and added the missing "i18n" tags with a new pull request.
PR merged.
Added general localization ability and a german locale
Open: Localization should be documented in the guides.