Problem/Motivation
When using language_cookie language negotiator, it intentionally prevents page cache here by using pageCacheKillSwitch->trigger();.
I think it would be possible to alter page cache to allow page cache to vary.
Issue fork language_cookie-3512070
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
jasonawantI'm sure there are some more nuances to making this work well, but here's an MR to start the conversation.