add se, fix typos, formatting

This commit is contained in:
MichaelDvP
2022-09-12 08:08:39 +02:00
parent 06b057f4a2
commit ca8b236ccb
2 changed files with 488 additions and 87 deletions

View File

@@ -42,7 +42,7 @@
namespace emsesp {
// Languages supported. Note: the order is important and must match locale_translations.h
const char * const languages[] = {EMSESP_LOCALE_EN, EMSESP_LOCALE_DE, EMSESP_LOCALE_NL};
const char * const languages[] = {EMSESP_LOCALE_EN, EMSESP_LOCALE_DE, EMSESP_LOCALE_NL, EMSESP_LOCALE_SE};
size_t num_languages = sizeof(languages) / sizeof(const char *);