Remove --width option for msgmerge
This commit is contained in:
parent
c2207452bd
commit
f95ff57db9
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ pot-update:
|
|||||||
po-update:
|
po-update:
|
||||||
@for pofile in `ls src/IDF/locale/*/idf.po`; do \
|
@for pofile in `ls src/IDF/locale/*/idf.po`; do \
|
||||||
echo "Updating file : "$$pofile; \
|
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 ; \
|
echo ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user