wmlxgettext: insert links which use ssl

[ci skip]

(cherry-picked from commit a66b30312b)
This commit is contained in:
Severin Glöckner 2018-07-04 03:45:06 +02:00
parent 753f1fb3e5
commit 31e26a4215

View file

@ -240,7 +240,7 @@ def main():
pkgversion = args.package_version + '\\n"'
print('msgid ""\nmsgstr ""', file=outfile)
print('"Project-Id-Version:', pkgversion, file=outfile)
print('"Report-Msgid-Bugs-To: http://bugs.wesnoth.org/\\n"', file=outfile)
print('"Report-Msgid-Bugs-To: https://bugs.wesnoth.org/\\n"', file=outfile)
now = datetime.utcnow()
cdate = '{:04d}-{:02d}-{:02d} {:02d}:{:02d} UTC\\n"'.format(now.year,
now.month,