mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Full support of maps translations
This commit is contained in:
@@ -2274,8 +2274,7 @@ std::string CMapLoaderH3M::readLocalizedString(const TextIdentifier & stringIden
|
||||
if(mapString.empty())
|
||||
return "";
|
||||
|
||||
mapHeader->registerString(modName, fullIdentifier, mapString);
|
||||
return fullIdentifier.get();
|
||||
return mapRegisterLocalizedString(modName, *mapHeader, fullIdentifier, mapString);
|
||||
}
|
||||
|
||||
void CMapLoaderH3M::afterRead()
|
||||
|
||||
Reference in New Issue
Block a user