0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

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
This commit is contained in:
Christian Boltz 2011-07-30 00:11:15 +00:00
parent a81f3d6506
commit 6af24d6e80

View File

@ -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