update po files, plus a few fixes and improvements
[goodguy/history.git] / cinelerra-5.1 / po / xlat.sh
1 #!/bin/bash
2
3 for d in guicast/ cinelerra/ plugins/*; do
4   if [ ! -d "$d" ]; then continue; fi
5   ls -1 $d/*.[Ch] $d/*.inc 2> /dev/null;
6 done | xgettext --no-wrap -L C++ -k_ -kN_ -f - -o -
7