Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2003:
[Freeciv-Dev] (PR#3358) Use of not ASCII char in msgid
Home

[Freeciv-Dev] (PR#3358) Use of not ASCII char in msgid

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#3358) Use of not ASCII char in msgid
From: "Davide Pagnin via RT" <rt@xxxxxxxxxxxxxx>
Date: Sun, 9 Feb 2003 01:02:26 -0800
Reply-to: rt.freeciv.org@xxxxxxxxxxxxxx

        Hi all!

As already pointed out somewhere else by Jason, the introduction of
legend part in the nation rulesets, has brought a problem for i18n, in
the sense that for danish.ruleset it is used a non ascii char.

The improper char is the a ring in Blåtand.

I think that we should not use non ascii char in the msgid, even if this
means that the spelling is not perfect.

The correct solution, IMHO, is to give a TRANS: hint to translator as
have been done with the dunedain.ruleset (where dunedain is used instead
of dùnedain).

See the attached patch for the proposed solution.

diff -urN -Xfreeciv/diff_ignore freeciv/data/nation/danish.ruleset 
freeciv-work/data/nation/danish.ruleset
--- freeciv/data/nation/danish.ruleset  Fri Feb  7 00:00:02 2003
+++ freeciv-work/data/nation/danish.ruleset     Sat Feb  8 16:15:28 2003
@@ -3,8 +3,11 @@
 name=_("Danish")
 plural=_("?plural:Danes")
 class=_("Modern")
+; /* TRANS: The third letter in "Blatand" should be */
+; /* TRANS: A+00E5 LATIN SMALL LETTER A WITH RING if available in */
+; /* TRANS: your charset.  In ISO-8859-1 (ISO Latin 1) this is 0xE5. */
 legend=_("The founding of the Danish kingdom is generally assigned to the \
-reign of Harald Blåtand, who unified what is now Denmark between 958AD and \
+reign of Harald Blatand, who unified what is now Denmark between 958AD and \
 988AD.")
 leader=
   "Gudfred", "Gorm den Gamle", "Harald Blåtand", "Svend Tveskæg",

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#3358) Use of not ASCII char in msgid, Davide Pagnin via RT <=