COMMON: Add support for Serbian language

This commit is contained in:
aviloria 2020-05-03 01:25:40 +02:00 committed by Eugene Sandulenko
parent a98617a843
commit d8e3c39e19
2 changed files with 2 additions and 0 deletions

View file

@ -59,6 +59,7 @@ const LanguageDescription g_languages[] = {
{ "se", "sv_SE", "Swedish", SE_SWE },
{ "tr", "tr_TR", "Turkish", TR_TUR },
{ "uk", "uk_UA", "Ukrainian", UA_UKR },
{ "sr", "sr_SP", "Serbian", SR_SER },
{ nullptr, nullptr, nullptr, UNK_LANG }
};