Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stonecypher/sc_i18n_react
- Owner: StoneCypher
- License: mit
- Created: 2014-07-13T02:01:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T07:14:14.000Z (over 10 years ago)
- Last Synced: 2024-10-26T11:52:11.804Z (2 months ago)
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.