add it-translations

This commit is contained in:
MichaelDvP
2023-07-02 12:09:14 +02:00
parent 32f3c646f8
commit 09aea280b5
9 changed files with 1066 additions and 713 deletions

View File

@@ -61,7 +61,7 @@ const char * const languages[] = {EMSESP_LOCALE_EN};
const char * const languages[] = {EMSESP_LOCALE_DE};
#else
const char * const languages[] =
{EMSESP_LOCALE_EN, EMSESP_LOCALE_DE, EMSESP_LOCALE_NL, EMSESP_LOCALE_SV, EMSESP_LOCALE_PL, EMSESP_LOCALE_NO, EMSESP_LOCALE_FR, EMSESP_LOCALE_TR};
{EMSESP_LOCALE_EN, EMSESP_LOCALE_DE, EMSESP_LOCALE_NL, EMSESP_LOCALE_SV, EMSESP_LOCALE_PL, EMSESP_LOCALE_NO, EMSESP_LOCALE_FR, EMSESP_LOCALE_TR, EMSESP_LOCALE_IT};
#endif
static constexpr uint8_t NUM_LANGUAGES = sizeof(languages) / sizeof(const char *);