davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

[i18n] Display field values instead of cryptic %menu.[number].name #374

Closed vzahradnik closed 11 months ago

vzahradnik commented 1 year ago

Is your feature request related to a problem? Please describe. After the internationalization is enabled, the fields in the EEPROM layout window are not readable. Instead, users see the reference to the text field, like %menu.35.name.

Describe the solution you'd like Technically it's not a bug but it would be great to load at least strings from the default language. Seeing layout like this makes the layout view not as usable. image

davetcc commented 1 year ago

Agreed, will add to 4.1

davetcc commented 11 months ago

Also found a few more places, fixed them up at the same time:

davetcc commented 11 months ago

Same for the "Menu Item -> Show Preview" option, now correctly uses the currently selected locale as selected when opened.