Hi,
I used gettext as adapter for Zend_Translate in the past and poedit has such utility that parses a project for translate() methods.
But I'm not using gettext anymore (it's a requirement) and I use CSV instead.
I'd like to know if there are any utilities to parse my project and help me to gather all my translated string.
I know some such as Navigation, Form, and Routes won't included as it is done slightly differently but if it could be a least in views script, It would help me a lot !
Thank you