gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 133 forks source link

Chinese language set in config.h #197

Closed tonylane26 closed 1 year ago

tonylane26 commented 1 year ago

Just started with this and the Webserver pages all come up in Chinese.

The latest version of config.h from a week or so ago includes this line:

define MY_LANGUAGE zh.CN // define your language

This seems to conflict/override with the setting of the #ifndef MY_LANGUAGE line in the main .ino file.

I changed it to en-GB but maybe the line shouldn't be in the config.h file at all?

gysmo38 commented 1 year ago

Sorry, this is a mistake from last release push... I compile binary for all language in last release and forgot to comment before push. When commented, the language is en-GB.

tonylane26 commented 1 year ago

Sorry, this is a mistake from last release push... I compile binary for all language in last release and forgot to comment before push. When commented, the language is en-GB.

I'm still learning so it was useful to debug.

Thanks for all the work you've put into this, as well as to the others whose work you've built on. I'm looking forward to trying it "Live" on my new mini-splits, once the builders are finished. 😉