add nl to entity translation

This commit is contained in:
MichaelDvP
2022-09-02 14:15:49 +02:00
parent e3487b4845
commit 7cc2eac79d
2 changed files with 8 additions and 7 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};
const char * const languages[] = {EMSESP_LOCALE_EN, EMSESP_LOCALE_DE, EMSESP_LOCALE_NL};
size_t num_languages = sizeof(languages) / sizeof(const char *);