[Uludag-commits] r11117 - trunk/repository-scripts/pspec-translations

svn-uludag at uludag.org.tr svn-uludag at uludag.org.tr
2 Ara 2006 Cmt 13:48:46 EET


Author: gorkem
Date: Sat Dec  2 13:48:46 2006
New Revision: 11117

Modified:
   trunk/repository-scripts/pspec-translations/extract-all-languages.sh
Log:
cleaner



Modified: trunk/repository-scripts/pspec-translations/extract-all-languages.sh
=================================================================
--- trunk/repository-scripts/pspec-translations/extract-all-languages.sh	(original)
+++ trunk/repository-scripts/pspec-translations/extract-all-languages.sh	Sat Dec  2 13:48:46 2006
@@ -2,8 +2,8 @@
 
 # Extract all the po files from the pspecs.
 
-./pspec2po.py extract ../../../../pardus/devel tr tr.po
-./pspec2po.py extract ../../../../pardus/devel de de.po
-./pspec2po.py extract ../../../../pardus/devel nl nl.po
-./pspec2po.py extract ../../../../pardus/devel es es.po
+for i in tr de nl es 
+do 
+./pspec2po.py extract ../../../../pardus/devel $i $i.po
+done
 


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi