mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
A web-based collaborative LaTeX editor
1eadf38761
Somewhere in i18next there is an assignment `ctx.lng=someLang` that
leaks across requests that share the same `ctx` object for calls like
`req.i18n.translate('locale', ctx)`.
This somewhere is likely here:
|
||
---|---|---|
services/web |