Skip to content

Commit

Permalink
0.8.92
Browse files Browse the repository at this point in the history
fix compile
  • Loading branch information
lumapu committed Mar 10, 2024
1 parent b245189 commit 96eb787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
strategy:
matrix:
variant:
- opendtufusion
- opendtufusion-ethernet
- esp8266
- esp8266-all
- esp8266-minimal
Expand All @@ -34,8 +36,6 @@ jobs:
- esp32-wroom32-ethernet
- esp32-s2-mini
- esp32-c3-mini
- opendtufusion
- opendtufusion-ethernet
steps:
- uses: actions/checkout@v4
- uses: benjlevesque/[email protected]
Expand Down Expand Up @@ -87,6 +87,8 @@ jobs:
strategy:
matrix:
variant:
- opendtufusion-de
- opendtufusion-ethernet-de
- esp8266-de
- esp8266-all-de
- esp8266-prometheus-de
Expand All @@ -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/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/plugin_lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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__*/

0 comments on commit 96eb787

Please sign in to comment.