Hi,
This is not directly related to Stellar, but I thought it could be useful to some of you. I was looking for a lightweight internationalization framework that would works both under Node.js & browser environments, and that could be fed from various modules.
I didn't found one, so I wrote it on top of y18n, y18n-browser and gettext-extractor. The package is called @cosmic-plus/i18n
and you'll find all the info you need here.
When bundled for web, it weights a bit under 8 Ko so I'm pretty satisfied for now. A few optimizations are possible so maybe I'll give it another round at a later time.