ignore differences for doc_lang
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-09-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/check_lang.sh: ignore differences in doc_lang
|
||||
|
||||
2006-09-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/turkish: update, thanks to Burak Yavuz - bourock
|
||||
|
||||
|
@@ -12,7 +12,7 @@ MASTER="english-iso-8859-1.inc.php"
|
||||
TMPDIR="tmp-check"
|
||||
FILEPAT="*.inc.php"
|
||||
STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+='
|
||||
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding'
|
||||
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding|doc_lang'
|
||||
|
||||
if [ "`which diffstat`" = "" ] ; then
|
||||
echo 'You need diffstat to use this!'
|
||||
|
Reference in New Issue
Block a user