Okay, so for the names: "The Girl", "Father", "Angry Mob", "Guard", "Both" and "All"
I'm gonna need you to add a _() on them, so:
define g = Character ("The Girl", color="#ffffff")
becomes
define g = Character (_("The Girl"), color="#ffffff")
define t = Character (_("Father"), color="#cab97f")
define m = Character(_("Angry mob"), color="#cab97f")
define x = Character("???", color="#b75caf")
define y = Character (_("Guard"), color="#b75caf")
define b = Character (_("Both"), color="#b75caf")
define z = Character (_("All"), color="#b75caf")
And then I'm gonna need you to generate new TL files.That should be it, sorry for not noticing sooner (ó﹏ò。)