Modified: subversion/trunk/tools/po/po-update.sh URL: http://svn.apache.org/viewvc/subversion/trunk/tools/po/po-update.sh?rev=1841807&r1=1841806&r2=1841807&view=diff ============================================================================== --- subversion/trunk/tools/po/po-update.sh (original) +++ subversion/trunk/tools/po/po-update.sh Mon Sep 24 08:33:38 2018 @@ -32,7 +32,6 @@ set -e XGETTEXT=${XGETTEXT:-xgettext} MSGMERGE=${MSGMERGE:-msgmerge} -MSGUNIQ=${MSGUNIQ:-msguniq} svn_base= for i in . .. ../..; do @@ -90,8 +89,6 @@ update_po() (cd $svn_base/subversion/po && for i in $1.po; do echo "Updating $i..." - # Prevent duplicate entries which would cause msgmerge and msgfmt errors. - $MSGUNIQ -o $i $i # In a display of truly bizarre behaviour, msgmerge (at least, the # GNU gettext-tools 0.14.6 implementation) inverts the order of obsolete # messages every time it is run. Therefore, run it twice, to invert and
