UNPKG

3.29 kBMarkdownView Raw
1# i18next: learn once - translate everywhere [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Awesome%20i18next:%20learn%20once%20-%20translate%20everywhere%20-%20the%20internationalization%20ecosystem%20&url=https://github.com/i18next/i18next&via=jamuhl&hashtags=i18n,javascript,dev)
2
3[![CircleCI](https://circleci.com/gh/i18next/i18next.svg?style=svg)](https://circleci.com/gh/i18next/i18next)
4[![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/i18next/i18next)
5[![Coveralls](https://img.shields.io/coveralls/i18next/i18next/master.svg?style=flat-square)](https://coveralls.io/github/i18next/i18next)
6[![Package Quality](http://npm.packagequality.com/shield/i18next.svg)](http://packagequality.com/#?package=i18next)
7[![cdnjs version](https://img.shields.io/cdnjs/v/i18next.svg?style=flat-square)](https://cdnjs.com/libraries/i18next)
8[![npm version](https://img.shields.io/npm/v/i18next.svg?style=flat-square)](https://www.npmjs.com/package/i18next)
9[![David](https://img.shields.io/david/i18next/i18next.svg?style=flat-square)](https://david-dm.org/i18next/i18next)
10
11i18next is a very popular internationalization framework for browser or any other javascript environment (eg. node.js).
12
13![ecosystem](https://raw.githubusercontent.com/i18next/i18next/master/assets/i18next-ecosystem.jpg)
14
15i18next provides:
16
17- Flexible connection to [backend](https://www.i18next.com/plugins-and-utils.html#backends) (loading translations via xhr, ...)
18- Optional [caching](https://www.i18next.com/plugins-and-utils.html#caches), user [language detection](https://www.i18next.com/plugins-and-utils.html#language-detector), ...
19- Proper [pluralizations](https://www.i18next.com/plurals.html)
20- Translation [context](https://www.i18next.com/context.html)
21- [Nesting](https://www.i18next.com/nesting.html), [Variable replacement](https://www.i18next.com/interpolation.html)
22- Flexibility: [Use it everywhere](https://www.i18next.com/supported-frameworks.html)
23- Extensibility: eg. [sprintf](https://www.i18next.com/plugins-and-utils.html#post-processors)
24- ...
25
26For more information visit the website:
27
28- [Getting started](https://www.i18next.com/getting-started.html)
29- [Translation Functionality](https://www.i18next.com/essentials.html)
30- [API](https://www.i18next.com/api.html)
31
32Our 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](https://www.i18next.com/supported-frameworks.html).
33
34---
35
36<h3 align="center">Gold Sponsors</h3>
37
38<p align="center">
39 <a href="https://locize.com/" target="_blank">
40 <img src="https://raw.githubusercontent.com/i18next/i18next/master/assets/locize_sponsor_240.gif" width="240px">
41 </a>
42</p>
43
44---
45
46**From the creators of i18next: localization as a service - locize.com**
47
48A translation management system built around the i18next ecosystem - [locize.com](https://locize.com).
49
50![locize](https://locize.com/img/ads/github_locize.png)
51
52With using [locize](http://locize.com/?utm_source=i18next_readme&utm_medium=github) you directly support the future of i18next.
53
54---