MT#16113 reduce l10n spam in commits

By not saving the line numbers.

Change-Id: Ib71bd0dd4a7daf4e4bf2d714fbddc91db0d84f7e
changes/40/3240/2
Gerhard Jungwirth 11 years ago
parent 7a7fb94008
commit 60d66f8f8d

@ -34,3 +34,6 @@ for po in $(find lib/NGCP/Panel/I18N -name "*.po"); do
echo; echo "Merging $po"; echo
msgmerge --no-fuzzy-matching --update $po $POT
done
echo; echo "Removing line numbers"; echo
sed -i -e '/#: /s!\(\(lib\|share\)\S*\):[0-9]*!\1!g' lib/NGCP/Panel/I18N/*

Loading…
Cancel
Save