All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-
Changelog History
Page 35
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