xgettext: How to parse entire directory structure (dirs/subdirs)
I've started on a PHP project, and am using GNU Gettext to translate my scripts into other languages. The problem is that my project contains several directories and subdirectories (and perhaps even more subdirectories?). I have managed to get xgettext to parse one directory to make PO files, but how do I parse my entire project (with all PHP files in all directories) in one operation?
Feel free to ask if you did not understand the problem. Thanks.
|