Ren'Py Character Name Translation

alexmname

New Member
Jan 30, 2021
3
0
Hi all.
Can you please tell me why it doesn't translate names?

Source:
define Ron = Character("[Ron_name]", color="D1CE00")
$ Ron_name = _("Ron")

Translation:
# game/character.rpy:128
old "Ron"
new "New Name"

When it creates the translation and I translate it, the game shows the original name (Ron) and not mine (New Name). My translation is ignored. :cry: