Add Danish

This commit is contained in:
3d-gussner 2021-12-21 15:15:23 +01:00
parent 5bce397fab
commit f8a0d3ad7b
10 changed files with 4966 additions and 1 deletions
Firmware

View file

@ -218,6 +218,9 @@ const char* lang_get_name_by_code(uint16_t code)
#ifdef COMMUNITY_LANG_GROUP1_SV
case LANG_CODE_SV: return _n("Svenska"); //community Swedish contribution
#endif // COMMUNITY_LANG_GROUP1_SV
#ifdef COMMUNITY_LANG_GROUP1_DA
case LANG_CODE_DA: return _n("Dansk"); //community Swedish contribution
#endif // COMMUNITY_LANG_GROUP1_DA
//Use the 3 lines below as a template and replace 'QR' and 'New language'
//#ifdef COMMUNITY_LANG_GROUP1_QR