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

FR Translation #1755

Closed AByGCreation closed 3 months ago

AByGCreation commented 3 months ago

Proposal of French translation

AByGCreation commented 3 months ago

I propose a French translation for the portal.

Waz-Cpt commented 3 months ago

I think there is an error with a change in WiFiManager.cpp. Line 3368 is currently _debugPort.printf("[MEM] free: %5lu | max: %5u | frag: %3u%% \n", free, max, frag);

I believe it should be _debugPort.printf("[MEM] free: %5u | max: %5u | frag: %3u%% \n", free, max, frag);

tablatronix commented 3 months ago

Yeah there was a change there, I would have to go back and check