Updated Slovenian translation
[banshee.git] / po / sort-potfiles
blob2d718490fbcdc73d90c5d23efc39b0e3cfa85fa7
1 #!/bin/bash
3 head -n 4 < POTFILES.in > POTFILES.in.tmp
4 grep -v "^[\\[#]" < POTFILES.in | sort >> POTFILES.in.tmp
5 mv POTFILES.in.tmp POTFILES.in