1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

template is now pot

This commit is contained in:
Juan Linietsky
2016-05-04 09:52:51 -03:00
parent f338a0c944
commit 1e37dcd88b
2 changed files with 1 additions and 1 deletions

View File

@@ -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()