The idea behind using require("locale").translate(text) in apps (which menu/etc does automatically) is that you only select the language once - when you upload the Language app. After that, all apps will be translated using the translation data that got uploaded to Bangle.js
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@DerGuteWolf sorry, I missed that latest edit...
The idea behind using
require("locale").translate(text)
in apps (which menu/etc does automatically) is that you only select the language once - when you upload theLanguage
app. After that, all apps will be translated using the translation data that got uploaded to Bangle.js