mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
cz entitiy translations from #2096
This commit is contained in:
@@ -369,6 +369,7 @@ const ApplicationSettings = () => {
|
|||||||
margin="normal"
|
margin="normal"
|
||||||
select
|
select
|
||||||
>
|
>
|
||||||
|
<MenuItem value="cz">Česky (CZ)</MenuItem>
|
||||||
<MenuItem value="de">Deutsch (DE)</MenuItem>
|
<MenuItem value="de">Deutsch (DE)</MenuItem>
|
||||||
<MenuItem value="en">English (EN)</MenuItem>
|
<MenuItem value="en">English (EN)</MenuItem>
|
||||||
<MenuItem value="fr">Français (FR)</MenuItem>
|
<MenuItem value="fr">Français (FR)</MenuItem>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -68,7 +68,8 @@ const char * const languages[] = {EMSESP_LOCALE_EN,
|
|||||||
EMSESP_LOCALE_FR,
|
EMSESP_LOCALE_FR,
|
||||||
EMSESP_LOCALE_TR,
|
EMSESP_LOCALE_TR,
|
||||||
EMSESP_LOCALE_IT,
|
EMSESP_LOCALE_IT,
|
||||||
EMSESP_LOCALE_SK};
|
EMSESP_LOCALE_SK,
|
||||||
|
EMSESP_LOCALE_CZ};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static constexpr uint8_t NUM_LANGUAGES = sizeof(languages) / sizeof(const char *);
|
static constexpr uint8_t NUM_LANGUAGES = sizeof(languages) / sizeof(const char *);
|
||||||
|
|||||||
Reference in New Issue
Block a user