View | Details | Raw Unified | Return to bug 25067
Collapse All | Expand All

(-)a/misc/translator/translate (-3 / +4 lines)
Lines 76-83 if ( $cmd =~ /^(install|compress|uncompress)$/ ) { Link Here
76
    $command .= " --silent" if (!$verbose);
76
    $command .= " --silent" if (!$verbose);
77
    $command .= " --lang $lang" if ($lang);
77
    $command .= " --lang $lang" if ($lang);
78
78
79
    print STDERR "Deprecation notice: PO creation and update are now gulp tasks. See docs/development/internationalization.md\n";
79
    if ($verbose) {
80
    print STDERR "Running `$command`\n";
80
        print STDERR "Deprecation notice: PO creation and update are now gulp tasks. See docs/development/internationalization.md\n";
81
        print STDERR "Running `$command`\n";
82
    }
81
83
82
    system($command);
84
    system($command);
83
} else {
85
} else {
84
- 

Return to bug 25067