Actually there are two questions:
- is there a way to recursively pick up all GetText strings in current directory and all child dirs programmatically (using
exec
maybe or some)? - after i passed through the files within
xgettext
i got warning such as ... internationalized messages should not contain the `\r
So how to force xgettext to delete \n, \r, \t etc. automatically when string is found to avoid mentioned error so .PO file would be friendly formatted?
Thanks for coming links and advices :)