mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Update Languages.h
This commit is contained in:
@@ -63,7 +63,7 @@ struct Options
|
|||||||
|
|
||||||
inline const auto & getLanguageList()
|
inline const auto & getLanguageList()
|
||||||
{
|
{
|
||||||
static const std::array<Options, 19> languages
|
static const std::array<Options, 20> languages
|
||||||
{ {
|
{ {
|
||||||
{ "czech", "Czech", "Čeština", "CP1250", "cs", true },
|
{ "czech", "Czech", "Čeština", "CP1250", "cs", true },
|
||||||
{ "chinese", "Chinese", "简体中文", "GBK", "zh", true }, // Note: actually Simplified Chinese
|
{ "chinese", "Chinese", "简体中文", "GBK", "zh", true }, // Note: actually Simplified Chinese
|
||||||
|
Reference in New Issue
Block a user