Remove --width option for msgmerge

This commit is contained in:
William MARTIN 2011-02-22 14:34:58 +01:00
parent c2207452bd
commit f95ff57db9

View File

@ -60,7 +60,7 @@ pot-update:
po-update:
@for pofile in `ls src/IDF/locale/*/idf.po`; do \
echo "Updating file : "$$pofile; \
msgmerge -v --width=10 -U $$pofile src/IDF/locale/idf.pot; \
msgmerge -v -U $$pofile src/IDF/locale/idf.pot; \
echo ; \
done