pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3364 - trunk/pingus/data/po


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3364 - trunk/pingus/data/po
Date: Sun, 28 Oct 2007 16:47:21 +0100

Author: grumbel
Date: 2007-10-28 16:47:21 +0100 (Sun, 28 Oct 2007)
New Revision: 3364

Modified:
   trunk/pingus/data/po/extract-po.sh
Log:
- added levelsets

Modified: trunk/pingus/data/po/extract-po.sh
===================================================================
--- trunk/pingus/data/po/extract-po.sh  2007-10-28 15:47:01 UTC (rev 3363)
+++ trunk/pingus/data/po/extract-po.sh  2007-10-28 15:47:21 UTC (rev 3364)
@@ -26,12 +26,17 @@
 
 echo -n "Extracting strings from levels... "
 data/po/extract-levels.guile data/levels/tutorial/*.pingus >> "${OUT}.tmp"
+data/po/extract-levels.guile data/levels/halloween/*.pingus >> "${OUT}.tmp"
 echo "done"
 
 echo -n "Extracting strings from worldmaps... "
 data/po/extract-levels.guile data/worldmaps/tutorial.worldmap >> "${OUT}.tmp"
 echo "done"
 
+echo -n "Extracting strings from levelsets... "
+data/po/extract-levels.guile data/levelsets/*.levelset >> "${OUT}.tmp"
+echo "done"
+
 sed -i "s/^\"Content-Type: text\\/plain; charset=CHARSET/\"Content-Type: 
text\\/plain; charset=ASCII/" \
     "${OUT}.tmp"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]