Edit interface/src/project/SettingsApplication.tsx and insert in selection box (~ line 345):
<MenuItemvalue="xy">NewLanguage(XY)</MenuItem>
Edit src/system.cpp line 45 and append EMSESP_LOCALE_XY to the languages[] array
Edit src/local_translations.h and append the defines by adding #define EMSESP_LOCALE_XY "xy"
add your translation as , "your text" at the end of each MAKE_PSTR_LIST() inside the bracket it should look something like this: MAKE_PSTR_LIST(tag, "en", "de", "nl", "se", "pl", "xy")