1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Removed no longer needed pseudo-languages

This commit is contained in:
Ivan Savenko
2024-05-07 13:37:39 +00:00
parent b76c58c0b0
commit 9de6023224
5 changed files with 20 additions and 50 deletions

View File

@ -417,9 +417,6 @@ bool CModHandler::validateTranslations(TModID modName) const
for(const auto & language : Languages::getLanguageList())
{
if (!language.hasTranslation)
continue;
if (mod.config[language.identifier].isNull())
continue;