Hello,

In my generator.yml, under generator > param > config > list I have:

        object_actions:
          _delete: ~
          details:
            params: confirm=Are you sure?
          reject:
            params: confirm=Are you sure?
          paid:
            params: confirm=Are you sure?
          confirmed:
            params: confirm=Are you sure?
          sent:
            params: confirm=Are you sure?
          end:
            params: confirm=Are you sure?

How can I translate that 'Are you sure?' string? Even though the same
string is used for _delete built in action, and I know how to
translate that, it does not work for custom actions. Maybe I can use
some better approach with the confirm() dialogs? I need it for all the
object actions in this module.

Thanks in advance.

Regards,
Piotr

--

You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en.


Reply via email to