anvilresearch / connect

A modern authorization server built to authenticate your users and protect your APIs
http://anvil.io
MIT License
361 stars 86 forks source link

Localization (i18n) of all strings. #340

Open rquast opened 8 years ago

rquast commented 8 years ago

Currently, Anvil only caters to an English speaking end user. This is very problematic for most of the world's population who don't speak it.

Initially, anything that the user needs to deal with must be internationalized for them to use Anvil. May need to investigate the different i18n libraries for something that is both easy to implement, and have good integration with popular IDEs.

rquast commented 8 years ago

An interesting discussion on JS localization frameworks -http://stackoverflow.com/questions/3084675/how-does-internationalization-work-in-javascript

rquast commented 8 years ago

An example of using i18next with Jade (since Anvil views are done with Jade)- https://github.com/rbeere/i18next-jade-express-sample