Browse Source

0.8.92

fix compile
pull/1512/head
lumapu 10 months ago
parent
commit
96eb7871ed
  1. 8
      .github/workflows/compile_development.yml
  2. 6
      src/plugins/plugin_lang.h

8
.github/workflows/compile_development.yml

@ -23,6 +23,8 @@ jobs:
strategy:
matrix:
variant:
- opendtufusion
- opendtufusion-ethernet
- esp8266
- esp8266-all
- esp8266-minimal
@ -34,8 +36,6 @@ jobs:
- esp32-wroom32-ethernet
- esp32-s2-mini
- esp32-c3-mini
- opendtufusion
- opendtufusion-ethernet
steps:
- uses: actions/checkout@v4
- uses: benjlevesque/short-sha@v3.0
@ -87,6 +87,8 @@ jobs:
strategy:
matrix:
variant:
- opendtufusion-de
- opendtufusion-ethernet-de
- esp8266-de
- esp8266-all-de
- esp8266-prometheus-de
@ -96,8 +98,6 @@ jobs:
- esp32-wroom32-ethernet-de
- esp32-s2-mini-de
- esp32-c3-mini-de
- opendtufusion-de
- opendtufusion-ethernet-de
steps:
- uses: actions/checkout@v4
- uses: benjlevesque/short-sha@v3.0

6
src/plugins/plugin_lang.h

@ -16,7 +16,7 @@
#define STR_VERSION "Version"
#define STR_ACTIVE_INVERTERS "aktive WR"
#define STR_TODAY "heute"
#define STR_TODAY "Gesamt"
#define STR_TOTAL "Gesamt"
#elif LANG_FR
#define STR_MONTHNAME_3_CHAR_LIST "ErrJanFevMarAvrMaiJunJulAouSepOctNovDec"
#define STR_DAYNAME_3_CHAR_LIST "ErrDimLunMarMerJeuVenSam"
@ -27,7 +27,7 @@
#define STR_VERSION "Version"
#define STR_ACTIVE_INVERTERS "active Inv"
#define STR_TODAY "today"
#define STR_TODAY "total"
#define STR_TOTAL "total"
#else
#define STR_MONTHNAME_3_CHAR_LIST "ErrJanFebMarAprMayJunJulAugSepOctNovDec"
#define STR_DAYNAME_3_CHAR_LIST "ErrSunMonTueWedThuFriSat"
@ -38,7 +38,7 @@
#define STR_VERSION "Version"
#define STR_ACTIVE_INVERTERS "active Inv"
#define STR_TODAY "today"
#define STR_TODAY "total"
#define STR_TOTAL "total"
#endif
#endif /*__PLUGIN_LANG_H__*/

Loading…
Cancel
Save