typo
This commit is contained in:
parent
54e4966f2c
commit
9f093ee404
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ const char* lang_get_name_by_code(uint16_t code)
|
|||
case LANG_CODE_DA: return _n("Dansk"); //community Danish contribution
|
||||
#endif // COMMUNITY_LANG_GROUP1_DA
|
||||
#ifdef COMMUNITY_LANG_GROUP1_SK
|
||||
case LANG_CODE_SK: return _n("Slovenčina"); //community Slovak contribution
|
||||
case LANG_CODE_SK: return _n("Slovencina"); //community Slovak contribution
|
||||
#endif // COMMUNITY_LANG_GROUP1_SK
|
||||
#ifdef COMMUNITY_LANG_GROUP1_SL
|
||||
case LANG_CODE_SL: return _n("Slovenscina"); //community Slovanian contribution
|
||||
|
|
Loading…
Add table
Reference in a new issue