Bug Report loot_capacitor_template
not working as expected
#765
Labels
Area-Lang
Status-Awaiting Response
Waiting for OP to respond
Status-Triage
A Triage Member should take a look at this
Type-Bug
There is a problem.
Is there an existing issue for this?
Current Behavior
"item.enderio.loot_capacitor_template": "%s %s %s",
in language file does not work well. I think the three indicate extra modifier level, extra modifier type, base modifier level. See Crowdin comment for my full understading.And when I remove spaces, like
%s%s%s
, the translated name still contains spaces.In addition, %[argument_index$]s syntax does not work as well, like
%2$s%1$s%s
.Looks like this template didn't work at all.
Expected Behavior
item.enderio.loot_capacitor_template can control the format of loot capacitor's name, so adapt to the language without Spaces and the word order of some languages.
Chinese without spaces looks like this.
How to Test
"\resourcepacks\Ender IO localization\assets\enderio\lang\zh_cn.json"
Local Environment
Any Additional Information?
No response
The text was updated successfully, but these errors were encountered: