diff --git a/launcher/translation/chinese.ts b/launcher/translation/chinese.ts index ff5c2754e..d25a08951 100644 --- a/launcher/translation/chinese.ts +++ b/launcher/translation/chinese.ts @@ -850,66 +850,71 @@ Heroes® of Might and Magic® III HD is currently not supported! - Italian + Hungarian + Italian + + + + Korean - + Polish - + Portuguese - + Russian - + Spanish - + Swedish - + Turkish - + Ukrainian - + Other (East European) - + Other (Cyrillic Script) - + Other (West European) - + Auto (%1) 自动 (%1) diff --git a/launcher/translation/english.ts b/launcher/translation/english.ts index ff245d4a7..3f92ea1e0 100644 --- a/launcher/translation/english.ts +++ b/launcher/translation/english.ts @@ -818,66 +818,71 @@ Heroes® of Might and Magic® III HD is currently not supported! - Italian + Hungarian - Korean + Italian - Polish + Korean - Portuguese + Polish - Russian + Portuguese - Spanish + Russian - Swedish + Spanish - Turkish + Swedish - Ukrainian + Turkish - Other (East European) + Ukrainian - Other (Cyrillic Script) + Other (East European) + Other (Cyrillic Script) + + + + Other (West European) - + Auto (%1) diff --git a/launcher/translation/german.ts b/launcher/translation/german.ts index 0c2e79e12..2375a3109 100644 --- a/launcher/translation/german.ts +++ b/launcher/translation/german.ts @@ -848,66 +848,71 @@ Heroes III: HD Edition wird derzeit nicht unterstützt - Italian + Hungarian + Italian + + + + Korean Koreanisch - + Polish Polnisch - + Portuguese - + Russian Russisch - + Spanish Spanisch - + Swedish - + Turkish - + Ukrainian Ukrainisch - + Other (East European) Sonstige (osteuropäisch) - + Other (Cyrillic Script) Sonstige (kyrillische Schrift) - + Other (West European) Sonstige (westeuropäisch) - + Auto (%1) Auto (%1) diff --git a/launcher/translation/polish.ts b/launcher/translation/polish.ts index 3f643d2b8..4d927d621 100644 --- a/launcher/translation/polish.ts +++ b/launcher/translation/polish.ts @@ -848,66 +848,71 @@ Heroes III: HD Edition nie jest obecnie wspierane! - Italian + Hungarian - Korean + Italian - Polish + Korean - Portuguese + Polish - Russian + Portuguese - Spanish + Russian - Swedish + Spanish - Turkish + Swedish - Ukrainian + Turkish - Other (East European) + Ukrainian - Other (Cyrillic Script) + Other (East European) + Other (Cyrillic Script) + + + + Other (West European) - + Auto (%1) diff --git a/launcher/translation/russian.ts b/launcher/translation/russian.ts index 5e49cc6ad..66244f218 100644 --- a/launcher/translation/russian.ts +++ b/launcher/translation/russian.ts @@ -848,66 +848,71 @@ Heroes® of Might and Magic® III HD is currently not supported! - Italian + Hungarian + Italian + + + + Korean Корейский (Korean) - + Polish Польский (Polish) - + Portuguese - + Russian Русский (Russian) - + Spanish Испанский (Spanish) - + Swedish - + Turkish - + Ukrainian Украинский (Ukrainian) - + Other (East European) Другой (восточноевропейский) - + Other (Cyrillic Script) Другой (кириллический) - + Other (West European) Другой (западноевропейский) - + Auto (%1) Авто (%1) diff --git a/launcher/translation/spanish.ts b/launcher/translation/spanish.ts index 41f30ed8d..568d62bc9 100644 --- a/launcher/translation/spanish.ts +++ b/launcher/translation/spanish.ts @@ -882,7 +882,7 @@ Ten en cuenta que para usar VCMI debes ser dueño de los archivos de datos origi - + Auto (%1) Automático (%1) diff --git a/launcher/translation/ukrainian.ts b/launcher/translation/ukrainian.ts index db0009190..c6404831a 100644 --- a/launcher/translation/ukrainian.ts +++ b/launcher/translation/ukrainian.ts @@ -858,66 +858,71 @@ Heroes® of Might and Magic® III HD наразі не підтримуєтьс + Hungarian + Угорська + + + Italian Італійська - + Korean Корейська - + Polish Польська - + Portuguese Португальська - + Russian Російська - + Spanish Іспанська - + Swedish Шведська - + Turkish Турецька - + Ukrainian Українська - + Other (East European) Інша (східноєвропейська) - + Other (Cyrillic Script) Інша (кирилиця) - + Other (West European) Інша (західноєвропейська) - + Auto (%1) Авто (%1) diff --git a/lib/Languages.h b/lib/Languages.h index ec532b05c..4d1e6175c 100644 --- a/lib/Languages.h +++ b/lib/Languages.h @@ -70,7 +70,7 @@ inline const auto & getLanguageList() { "finnish", "Finnish", "Suomi", "CP1252", "fi", true }, { "french", "French", "Français", "CP1252", "fr", true }, { "german", "German", "Deutsch", "CP1252", "de", true }, - { "hungarian", "Hungarian", "Magyar", "CP1252", "hu", true }, + { "hungarian", "Hungarian", "Magyar", "CP1250", "hu", true }, { "italian", "Italian", "Italiano", "CP1250", "it", true }, { "korean", "Korean", "한국어", "CP949", "ko", true }, { "polish", "Polish", "Polski", "CP1250", "pl", true },