language-update.sh:

- better readable output for --comparetext


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1148 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 14 years ago
parent a81f3d6506
commit 6af24d6e80

@ -184,7 +184,8 @@ function comparetext() {
echo "<?php
include('$file');
if (\$PALANG['$text1'] != \$PALANG['$text2']) {
echo '$file: ' . \$PALANG['$text1'] . ' --- ' . \$PALANG['$text2'] . \"\\n\";
echo '$file: ' . \$PALANG['$text1'] . ' -- $text1' . \"\\n\";
echo '$file: ' . \$PALANG['$text2'] . ' -- $text2' . \"\\n\";
}
" | php
done

Loading…
Cancel
Save