ignore differences for doc_lang

This commit is contained in:
Marc Delisle
2006-09-08 11:28:23 +00:00
parent 15f0365c36
commit 82f7ccb11a
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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!'