Ignore japanese specific messages.
This commit is contained in:
@@ -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