template is now pot
This commit is contained in:
parent
f338a0c944
commit
1e37dcd88b
2 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ for fname in matches:
|
|||
f.close()
|
||||
|
||||
|
||||
f = open("base.po","wb")
|
||||
f = open("template.pot","wb")
|
||||
f.write(main_po)
|
||||
f.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue