Author: ai0867
Date: Wed Feb  4 14:57:05 2009
New Revision: 32603

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32603&view=rev
Log:
Modify pofix so it can work on .cfg files too.

Modified:
    trunk/utils/pofix.py

Modified: trunk/utils/pofix.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/pofix.py?rev=32603&r1=32602&r2=32603&view=diff
==============================================================================
--- trunk/utils/pofix.py (original)
+++ trunk/utils/pofix.py Wed Feb  4 14:57:05 2009
@@ -153,7 +153,7 @@
     modified = 0
     pocount = 0
     for path in sys.argv[1:]:
-        if not path.endswith(".po") and not path.endswith(".pot"):
+        if not path.endswith(".po") and not path.endswith(".pot") and not 
path.endswith(".cfg"):
             continue
         try:
             pocount += 1


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to