wmlxgettext: insert links which use ssl
[ci skip]
(cherry-picked from commit a66b30312b
)
This commit is contained in:
parent
753f1fb3e5
commit
31e26a4215
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue