mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Update Languages.h
This commit is contained in:
parent
a188d55685
commit
917229b988
@ -30,6 +30,7 @@ enum class ELanguages
|
||||
SWEDISH,
|
||||
TURKISH,
|
||||
UKRAINIAN,
|
||||
VIETNAMESE,
|
||||
|
||||
// Pseudo-languages, that have no translations but can define H3 encoding to use
|
||||
OTHER_CP1250,
|
||||
@ -80,6 +81,7 @@ inline const auto & getLanguageList()
|
||||
{ "swedish", "Swedish", "Svenska", "CP1252", "sv", true },
|
||||
{ "turkish", "Turkish", "Türkçe", "CP1254", "tr", true },
|
||||
{ "ukrainian", "Ukrainian", "Українська", "CP1251", "uk", true },
|
||||
{ "vietnamese", "Vietnamese", "Tiếng Việt", "UTF-8", "vi", true }, // Fan translation uses special encoding
|
||||
|
||||
{ "other_cp1250", "Other (East European)", "", "CP1250", "", false },
|
||||
{ "other_cp1251", "Other (Cyrillic Script)", "", "CP1251", "", false },
|
||||
|
Loading…
Reference in New Issue
Block a user