You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typings: `getT` now returns `TFunction` with the correct default namespace
typings: `LocalePrefixKey`'s type now doesn't force a `commands/` prefix
typings: `LocalePrefixKey` now uses i18next's `nsSeparator` type instead of a hardcoded `:`
typings: All functions using `TypedT` now requires `LocalePrefixKey`
BREAKING CHANGE: refactor: Removed `resolveKey`, use `getSupportedLanguageT(interaction)(...args)` instead
BREAKING CHANGE: refactor: Removed `resolveUserKey`, use `getSupportedUserLanguageT(interaction)(...args)` instead
BREAKING CHANGE: typings: Removed `T` type utility function
BREAKING CHANGE: typings: Removed `FT` type utility function
BREAKING CHANGE: typings: Removed `TypedT` type utility
BREAKING CHANGE: typings: Removed `TypedFT` type utility
BREAKING CHANGE: typings: Removed `Value` type utility
BREAKING CHANGE: typings: Removed `Values` type utility
BREAKING CHANGE: typings: Removed `Difference` type utility
BREAKING CHANGE: typings: `i18next.TFunction` is not longer augmented, `lng` and `ns` is not longer assumed to exist
Copy file name to clipboardExpand all lines: packages/http-framework-i18n/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ addFormatters(
34
34
awaitinit();
35
35
```
36
36
37
+
> **Note**: If you want to customize the options, please check [i18next's TypeScript guide](https://www.i18next.com/overview/typescript) to improve the experience.
0 commit comments