This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a message separated version of Xconq


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]