New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

i18next

Package Overview
Dependencies
Maintainers
1
Versions
519
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Versions

1
52

3.2.0

Diff

Changelog

Source

3.2.0

  • adds api function i18next.reloadResources(), i18next.reloadResources(lngs, ns) to trigger a reload of translations
jamuhl
published 3.1.0 •

Changelog

Source

3.1.0

  • emits missingKey always (like console.log) even if saveMissing is of -> use missingKeyHandler if you only want the trigger only on saveMissing: true
jamuhl
published 3.0.0 •

Changelog

Source

3.0.0

  • [BREAKING] per default i18next uses now the same index as used in gettext for plurals. eg. for arabic suffixes are 0,1,2,3,4,5 instead of 0,1,2,3,11,100. You can enforce old behaviour by setting compatibilityJSON = 'v2' on i18next init.
  • [BREAKING] AMD export will be unnamed now
  • don't call saveMissing if no lng
jamuhl
published 2.5.1 •

Changelog

Source

2.5.1

  • fixes rtl support #656
jamuhl
published 2.5.0 •

Changelog

Source

2.5.0

  • allow null or empty string as defaultValue
  • init option initImmediate (default: true) to init without immediate
jamuhl
published 2.4.1 •

Changelog

Source

2.4.1

  • if passing resources don't immediate loading fixes #636
jamuhl
published 2.4.0 •

Changelog

Source

2.4.0

  • support now language code variants with scripts and other exotic forms: zh-Hans-MO, sgn-BE-fr, de-AT-1996,...
  • trigger of changeLanguage, load of data with a setTimeout to allow other operations meanwhile
jamuhl
published 2.3.5 •

Changelog

Source

2.3.5

  • Only add language to preload array when new #613
jamuhl
published 2.3.4 •

Changelog

Source

2.3.4

  • get babel 6 output IE compatible: https://jsfiddle.net/jamuhl/2qc7oLf8/
jamuhl
published 2.3.3 •

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