@daemez/ext-i18next

0.3.1 • Public • Published

ext-i18next

Use i18next library on your ExtJS project.

Instalation and configuration

First install npm package

npm install @daemez/ext-i18next

To allow sencha builder to locate the npm package you need yo add the following entry to workspace.json

"packages": {
    "dir": "...,${workspace.dir}/node_modules/@daemez"
}

Then you should enable it in your app.json

"requires": [
    "daemez-i18next"
]

You can also include in your app.json a version to refresh cached locale

"localeVersion": "1.1.0"

Finally in your index.js you need to add the required package

_i18next = require('@daemez/ext-i18next');
_i18next.init();

You can now use i18next on your ExtJS project

/@daemez/ext-i18next/

    Package Sidebar

    Install

    npm i @daemez/ext-i18next

    Weekly Downloads

    0

    Version

    0.3.1

    License

    MIT

    Unpacked Size

    43.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • ogimenezb