Author: cazfi
Date: Thu Aug 27 20:43:42 2015
New Revision: 29700

URL: http://svn.gna.org/viewcvs/freeciv?rev=29700&view=rev
Log:
Tell in TRANS: comment how the format string containing "%s" for the single 
word "remaining" or
"surplus" is translatable separately and thus the related number can be placed 
either side of the word.

See patch #6284

Modified:
    branches/S2_6/server/unithand.c

Modified: branches/S2_6/server/unithand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/server/unithand.c?rev=29700&r1=29699&r2=29700&view=diff
==============================================================================
--- branches/S2_6/server/unithand.c     (original)
+++ branches/S2_6/server/unithand.c     Thu Aug 27 20:43:42 2015
@@ -2481,11 +2481,13 @@
 
   if (build_points_left(pcity_dest) >= 0) {
     /* TRANS: Your Caravan helps build the Pyramids in Bergen (4
-     * remaining). */
+     * remaining). You can reorder '4' and 'remaining' in the actual
+     * format string. */
     work = _("remaining");
   } else {
     /* TRANS: Your Caravan helps build the Pyramids in Bergen (4
-     * surplus). */
+     * surplus). You can reorder '4' and 'surplus' in the actual
+     * format string. */
     work = _("surplus");
   }
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to