i18n
I18n: Let’s talk about AngularJS and Internationalization
Developping an Enterprise Social Network demands a lot of translated things so we can touch more people. Using AngularJS as our main frontend framework, I’ve had to seek for a good solution to internationalize our ESN. First we should define some problematics and set up a little glossary. There are 5 main problematics here : […]
A strategy for i18n in node.js server templates
A website development nowadays requires to support multiple languages. This article describes the goal we want to achieve, existing tools in the node.js ecosystem and propose a strategy. We’ll explore what experience we want to bring to our users, the server side features we need. What user experience do we want ? I was never […]