I have second idea for use i18n:extract.
If hack sfI18N.class.php
public function __($string, $args = array(), $catalogue =
'messages')
{
+ file_put_contents(sfConfig::get('sf_app_template_dir').'/
i18n.temp.php',"<?php __('$string'); ?>\n",FILE_APPEND);
return $this->getMessageFormat()->format($string, $args,
$catalogue);
}
and browse all forms application
then "i18n:extract" extract all labels and messages (and admin
generated too)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---