Author: cazfi
Date: Wed Apr 29 20:32:08 2015
New Revision: 28955

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

See bug #23539

Modified:
    trunk/tools/download.c
    trunk/translations/Strings.txt

Modified: trunk/tools/download.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/download.c?rev=28955&r1=28954&r2=28955&view=diff
==============================================================================
--- trunk/tools/download.c      (original)
+++ trunk/tools/download.c      Wed Apr 29 20:32:08 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: trunk/translations/Strings.txt
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/translations/Strings.txt?rev=28955&r1=28954&r2=28955&view=diff
==============================================================================
--- trunk/translations/Strings.txt      (original)
+++ trunk/translations/Strings.txt      Wed Apr 29 20:32:08 2015
@@ -23,3 +23,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