Modify pofix so it can work on .cfg files too.

This commit is contained in:
Alexander van Gessel 2009-02-04 14:57:05 +01:00
parent 1bff4d2101
commit 73b34eaa1e

View file

@ -153,7 +153,7 @@ if __name__ == '__main__':
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