3
# Reverts local changes in POT files.
4
# Translators are normally not supposed to commit any changes to POT
5
# files after they've run update_pot.
9
[ -d $POTDIR ] || exit 1
11
echo "Reverting modified POT files (if any)..."
12
for POT in $(svn st $POTDIR | grep "^M" | sed "s/^M[[:space:]]*//"); do