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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -