tooling / book-of-modern-frontend-tooling

The Front-end Tooling Book
http://tooling.github.io/book-of-modern-frontend-tooling/
2.53k stars 177 forks source link

Missing i18n tooling section #72

Open tinganho opened 9 years ago

tinganho commented 9 years ago

Hi @addyosmani ,

I think it would be good to add an i18ns section to your book. I'm the author of http://l10ns.org it addresses a lot of i18n workflow issues. We live in a very sad world where many font-enders don't know how to solve i18n issues nowadays. They just hardcode their translations and use one language instead. It is good to educate them that i18n is an issue and that their exists tooling for this problem.

addyosmani commented 9 years ago

I would be open to us landing a section about i18n. How were you seeing this fitting in to the current structure of the book?

tinganho commented 9 years ago

Kind of difficult question because i18n also spans into areas like scaffolding(you need a storage for localizaed strings) and building(you need to compile your translations).