I need to recursively scan all folders from a project for xgettext strings. How can this be done using xgettext on linux?
My current parameters are: --default-domain=project -k_
find . -iname "*.php" | xargs xgettext --from-code=UTF-8 --default-domain=project
This should do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With