Ignore japanese specific messages.

This commit is contained in:
Michal Čihař
2003-06-25 17:12:22 +00:00
parent 7c5da7e321
commit a38823e9f3
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ $Source$
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/czech: Updated.
* lang/*: Removed duplicate strReset.
* lang/check_lang.sh: Ignore japanese specific messages.
2003-06-24 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, bug 759568, row count, DISTINCT and MySQL 4

View File

@@ -24,6 +24,7 @@ do
egrep "$STRINGSTRING" $f | \
grep -v 'allow_recoding' | \
cut -d= -f1 | cut -d'$' -f2 | \
grep -Ev 'strEncto|strKanjiEncodConvert|strXkana' | \
sort > $TMPDIR/$f
done;