a message separated version of Xconq
MA Dunzi
tadalunch@s5.xrea.com
Sat Jun 1 11:15:00 GMT 2002
On Sat, 1 Jun 2002 13:53:24 -0400 kingdon@panix.com wrote:
| It's just that we'd like to have your gettext code in the main xconq
| (at least, if the gettext code doesn't have problems).
Gettextizing itself (collecting message strings) can be done using scripts,
So, before it, I want to revise the followings.
(1) tprintf(buf, "You (%s) won %d, lost %d, and drew %d of %d game%s played.\n",
playername, wins, losses, draws, plays, (plays == 1 ? "" : "s"));
~~~~~~~~~~~~~~~~~~~~~~~~~
(kernel/score.c)
(2) message strings are packed in english word order.
sprintf(buf, "%s ", taskdefns[task->type].display_name);
switch (task->type) {
.
tprintf(buf, "at %d,%d", arg0, arg1);
(kernel/nlang.c)
,and so on.
--
MA Dunzi <tadalunch@s5.xrea.com> http://tadalunch.s5.xrea.com/xconq/index.html
More information about the Xconq7
mailing list