I use the Gettext PHP Class to manage my .po file into my website. I need to get all the "original" key to list all traduction. I didn't manage to do this so i thought to transform it into a PHP Array.
I don't find any internal function of the class to do this so i found a hack to do this but it's not very clean. : http://narasimhulu-mada.blogspot.fr/2011/07/quicktip-convert-po-files-to-php-php.html
Is there any other solution ?