You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current i18n system in this project has several limitations that make it difficult to maintain and expand internationalization support. I propose to change it to only use one HTML file per page, In the current (English) HTML files, for example the <span>Hello World</span> would become something like <span msg="helloWorld"></span> where "helloWorld" would be the key inside the _locale/*/messages.json", that would allow us to delete de/ es/ he/ it/ pt_BR/ in the future, and allow us to translate more pages easier.