Sourced from i18next-cli's changelog.
1.71.3
- fix:
fallbackNSaccounting now works when the fallback namespace lives in its own file outside a merged output (mergeNamespaces: true), e.g. split out and hidden viaignoreNamespaces:statusandextractlook up a fallback namespace missing from the merged file at its per-namespace path, and a functionoutputresolves the merged file without a namespace (matching whatextractwrites), so hybrid layouts are expressible via anoutputfunction. When afallbackNSis listed inignoreNamespacesbut its translations cannot be found,statusnow warns instead of silently reporting the keys as absent (#287).
507f361
1.71.35329192
fix: resolve fallbackNS from a split-out namespace file when hidden via
ignor...