gilsdav / ngx-translate-router

Translate routes using ngx-translate
131 stars 43 forks source link

fixing matrix params with ssr #98

Closed likle closed 3 years ago

likle commented 3 years ago

Hi there! We currently face an issue with SSR and matrix parameters. Calling the following URL:

/en;param=value

causes the language to not be recognized and won't match the route. This pull request adds a semicolon as a delimiter which would resolve this issue in the getLocationLangfunction.