1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-05-31 22:59:54 +02:00
This commit is contained in:
heroesiiifan 2025-03-08 20:15:10 +01:00 committed by GitHub
parent c49039a3f7
commit 0424c8ad9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#include <QListWidget>
// list of language names, for generation of translations. Do not use directly, use Languages namespace instead
static const std::array<std::string, 20> languageTranslatedNamesGenerator = {
static const std::array<std::string, 22> languageTranslatedNamesGenerator = {
{
QT_TRANSLATE_NOOP("Language", "Bulgarian"),
QT_TRANSLATE_NOOP("Language", "Czech"),

View File

@ -83,7 +83,7 @@ struct Options
inline const auto & getLanguageList()
{
static const std::array<Options, 20> languages
static const std::array<Options, 22> languages
{ {
{ "bulgarian", "Bulgarian", "Български", "CP1251", "bg", "bul", "%d.%m.%Y %H:%M", EPluralForms::EN_2, true },
{ "czech", "Czech", "Čeština", "CP1250", "cs", "cze", "%d.%m.%Y %H:%M", EPluralForms::CZ_3, true },