Skip to content

Commit

Permalink
Merge pull request #1511 from misa1515/patch-11
Browse files Browse the repository at this point in the history
Update system.cpp
  • Loading branch information
proddy authored Dec 17, 2023
2 parents ef2ed0f + 5384abc commit c6668e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit c6668e1

Please sign in to comment.