Sunday 26 March 2017

Best i18n library for an Expressjs app?

I am looking into Internationalization libraries for an Express app I am developing.Best for me would be easy to use and concise, very fast, taking little resources and being actively maintained.If it matters, the way the language will be set is from the url (http://ift.tt/2nVqtTN) and I should be able to have a default language (http://ift.tt/1CFGpsj). I will not be using cookies to set the language.I will also need some sort of nice output to give to translators and it should be easy for them to return a locale file.Searching npm and github I found i8n and y18n. i18n has a lot more stars on github, but y18n has a lot more downloads on npm.

Submitted March 26, 2017 at 06:33AM by Ozyzen

No comments:

Post a Comment