Ignore japanese specific messages.
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user