summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDr. Tobias Quathamer <toddy@debian.org>2018-01-27 16:56:56 +0100
committerDr. Tobias Quathamer <toddy@debian.org>2018-01-27 16:56:56 +0100
commit2346dbe8abdef10706761682c60dd781d8c97058 (patch)
tree0090dacd507f9e02074e38fc207905455b44aca2 /bin
parente1983478f00814bcceeb80e540fdd41848f20146 (diff)
downloadiso-codes-2346dbe8abdef10706761682c60dd781d8c97058.tar.gz
New upstream version 3.78upstream/3.78
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pot_from_json.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pot_from_json.py b/bin/pot_from_json.py
index 0fd21a69..09d302ec 100755
--- a/bin/pot_from_json.py
+++ b/bin/pot_from_json.py
@@ -96,8 +96,7 @@ with open(domain + ".pot", "w", encoding="utf-8") as pot_file:
pot_file.write("msgid \"\"\n")
pot_file.write("msgstr \"\"\n")
pot_file.write("\"Project-Id-Version: " + domain + "\\n\"\n")
- pot_file.write("\"Report-Msgid-Bugs-To: Debian iso-codes team <pkg-isocodes-devel@lists.alioth.\"\n")
- pot_file.write("\"debian.org>\\n\"\n")
+ pot_file.write("\"Report-Msgid-Bugs-To: https://salsa.debian.org/iso-codes-team/iso-codes/issues\\n\"\n")
pot_file.write("\"POT-Creation-Date: " + time.strftime('%F %H:%M%z') + "\\n\"\n")
pot_file.write("\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n")
pot_file.write("\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n")