Package Exports
- i18next
- i18next/dist/es/EventEmitter
- i18next/dist/es/index.js
- i18next/dist/es/utils
- i18next/i18next.js
- i18next/index
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (i18next) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
i18next
i18next is a very popular internationalization framework for browser or any other javascript environment (eg. node.js).
The current v2 release is a big milestone in keeping continuity for your translation projects by keeping a stable, modern API.
i18next provides:
- Flexible connection to backend (loading translations via xhr, ...)
- Optional caching, user language detection, ...
- Proper pluralizations
- Translation context
- Nesting, Variable replacement
- Flexibility: prefer keybased or gettext style? No problem...
- Extensibility: eg. sprintf
- ...
For more information visit the website:
Our focus is providing the core to building a booming ecosystem. Independent of the building blocks you choose, be it react, angular or even good old jquery proper translation capabilities are just one step away.