milesmcc / shynet

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Apache License 2.0
2.93k stars 190 forks source link

Localization #214

Closed christianwgd closed 2 years ago

christianwgd commented 2 years ago

Added general localization ability and a german locale

Open: Localization should be documented in the guides.

milesmcc commented 2 years ago

Thank you @christianwgd!

danya02 commented 2 years ago

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.

christianwgd commented 2 years ago

Sorry for that. I've checked and added the missing "i18n" tags with a new pull request.

milesmcc commented 2 years ago

PR merged.