Expose info.json/title as localized mod-name.
Posted: Mon Sep 07, 2020 9:30 pm
This is another one of these things that are really neither an interface request nor a bug, so i'm chosing the less severe option.
What?
Currently accessing the localized name of a mod is only possible if the mod author went through the trouble of defining it in locale.cfg.
So what?
Info.json already contains the localized English name, so it would be nice if that could be made available in case the mod author forgot to add a locale.cfg entry.
What?
Currently accessing the localized name of a mod is only possible if the mod author went through the trouble of defining it in locale.cfg.
Code: Select all
[mod-name]
eradicators-sudo=Eradicator's /sudo
So what?
Info.json already contains the localized English name, so it would be nice if that could be made available in case the mod author forgot to add a locale.cfg entry.