I am currently working on implementing translations within Open edX. To do so, I’ve forked the Open edX translation repository and made some customizations. After building it, everything works fine, but the process is quite slow, especially when dealing with MFE (Micro Frontend).
My question is: Is there a more efficient way to handle so that I can see my custom translations reflected locally (in my dev environment) without having to rebuild everything each time?
For example, just like how we mount and update MFEs locally, and when we add custom changes, they work without rebuilding, is there a similar mechanism to apply custom translations in MFE and see the changes instantly without a full rebuild?
I would appreciate any guidance or solutions on this.
I am not sure if this would help, but if I were in your position, and would want quick access to translation, then I will use i18n/ of an MFE. This directory comes empty in recent releases. because the tranlsation no longer lives inside the code.