Merge pull request #1511 from misa1515/patch-11

Update system.cpp
This commit is contained in:
Proddy
2023-12-17 09:31:38 +01:00
committed by GitHub

View File

@@ -64,7 +64,8 @@ const char * const languages[] = {EMSESP_LOCALE_EN,
EMSESP_LOCALE_NO, EMSESP_LOCALE_NO,
EMSESP_LOCALE_FR, EMSESP_LOCALE_FR,
EMSESP_LOCALE_TR, EMSESP_LOCALE_TR,
EMSESP_LOCALE_IT}; EMSESP_LOCALE_IT,
EMSESP_LOCALE_SK};
#endif #endif
static constexpr uint8_t NUM_LANGUAGES = sizeof(languages) / sizeof(const char *); static constexpr uint8_t NUM_LANGUAGES = sizeof(languages) / sizeof(const char *);