зеркало из https://github.com/nextcloud/server.git
update version to 6.0.0 and adding comment option
This commit is contained in:
Родитель
4e0c4c8f34
Коммит
d2371f0cc2
|
@ -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 );
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче