All Versions
389
Latest Version
Avg Release Cycle
5 days
Latest Release
65 days ago
Changelog History
Page 26
Changelog History
Page 26
-
v11.2.1 Changes
- ๐ fixes for i18nFormat plugin
-
v11.2.0 Changes
- ๐ allows new plugin of type 'i18nFormat' to override i18next format with eg. ICU format
-
v11.0.0 Changes
- [BREAKING] removes plugin of type cache. Can be replace by i18next-chained-backend example cache for localStorage i18next-localstorage-backend
- [BREAKING] removes the support for multiload (multiRead) in backends - will just use read per language-namespace. You can enable multiRead support in backends again by using i18next-multiload-backend-adapter
-
v10.6.0 Changes
- โ adds missingInterpolationHandler 1039
-
v10.5.0 Changes
- โ Adds options.silent to addResources and addResourceBundle 1024
-
v10.4.1 Changes
- forward options in backend.create saveMissing
-
v10.4.0 Changes
- ๐ fixes combination of returnObject and context by returning original value for deep translation when lookup for inner returns a key (failed to translate proper) 1014
- [EXPERIMENTAL] additional you can pass
tDescriptionto thetoptions or as a third param to callingt->t(key, defaultValue, tDescription);. Those will get forwarded to the backend and can be submitted on saveMissing to provide contextual information for translators.
-
v10.3.0 Changes
- ๐ new option saveMissingPlurals (default true) will enable submitting plural forms on saveMissing if t call is for plural (count passed in options).
-
v10.2.2 Changes
- ๐ fixes Context and nested lost initial options 1009