Author: cazfi
Date: Wed Apr 29 20:32:14 2015
New Revision: 28956

URL: http://svn.gna.org/viewcvs/freeciv?rev=28956&view=rev
Log:
Support translating typical modpack subtypes.

See bug #23539

Modified:
    branches/S2_6/tools/download.c
    branches/S2_6/translations/Strings.txt

Modified: branches/S2_6/tools/download.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/tools/download.c?rev=28956&r1=28955&r2=28956&view=diff
==============================================================================
--- branches/S2_6/tools/download.c      (original)
+++ branches/S2_6/tools/download.c      Wed Apr 29 20:32:14 2015
@@ -420,7 +420,7 @@
       if (mp_subtype == NULL) {
         mp_subtype = "-";
       }
-      cb(mp_name, mpURL, mpver, mplic, type, mp_subtype, mp_notes);
+      cb(mp_name, mpURL, mpver, mplic, type, _(mp_subtype), mp_notes);
     }
     modpack_count++;
   } while (mp_name != NULL);

Modified: branches/S2_6/translations/Strings.txt
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/translations/Strings.txt?rev=28956&r1=28955&r2=28956&view=diff
==============================================================================
--- branches/S2_6/translations/Strings.txt      (original)
+++ branches/S2_6/translations/Strings.txt      Wed Apr 29 20:32:14 2015
@@ -22,3 +22,15 @@
 /* TRANS: part of revision based version number string
           "(modified r25000)" */
 _("modified ")
+
+
+Typical Modpack subtypes
+
+/* TRANS: Modpack subtype, "isometric" */
+_("iso")
+/* TRANS: Modpack subtype */
+_("hex")
+/* TRANS: Modpack subtype, isometric hex */
+_("hex & iso")
+/* TRANS: Modpack subtype, overhead tileset */
+_("overhead")


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

Reply via email to