lazarus/tools/getallpofiles.sh
mattias cf41ff6c70 added italian translation from Marco Ciampa
git-svn-id: trunk@5598 -
2004-06-24 19:05:29 +00:00

10 lines
116 B
Bash

#!/usr/bin/env bash
#
# Author: Mattias Gaertner
find . -name '*.po' -exec echo -n $(basename {}) " " \;
# end.