Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stonecypher/sc_i18n_react

Simple internationalization controls for react.js ; largely a wrapper of sc_18n. MIT licensed.
https://github.com/stonecypher/sc_i18n_react

Last synced: 21 days ago
JSON representation

Simple internationalization controls for react.js ; largely a wrapper of sc_18n. MIT licensed.

Awesome Lists containing this project

README

        

sc_i18n_react
=============

Simple internationalization controls for [react.js](http://facebook.github.io/react/); largely
a wrapper of [sc_i18n](https://github.com/StoneCypher/sc_i18n). MIT licensed.

What's going on here
--------------------

Internationalization is surprisingly difficult, and Javascript isn't exactly helping. This
library exists in the hope of easing the process of developing international applications under
the `react.js` UI library.

Consider a few examples of how various cultures write the number one million point four:

| Who | With | How |
|-------------|---------|-------------|
| Murica | English | 1,000,000.4 |
| Britain | English | 1,000,000·4 |
| Canada | Eng/Fr | 1 000 000.4 |
| France | French | 1 000 000,4 |
| Germany | German | 1.000.000,4 |
| Switzerland | Swiss | 1'000'000.4 |
| India | Hindi | 10,00,000.4 |
| China | English | 100,0000.4 |

Now, the want to write `` might be obvious. `:)`

Polemic :neckbeard:
===================

`sc_i18n_react` is MIT licensed, because viral licenses and newspeak language modification are evil. Free is only free when it's free for everyone.