i18next 21.0.0 → 21.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -119,9 +119,9 @@ export interface InterpolationOptions {
|
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
121
|
* If true, it will skip to interpolate the variables
|
|
122
|
-
* @default
|
|
122
|
+
* @default true
|
|
123
123
|
*/
|
|
124
|
-
skipOnVariables?:
|
|
124
|
+
skipOnVariables?: boolean;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
export interface ReactOptions {
|