Skip to content

Use actual language instead of fixed 'en'

Balázs Meskó requested to merge (removed):patch-2 into master

This should fix #373 (closed). The issue was that 'en' was baked in the source, instead of the actual language, and we did use '/' instead of the actual path. This code takes the whole /{activeLang}/path/to/actual/page path, and changes it to /{lang}/path/to/actual/page.

Merge request reports