envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
139 stars 50 forks source link

Make webui translateable. #38

Open envy opened 6 years ago

envy commented 6 years ago

Extract all static strings and put them in a header. Look other projects to find out how they do it.

ascillato commented 6 years ago

May be a good option for the library to receive the text from the main program, so the webpage title, the labels (physical address) and so on, can be sent when registering from the main program and there is no need of making new headers or files for translation.

by default, can be the actual text, but can be replaced on registering options.

What do you think?