cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

Do not detect language, if LanguageDetection ist disabled #449

Closed cbleek closed 6 years ago

cbleek commented 6 years ago

We're detecting the language in:

https://github.com/cross-solution/YAWIK/blob/c47b2b2d6197aa08759d484b81d51448349abc71/module/Core/src/Core/Listener/LanguageRouteListener.php#L131

But our LanguageDetect Setting is not used.

https://github.com/cross-solution/YAWIK/blob/c47b2b2d6197aa08759d484b81d51448349abc71/module/Core/src/Core/Options/ModuleOptions.php#L79

kilip commented 6 years ago

Any one working on this issue now? Feel free to assign me this task.