Sourced from react-i18next's changelog.
17.0.7
- feat:
useTranslation([nsA, nsB, ...])now passes its full namespace list togetFixedTvia the newscopeNsopt (requiresi18next≥ v26.0.10). This makes selector calls with a secondary-namespace prefix resolve correctly under defaultnsMode:t($ => $.nsB.foo)previously missed silently because the boundnswas the primary string only and i18next's selector rewrite needed an array. Resolution semantics are unchanged — plaint('key')lookups still stay isolated to the primary namespace by default; usensMode: 'fallback'to opt into multi-ns fallback resolution as before. Fixes i18next#2429 foruseTranslation-based callers.
5e892a2
17.0.7c8f4c6b
feat: useTranslation([nsA,nsB]) routes selector secondary-ns prefix via
getFi...084f9a6
Modernize locize.com URLs and refresh UTM tags