All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History
Page 35

  • v1.2.5 Changes

    • ๐Ÿ›  fix for IE8
  • v1.2.4 Changes

    • โž• added indexOf for non ECMA-262 standard compliant browsers (IE < 9)
    • calling i28n() on element with data-i18n attribute will localize it now (i18n now not only works on container elements child)
  • v1.2.3 Changes

    • extended detectLng: switch via qs setLng= or cookie i18next
    • assert county in locale will be uppercased en-us -> en-US
    • provide option to have locale always lowercased option lowerCaseLng
    • set lng cookie when set in init function
  • v1.2 Changes

    • ๐Ÿ‘Œ support for translation context
    • ๐Ÿ›  fixed zero count in plurals
    • init without options, callback
  • v1.1 Changes

    • ๐Ÿ‘Œ support for multiple plural forms
    • common.js enabled (for node.js serverside)
    • ๐Ÿ”„ changes to be less dependent on jquery (override it's functions, add to root if no jquery)
    • enable it on serverside with node.js i18next-node
  • v1.0 Changes

    • support for other attribute translation via data-i18n attribute
    • ๐Ÿ› bug fixes
    • โœ… tests with qunit and sinon
  • v0.9 Changes

    • ๐Ÿ‘ multi-namespace support
    • loading static files or dynamic route
    • jquery function for data-i18n attibute
    • ๐ŸŒ post missing translations to the server
    • graceful fallback en-US -> en -> fallbackLng
    • ๐Ÿ‘ localstorage support
    • ๐Ÿ‘Œ support for pluralized strings
    • ๐ŸŒ insertion of variables into translations
    • ๐ŸŒ translation nesting