[Freeciv-Dev] (PR#2565) Plural form needed for unit types
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
This is a very small and very useful patch that fixes the simplest and
most visible problem whith this message. It improves what can be
improved without adding plural forms of unittype names. It is intended
for the S1_14 branch. Of course it can also be used for HEAD, but that
can be done later, for example together with #2566.
--- unithand.c.orig 2002-12-17 15:53:08.000000000 +0100
+++ unithand.c 2002-12-17 15:55:13.000000000 +0100
@@ -178,5 +178,10 @@
conn_list_do_unbuffer(&pplayer->connections);
if (upgraded > 0) {
- notify_player(pplayer, _("Game: %d %s upgraded to %s for %d
gold."),
+ notify_player
+ (pplayer,
+ PL_
+ ("Game: %d %s upgraded to %s for %d gold.",
+ "Game: %d %s upgraded to %s for %d gold.",
+ upgraded),
upgraded, unit_types[packet->type].name,
unit_types[to_unit].name, cost * upgraded);
--- unithand.c.orig 2002-12-17 15:53:08.000000000 +0100
+++ unithand.c 2002-12-17 15:55:13.000000000 +0100
@@ -178,5 +178,10 @@
conn_list_do_unbuffer(&pplayer->connections);
if (upgraded > 0) {
- notify_player(pplayer, _("Game: %d %s upgraded to %s for %d gold."),
+ notify_player
+ (pplayer,
+ PL_
+ ("Game: %d %s upgraded to %s for %d gold.",
+ "Game: %d %s upgraded to %s for %d gold.",
+ upgraded),
upgraded, unit_types[packet->type].name,
unit_types[to_unit].name, cost * upgraded);
[Freeciv-Dev] (PR#2565) Plural form needed for unit types, Guest via RT, 2002/12/16
[Freeciv-Dev] (PR#2565) Plural form needed for unit types, Guest via RT, 2002/12/17
Message not available
[Freeciv-Dev] (PR#2565) Plural form needed for unit types,
Guest via RT <=
[Freeciv-Dev] (PR#2565) Plural form needed for unit types, Guest via RT, 2002/12/17
[Freeciv-Dev] (PR#2565) Plural form needed for unit types, Guest via RT, 2002/12/17
|
|