0.0.1 • Published 7 years ago

s-i18n-react v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

s-i18n-react

s-i18n-react is a simple yet very smart internationalization library, meant to make your life as easy as possible when it comes about translating your React application.

Travis CI Code Climate Coverage Status Quality dependencies devdependencies

Warning

This is still a beta package, it may changes a lot in the coming days.

General Concept

s-i18n-react is different from other js i18n library, as it was built with these objectives in mind :

  1. feel as natural as possible for developpers coding the application.

You write full sentences instead of using some.namespaced.keywords

  1. be as simple as possible for translators

No nesting, no cryptic keywords, just plain ol' sentences to translate

  1. be as helpful as possible when it comes to maintain your app translations

An extraction utility is here to scan your code and generate your files. You just have to translate them!

Documentation

Checkout the documentation for a complete guide on how to use s-i18n-react

Aknowlegment

This work was inspired by the i18n module of the Yii framework.