Modify pofix so it can work on .cfg files too.
This commit is contained in:
parent
1bff4d2101
commit
73b34eaa1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue