Is there something already in the technology stack used by MM that will handle i18n for JS? For instance. something that takes the javascript section from the en.yml and es.yml and makes it available as a translation.js file - or something like that (I only know how it is sometimes done on rails).
Fwiw, https://github.com/fnando/i18n-js seems like a popular rail solution. I assume parts of JS will work fine. I'm just not sure how to integrate the build process into the MM stack, so that all the files are generated and get to the right place.
@tdreyno suggests: Currently not, but it looks like we could connect Asterisks (JS) and I18n.
Has anyone done this, or do you have suggestions on how to proceed (for those who work in Ruby / Rails but havenβt yet dug in the path to resource 3.1, but are not afraid to try).
source share