[Pkg-isocodes-devel] [iso-codes] 01/01: Special case for ISO 639-5 on TP

Dr. Tobias Quathamer toddy at debian.org
Thu Oct 12 08:08:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 8801155bf248265b3e388feda88d31ed8fd2fd63
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Thu Oct 12 10:05:55 2017 +0200

    Special case for ISO 639-5 on TP
---
 bin/iso-codes-merge.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/iso-codes-merge.py b/bin/iso-codes-merge.py
index a7b2b4e..3b27dd0 100755
--- a/bin/iso-codes-merge.py
+++ b/bin/iso-codes-merge.py
@@ -106,6 +106,8 @@ class Isocodes(object):
             domain = "iso_3166"
         if domain == "iso_639_2":
             domain = "iso_639"
+        if domain == "iso_639_5":
+            domain = "iso_639-5"
         return "http://translationproject.org/latest/%s/%s.po" % (domain, lang)
 
     def _msgfmt(self, fname):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list