--- trunk/installer/doc/manual/scripts/create_po 2005/01/09 03:54:59 24841 +++ trunk/installer/doc/manual/scripts/create_po 2005/01/09 12:50:22 24847 @@ -31,10 +31,6 @@ XMLLIST=$(find $SOURCEDIR -name "*.xml") echo "Creating .po files for language '$language'..." - -export NO_CREDITS=1 # Repress KDE specific credits - # Note: not yet supported by split2po - for SOURCEXML in $XMLLIST ; do SUBDIR=$(dirname $SOURCEXML | sed "s:$SOURCEDIR::" | sed "s:^/::") if [ ! -d $PODIR/$SUBDIR ] ; then @@ -52,11 +48,9 @@ continue fi -continue # Remove strange references created by split2po # Note: this is a workaround for a bug in the tools: # http://bugs.kde.org/show_bug.cgi?id=90112 - # Can be removed when NO_CREDITS=1 is supported by split2po if grep -q "POXML_" $PO ; then echo " Converting "POXML_" references..." cat $PO | \