1eadf3876199d8a924d5dba2f2be3fd399918b3e
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:
https://github.com/i18next/i18next/blob/6cc8917ed5b7a1a6e5db316644fe57474c150f18/src/i18next.translate.js#L338
GitOrigin-RevId: b05f62fa59a6ffa59724108fbcc68cc7a67cfd8f
Description
Languages
JavaScript
62.6%
TypeScript
29.5%
SCSS
2.9%
Java
2.1%
Pug
0.8%
Other
1.9%