From c453636b3de5339147a72b23875710faef7c702c Mon Sep 17 00:00:00 2001 From: Tommy Reynolds Date: Thu, 2 Mar 2006 05:05:58 +0000 Subject: Since we now use .POT and .PO files to hold the translated text, non-primary language XML should no longer be committed to CVS. Commonly, our ${PRI_LANG} is a Romance language so we can just prettyprint *every* XML file we see. --- bin/tidy-bowl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/tidy-bowl b/bin/tidy-bowl index 95527da..bda37da 100755 --- a/bin/tidy-bowl +++ b/bin/tidy-bowl @@ -45,7 +45,7 @@ shift `/usr/bin/expr "${OPTIND}" - 1` for fn in $@ do case "${fn}" in - *-de.xml | *-en.xml | *-fr-xml | *-it.xml ) + *.xml ) # Make sure we can find the input file # /bin/echo "$0: XML file ${fn} prettyprinted." if [ ! -f "${fn}" ]; then @@ -61,10 +61,6 @@ do exit 1 fi ;; - *.xml ) - # A non-Romance XML file. What to do, what to do? - # /bin/echo "$0: Non-Romance XML file ${fn} left unchanged." - ;; * ) # Some other kind of file. DO NOTHING!!! # /bin/echo "$0: file ${fn} left unchanged." -- cgit