dzungpv / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266/ESP32 module
GNU General Public License v3.0
68 stars 13 forks source link

Encode issue #11

Closed dtalens closed 9 months ago

dtalens commented 9 months ago

Some translated words containing (') appear unfinished in the web interface.

Issue 1: https://github.com/dzungpv/mitsubishi2MQTT/blob/8ead953150d810e42719fbc0d3eb6e841284674a/main/languages/ca-ES.h#L86 image

Issue 2: https://github.com/dzungpv/mitsubishi2MQTT/blob/8ead953150d810e42719fbc0d3eb6e841284674a/main/languages/ca-ES.h#L153 image

dzungpv commented 9 months ago

You may use \' to escape it or ' for '. So it will be:

 const char txt_login_ph_user[] PROGMEM = "Introduïu el nom d'usuari"; 

But I am not test it, you can test it before submit PR