Author: ai0867
Date: Wed Feb  4 14:46:42 2009
New Revision: 32602

URL: http://svn.gna.org/viewcvs/wesnoth?rev=32602&view=rev
Log:
Make pofix touch .pot files too, so changes don't get reverted by pot-update.

Modified:
    trunk/utils/pofix.py

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


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

Reply via email to