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
execmaybe or some)? - after i passed through the files within
xgettexti 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 :)