rbeere / i18next-jade-express-sample

Example application for using i18next with a jade/express node.js server
12 stars 2 forks source link

i18next-jade-express-sample

Example application for using i18next with a jade/express node.js server

Application architecture

installation

npm install

start application

node app.js

now point your browser to

http://localhost:3000

Credits

Thanx to Jan Mühlemann for his i18next and i18next-node libraries.

More information

For a walk through of the example see my blog post "Internationalization with Express, Jade and i18next-node"