COMMON: Added Lithuanian to the language list

This commit is contained in:
Eugene Sandulenko 2024-08-25 20:40:25 +02:00
parent 8962e25fe1
commit 83f07ddc49
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ const LanguageDescription g_languages[] = {
{ "it", "it_IT", "Italian", IT_ITA },
{ "ja", "ja_JP", "Japanese", JA_JPN },
{ "ko", "ko_KR", "Korean", KO_KOR },
{ "lt", "lt_LT", "Lithuanian", LT_LTU },
{ "lv", "lv_LV", "Latvian", LV_LVA },
{ "nb", "nb_NO", "Norwegian (Bokm\xC3\xA5l)", NB_NOR },
{ "fa", "fa_IR", "Persian", FA_IRN },

View File

@ -65,6 +65,7 @@ enum Language : int8 {
IT_ITA,
JA_JPN,
KO_KOR,
LT_LTU,
LV_LVA,
NL_BEL,
NL_NLD,