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.
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.