[debian-edu-commits] debian-edu/ 01/01: Now that the translation is complete, include all strings in the swapped po file.
    Petter Reinholdtsen 
    pere at moszumanska.debian.org
       
    Tue Apr 14 15:25:12 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu-itil-doc-nb.
commit 5841ab560bd2f01ba2e9e8d35dc3dc1a0487de93
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Tue Apr 14 17:25:05 2015 +0200
    Now that the translation is complete, include all strings in the swapped po file.
---
 documentation/itil/po-swap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/itil/po-swap b/documentation/itil/po-swap
index a38e57c..0075da6 100755
--- a/documentation/itil/po-swap
+++ b/documentation/itil/po-swap
@@ -11,7 +11,7 @@ $nbpofile->set_charset("UTF-8");
 $enpofile->read('itil.en.po');
 for my $msgid ( keys %{$enpofile->{po}}) {
     my $msgstr = $enpofile->gettext($msgid);
-    if (defined $msgstr && $msgid ne $msgstr) {
+    if (defined $msgstr ) { # && $msgid ne $msgstr) {
         print("push $msgstr -> $msgid\n");
         $nbpofile->push('msgid' => $msgstr, 'msgstr' => $msgid);
     }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/debian-edu-itil-doc-nb.git
    
    
More information about the debian-edu-commits
mailing list