i18next.com
Version:
i18next website
144 lines (94 loc) • 6.59 kB
Markdown
---
title: i18next ecosystem
order: 3
---
<a name="frameworks"></a>
<div class="optionstable">
framework | description
----------------- | --------------------
[](https://github.com/i18next/react-i18next) | Higher order component and append i18next to context.
[](https://github.com/i18next/ng-i18next) | AngularJS provider, directive and filter
[](https://github.com/actimeo/ng2-i18next) | Angular2 service and directive
[](https://github.com/rse/vue-i18next) | Vue plugin for integrating i18next
[](https://github.com/i18next/i18next-express-middleware) | Middleware to use i18next in express.js (nodejs).
[](https://github.com/i18next/jquery-i18next) | Plugin to use i18next on jquery selectors.
[](https://github.com/mthh/loc-i18next) | Plugin to use same API as jquery-i18next but with html5 selectors
[](https://github.com/aurelia/i18n) | An Aurelia-Wrapper for the i18next library
[](https://github.com/ckir/i18next-meteor) | i18next repackaged for Meteor
[](https://github.com/Polymer/i18next-element) | Polymer friendly interface to i18next
[](https://github.com/recipher/ember-cli-i18next) | Ember CLI addon to wrap i18next
[](https://github.com/leMaik/i18next-ko) | KnockoutJS bindings for i18next
[](http://pythonhosted.org/django-i18next/) | Additions to Django’s i18n module.
[](https://github.com/i18next/i18next-ios) | i18next for iOS
[](https://github.com/i18next/i18next-android) | i18next for android
[](https://github.com/successk/kwc-i18next) | Web component interfacing i18next
[](https://github.com/i18next/i18nextify) | one liner script to enable i18next one any site
</div>
<a name="services"></a>
<div class="optionstable">
name | description
----------------- | --------------------
[](http://locize.com) | localization as a service. Solves your localization process using i18next.
</div>
<a name="utils"></a>
<div class="optionstable">
util | description
----------------- | --------------------
[](https://github.com/i18next/i18next-gettext-converter) | Converts gettext .mo or .po to 18next json format and vice versa.
[](http://i18next.github.io/i18next-scanner/) | Scan your code, extract translation keys/values, and merge them into i18n resource files.
[](https://github.com/i18next/i18next-parser) | A simple command line and gulp plugin that lets you parse your code and extract the translations keys in it.
[](https://github.com/i18next/grunt-i18next) | bundle language resource files for i18next
[](https://github.com/atroo/i18next-resource-store-loader) | This loader generates the resStore config needed for i18next to avoid loading language resources via extra HTTP requests. It generates this config given a directory.
[](https://github.com/jwbay/i18next-json-sync) | Keep i18next JSON resource files in sync with source language file
</div>
<a name="plugins"></a>
<a name="backends"></a>
<div class="optionstable">
backend | description
----------------- | --------------------
[](https://github.com/i18next/i18next-xhr-backend) | backend layer for i18next using browsers xhr
[](https://github.com/i18next/i18next-node-fs-backend) | node.js backend layer for i18next using fs module to load resources from filesystem
[](https://github.com/arve0/i18next-sync-fs-backend) | node.js backend layer for i18next using fs module to load resources synchronous from filesystem
[](https://github.com/i18next/i18next-node-remote-backend) | node.js backend layer for i18next using request module to load resources from another server
[](https://github.com/gian788/i18next-node-mongodb-backend) | i18next node.js backend layer for i18next using mongodb
[](https://github.com/kvaillant/i18next.couchbase) | i18next node.js backend layer for i18next using couchbase
[](https://bitbucket.org/tagoh/i18next-node-zanata-backend) | i18next node.js backend layer for [Zanata](http://zanata.org)
[](https://github.com/locize/i18next-locize-backend) | backend layer for [locize.com - localization as a service](http://locize.com)
[](https://github.com/locize/i18next-node-locize-backend) | backend layer for [locize.com - localization as a service](http://locize.com)
</div>
<a name="caches"></a>
<div class="optionstable">
cache | description
----------------- | --------------------
[](https://github.com/i18next/i18next-localStorage-cache) | caching layer for i18next using browsers localStorage
</div>
<a name="languagedetector"></a>
<div class="optionstable">
language detector | description
----------------- | --------------------
[](https://github.com/i18next/i18next-browser-languageDetector) | language detector used in browser environment for i18next
[](https://github.com/i18next/i18next-express-middleware) | language detector for express.js (nodejs).
[](https://github.com/DylanVann/i18next-react-native-language-detector) | language detector for React Native.
[](https://github.com/neruchev/i18next-electron-language-detector) | language detector for electron apps.
</div>
<a name="postprocessors"></a>
<div class="optionstable">
post processor | description
----------------- | --------------------
[](https://github.com/i18next/i18next-sprintf-postProcessor) | sprintf post processor for i18next.
[](https://github.com/i18next/i18next-intervalPlural-postProcessor) | interval based plurals like. "One Item", "A few items", "A lot of items"
</div>
<a name="loggers"></a>
right now there is only the integrated console logger available.
<a name="add-your-own"></a>
Feel free to submit your own module by adding your module [here](https://github.com/i18next/i18next.com/blob/master/pages/docs/ecosystem/index.md) and creating a pull request.