This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

i18next-electron-language-detector

0.0.10 • Public • Published

Introduction

npm version dependencies peerDependencies downloads MIT License

This is an i18next language detection plugin which is used to determine user language in the Electron.js application by applying an app.getLocale() method.

Installation

Source can be loaded via npm.

# npm package
$ npm install i18next-electron-language-detector

Usage

import i18next from 'i18next'
import LanguageDetector from 'i18next-electron-language-detector';
 
i18next
  .use(LanguageDetector)
  .init()

Note: On Windows you have to call it after the ready events gets emitted.

Package Sidebar

Install

npm i i18next-electron-language-detector

Weekly Downloads

323

Version

0.0.10

License

MIT

Unpacked Size

3.88 kB

Total Files

4

Last publish

Collaborators

  • neruchev