This commit is contained in:
MichaelDvP
2023-12-17 12:35:46 +01:00
11 changed files with 425 additions and 74 deletions

View File

@@ -29,8 +29,9 @@
#define EMSESP_LOCALE_FR "fr"
#define EMSESP_LOCALE_TR "tr"
#define EMSESP_LOCALE_IT "it"
#define EMSESP_LOCALE_SK "sk"
// IMPORTANT! translations are in the order:,en, de, nl, sv, pl, no, fr, tr, it
// IMPORTANT! translations are in the order:,en, de, nl, sv, pl, no, fr, tr, it, sk
//
// if there is no translation, it will default to en
//

View File

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

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.5-dev.4"
#define EMSESP_APP_VERSION "3.6.5-dev.5"