Browse Source

template is now pot

Juan Linietsky 9 years ago
parent
commit
1e37dcd88b
2 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/translations/extract.py
  2. 0 0
      tools/translations/template.pot

+ 1 - 1
tools/translations/extract.py

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

+ 0 - 0
tools/translations/base.po → tools/translations/template.pot