Home > Back-end >  why item group getting key instead of value?
why item group getting key instead of value?

Time:01-20

The item group name appearing as "itemGroup.dragon quest" instead of "dragon quest"

My little project is on github, and I made an issue with some screen here

CodePudding user response:

I think I found where thr problem comes from. here you are putting the key "dragon quest". I think it's used everywhere to get the name.

If you remove the space (and so, have super("dragonquest");), you will see the translation here : "Tutorial Item Group".

And so, you should change the lang file to change the name showed in the inventory name.

  •  Tags:  
  • Related