mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add Project-Id-Version to .pot files, maybe it'll fix crowdin (#1462)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user