mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-02 23:07:36 +02:00
fix
This commit is contained in:
parent
c49039a3f7
commit
0424c8ad9c
@ -18,7 +18,7 @@
|
|||||||
#include <QListWidget>
|
#include <QListWidget>
|
||||||
|
|
||||||
// list of language names, for generation of translations. Do not use directly, use Languages namespace instead
|
// 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", "Bulgarian"),
|
||||||
QT_TRANSLATE_NOOP("Language", "Czech"),
|
QT_TRANSLATE_NOOP("Language", "Czech"),
|
||||||
|
@ -83,7 +83,7 @@ struct Options
|
|||||||
|
|
||||||
inline const auto & getLanguageList()
|
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 },
|
{ "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 },
|
{ "czech", "Czech", "Čeština", "CP1250", "cs", "cze", "%d.%m.%Y %H:%M", EPluralForms::CZ_3, true },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user