Updated Slovenian translation
[banshee.git] / po / sort-potfiles
blob119bd745f763e7edb9c83fef053f74e906db81da
1 #!/bin/sh
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