php - Recusive xgettext? -


I use a .po file with a single XML file using the same command How can I compile again?

My PHP files are present in a hierarchy, and the direct xgettext command does not appear to reopen.

understood:

  find -name "* .php" | Xargs xgettext  

I was trying to use the first -exec , but it will only run one file at a time, it triggers them on the bunch.

Google!


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -