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
271 stars 25 forks source link

{BETA4.2] The enum list is flagging missing 18n values even when there are no entries starting with "%" #439

Closed davetcc closed 6 months ago

davetcc commented 6 months ago

Describe the bug The enum list editor is flagging that there are missing i18n enum entries even when no entries start with "%".

To Reproduce Within an internationalized project, create an enum item, and put in several items, none starting with "%", notice there are still issues.

Expected behavior There should be no warning unless there are actual missing i18n values in the enum list.