Tag as community contribution
This commit is contained in:
parent
e4a444ce5a
commit
fef5b02010
|
|
@ -209,7 +209,7 @@ const char* lang_get_name_by_code(uint16_t code)
|
|||
case LANG_CODE_ES: return _n("Espanol");
|
||||
case LANG_CODE_FR: return _n("Francais");
|
||||
case LANG_CODE_IT: return _n("Italiano");
|
||||
case LANG_CODE_NL: return _n("Nederlands");
|
||||
case LANG_CODE_NL: return _n("Nederlands"); //community contribution
|
||||
case LANG_CODE_PL: return _n("Polski");
|
||||
}
|
||||
return _n("??");
|
||||
|
|
|
|||
Loading…
Reference in New Issue