Tagged Questions
2
votes
3answers
648 views
Application internationalization/translation experience using crowd-sourcing? Mechanical Turk?
I have developed a web application using internationalization best practices such as putting all my displayable strings in property files, etc, etc.
I would like to have the strings in the property ...
0
votes
1answer
124 views
JavaScript - po files and gettext() vs json and custom i18n library?
I need to develop or find some sort of lightweight gettext-like library in JavaScript for browser-side translations. (Preferably the same library could be used by node.js if I'd like to translate ...