There is a problem. Not all of TF('...') and T('...') are in openkore.pot:
In source code is
src\Interface\
Wx.pm Line
1321Code:
$self->writeOutput("message", TF("Moving to Portal %s, %s\n", $x, $y), "info");
but there is this line in openkore.pot?
openkore.potCode:
#: ../Interface/Wx.pm:1298
#, perl-format
msgid "Mouse over: %s, %s"
msgstr ""
#WHERE IS LINE 1321???
#: ../Interface/Wx.pm:1345
#, perl-format
msgid "Moving to %s, %s\n"
msgstr ""
and
src\Network\Receive\kRO\
Sakexe_0.pm Line
4236src\Network\Receive\
ServerType0.pm Line
4209Code:
message TF("%s: Type 'store' to start buying, or type 'sell' to start selling\n", $name), "npc";
openkore.potCode:
#: ../Network/Receive/kRO/Sakexe_0.pm:4124
#: ../Network/Receive/ServerType0.pm:4097
#, perl-format
msgid "Minimap indicator at location %d, %d with the color %s cleared\n"
msgstr ""
#WHERE ARE Sakexe_0.pm Line 4236 and ServerType0.pm Line 4209 ??
#: ../Network/Receive/kRO/Sakexe_0.pm:4328
#: ../Network/Receive/ServerType0.pm:4301
#, perl-format
msgid "%s: Done talking\n"
msgstr ""
and
src\Task\
Route.pm Line
260Code:
my $msg = TF("Stuck at %s (%d,%d), while walking from (%d,%d) to (%d,%d).",
openkore.potCode:
#: ../Task/Route.pm:228
msgid "Destination reached.\n"
msgstr ""
#WHERE IS LINE 260?
#: ../Task/Route.pm:263
msgid " Teleporting to unstuck."
msgstr ""
Why?