Skip to content

Commit

Permalink
added documentation for new french (france) locale option
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarzen committed Jun 14, 2023
1 parent 9c252d0 commit a73f3cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
// German (Germany) de_DE
// English (United Kingdom) en_GB
// English (United States) en_US
// French (France) fr_FR
// Dutch (Belgium) nl_BE
#define LOCALE en_US

Expand Down Expand Up @@ -112,7 +113,7 @@
// security by providing encryption and verifying the identity of the server.
//
// HTTPS with X.509 certificate verification comes with the draw back that
// eventually the certificates one the esp32 will expire, requiring you to
// eventually the certificates on the esp32 will expire, requiring you to
// update the certificates in cert.h and reflash this software.
// Running cert.py will generate an updated cert.h file.
// The current certificate for api.openweathermap.org is valid until
Expand Down
7 changes: 7 additions & 0 deletions platformio/src/locales/locale_fr_FR.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

/* Special thanks to Luc Sanchez (ColonelMoutarde) for contributing this
* translation.
*
* If you have any feedback or suggestions, please open an issue on this
* project's github page: <https://github.com/lmarzen/esp32-weather-epd/issues>
*/

#include <vector>
#include <Arduino.h>
#include "_locale.h"
Expand Down

0 comments on commit a73f3cc

Please sign in to comment.