Code

Several different i18n issues fixed following report from a_b (adresses bug #215387...
[inkscape.git] / share / extensions / genpofiles.sh
1 #!/bin/bash
3 OLDPATH=`pwd`
5 cd ../..
6 find share/extensions -name "*.inx" | sort | xargs -n 1 printf "[type: gettext/xml] %s\n"
7 cd ${OLDPATH}