This project is to get a feel for the various options on internationalization
npm installnode index.jsnavigate to localhost:3000
First things first, go read "Javascript Internationalization" by Kevin Scott he did a phenomenal job of summarizing a lot of terminology and situations that need to be accounted for within internationalization and localization, and he did so in an easy to read way.
The article and therefore Kevin's review of frameworks is dated, he didn't cover how to switch between locales, and he didn't cover a few specific items (numbers, dates, language specific comparisons, addresses, phone numbers, validation). So this repo will cover some of the topics that he didn't cove (names, dates, & language specific comparisons), as well as a more up-to-date review of relevant frameworks.
- https://www.i18next.com/
- http://l10ns.org/
- http://airbnb.io/polyglot.js/
- https://github.com/messageformat/messageformat.js
- https://github.com/alexei/sprintf.js
- http://i18njs.com/
- http://userguide.icu-project.org/formatparse/messages
Figure out how implement moment.js if possible