]> source.dussan.org Git - nextcloud-server.git/commitdiff
update version to 6.0.0 and adding comment option
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 7 Oct 2013 07:34:55 +0000 (09:34 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 7 Oct 2013 08:00:43 +0000 (10:00 +0200)
l10n/l10n.pl

index 851be8f7ccf1fcddcc8c46602135c833294afa4d..1b25722aa4e76708da08bdd501af8e5f8eb22bb1 100644 (file)
@@ -120,7 +120,7 @@ if( $task eq 'read' ){
                        my $language = ( $file =~ /\.js$/ ? 'Python' : 'PHP');
                        my $joinexisting = ( -e $output ? '--join-existing' : '');
                        print "    Reading $file\n";
-                       `xgettext --output="$output" $joinexisting $keywords --language=$language "$file" --from-code=UTF-8 --package-version="5.0.0" --package-name="ownCloud Core" --msgid-bugs-address="translations\@owncloud.org"`;
+                       `xgettext --output="$output" $joinexisting $keywords --language=$language "$file" --add-comments=TRANSLATORS --from-code=UTF-8 --package-version="6.0.0" --package-name="ownCloud Core" --msgid-bugs-address="translations\@owncloud.org"`;
                }
                chdir( $whereami );
        }