All Versions
389
Latest Version
Avg Release Cycle
5 days
Latest Release
65 days ago

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

  • v10.6.0 Changes

    • โž• adds missingInterpolationHandler 1039
  • v10.5.1 Changes

    • ๐Ÿ›  fixes call to getPluralFormsOfKey if called with unsupported language 1032
    • Avoid mutating whitelist array. 1037
  • 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 tDescription to the t options or as a third param to calling t -> 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