Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18next

Package Overview
Dependencies
Maintainers
1
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Versions

1
5052

1.5.5

Diff

Changelog

Source

1.5.5

  • BREAKING added all plurals: suffixes will new be same as in gettext usage (number indexes key_plural_0|2|3|4|5|7|8|10|11|20|100), additional if needed signature of addRule has changed
  • added sprintf as postprocessor -> postProcess = 'sprintf' and sprintf = obj or array
  • set default postProcessor on init
  • redone build process with grunt
  • drop in replacement for jquery each, extend, ajax
  • setting fallbackLng to false will stop loading and looking it up
  • option to load only current or unspecific language files
published 1.5.0 •

Changelog

Source

1.5.0

  • pass options to sync._fetchOne, use options for fetching
  • support for i18next-webtranslate
published 1.4.1 •

Changelog

Source

1.4.1

  • post processor
  • BREAKING: localStorage defaults to false
  • added localStorageExpirationTime for better caching control
  • few bug fixes
jamuhl
published 1.4.0 •

Changelog

Source

1.4.0

  • preload multiple languages
  • translate key to other language than current
  • fixed issue with namespace usage in combination with context and plurals
  • more options to send missing values
  • better amd support
published 1.3.4 •

Changelog

Source

1.3.4

  • set type of ajax request to GET (options sendType: default POST)
  • set cookie expiration (options cookieExpirationTime: in minutes)
  • read / cache translation options (context, count, ...) in data-attribute (options useDataAttrOptions: default false)
jamuhl
published 1.3.3 •

Changelog

Source

1.3.3

  • optional return an objectTree from translation
  • use jquery promises or callback in initialisation
  • rewrote all tests with mocha.js
jamuhl
published 1.3.2 •

Changelog

Source

1.3.2

  • options to init i18next sync (options -> getAsync = false)
  • replace all occurence of replacement string
jamuhl
published 1.3.1 •

Changelog

Source

1.3.1

  • pass options to selector.i18n() thanks to @hugojosefson
  • close [issue #8(https://github.com/jamuhl/i18next/issues/8)]: Fail silently when trying to access a path with children
  • cleanup
  • debug flag (options.debug -> write infos/errors to console)
jamuhl
published 1.2.5 •

Changelog

Source

1.2.5

  • fix for IE8
jamuhl
published 1.2.4 •

Changelog

Source

1.2.4

  • 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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc