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
Define and implement a procedure to translate the web interface.
A requirement is that this feature must not add file size to the final binary image, not beyond what could be normal due to different string lengths for different languages.
Right now all "translatable" strings are either on the index.html or the custom.js files. The idea would be to have a procedure implemented in the gulpfile.js that will search and replace the strings from localization files. There are a number of gulp plugins that could provide this solution.
The text was updated successfully, but these errors were encountered:
Define and implement a procedure to translate the web interface.
A requirement is that this feature must not add file size to the final binary image, not beyond what could be normal due to different string lengths for different languages.
Right now all "translatable" strings are either on the index.html or the custom.js files. The idea would be to have a procedure implemented in the gulpfile.js that will search and replace the strings from localization files. There are a number of gulp plugins that could provide this solution.
The text was updated successfully, but these errors were encountered: