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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user