anvilresearch / connect

A modern authorization server built to authenticate your users and protect your APIs

Home Page:http://anvil.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localization (i18n) of all strings.

rquast opened this issue · comments

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.

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