mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
@@ -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 *);
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "3.6.5-dev.4"
|
||||
#define EMSESP_APP_VERSION "3.6.5-dev.5"
|
||||
|
||||
Reference in New Issue
Block a user