mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
* feat: Updated english to latest changes in c files, and added translations in Greek (for public key and modem preset.) * Update error message for missing map tiles Reverting mapped string "Map tiles not found!" in line 118, Related to: [comment](https://github.com/meshtastic/device-ui/pull/263#discussion_r2679569602)
To install:
npm i lv_i18n -g
To extract:
lv_i18n extract -s 'generated/**/*.+(c|cpp|h|hpp)' -s 'source/**/*.+(c|cpp|h|hpp)' -t 'locale/*.yml'
To compile:
cd locale
npx lv_i18n compile -t './*.yml' -o '.'