Problem/Motivation
The module is not PHP 8.x ready. It contains deprecated functions.
Steps to reproduce
Run module on PHP 8.x site and go to admin panel.
Proposed resolution
Fix deprecated code by changing implode function parameters used in administration_language_negotiation_admin (https://www.php.net/manual/en/function.implode.php#refsect1-function.imp...) .
Issue fork administration_language_negotiation-3312177
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
marcin maruszewski commentedChanges are ready to review and merge. It would be great if some of the maintainers would like to perform a review and create a new release of the module.
Comment #4
krzysztof domańskiLooks good!
Comment #5
joseph.olstadNice work @Marcin, thanks for the merge request!
Comment #7
polThanks, I just merged it! I will create the release.