Ignore japanese specific messages.
This commit is contained in:
@@ -17,6 +17,7 @@ $Source$
|
|||||||
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
|
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
* lang/*: Removed duplicate strReset.
|
* lang/*: Removed duplicate strReset.
|
||||||
|
* lang/check_lang.sh: Ignore japanese specific messages.
|
||||||
|
|
||||||
2003-06-24 Marc Delisle <lem9@users.sourceforge.net>
|
2003-06-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* sql.php3, bug 759568, row count, DISTINCT and MySQL 4
|
* sql.php3, bug 759568, row count, DISTINCT and MySQL 4
|
||||||
|
@@ -24,6 +24,7 @@ do
|
|||||||
egrep "$STRINGSTRING" $f | \
|
egrep "$STRINGSTRING" $f | \
|
||||||
grep -v 'allow_recoding' | \
|
grep -v 'allow_recoding' | \
|
||||||
cut -d= -f1 | cut -d'$' -f2 | \
|
cut -d= -f1 | cut -d'$' -f2 | \
|
||||||
|
grep -Ev 'strEncto|strKanjiEncodConvert|strXkana' | \
|
||||||
sort > $TMPDIR/$f
|
sort > $TMPDIR/$f
|
||||||
done;
|
done;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user