tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.63k stars 1.98k forks source link

Add Simplified Chinese Translation #1764

Open wzsx150 opened 2 months ago

wzsx150 commented 2 months ago
  1. Add Simplified Chinese Translation: zh-CN.
  2. Fix some translation issues.
wzsx150 commented 2 months ago

Usage: You need to add the statement #define WM_STRINGS_FILE "wm_strings_cn.h" in the build system. Note that it should not be added directly in the .ino file. I added this statement in the board definition file, for example, in the Linux version of Arduino at the path /home/user/.arduino15/packages/esp32/hardware/esp32/3.0.4/variants/esp32s3/pins_arduino.h

Does anyone have a better way to enable the Chinese translation file?

wzsx150 commented 1 month ago

Can someone merge this PR?