cz entitiy translations from #2096

This commit is contained in:
MichaelDvP
2024-10-22 20:03:57 +02:00
parent f12cbb1f32
commit a9d5133917
3 changed files with 786 additions and 783 deletions

File diff suppressed because it is too large Load Diff

View File

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