Add Project-Id-Version to .pot files, maybe it'll fix crowdin (#1462)

This commit is contained in:
Alexey Sokolov
2017-12-15 00:02:23 +00:00
parent 4a2c223379
commit 35753b9d9d

View File

@@ -66,6 +66,7 @@ with open(tmpl_pot, 'wt', encoding='utf8') as f:
print('msgstr ""', file=f)
print(r'"Content-Type: text/plain; charset=UTF-8\n"', file=f)
print(r'"Content-Transfer-Encoding: 8bit\n"', file=f)
print(r'"Project-Id-Version: znc-bouncer\n"', file=f)
print(file=f)
for line in tmpl:
print(line, file=f)