Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation_domain on forms #61

Closed
sylwit opened this issue Jul 23, 2012 · 6 comments
Closed

Translation_domain on forms #61

sylwit opened this issue Jul 23, 2012 · 6 comments

Comments

@sylwit
Copy link

sylwit commented Jul 23, 2012

Hi,

Maybe I'm wrong but it looks like the extract method doesn't look for the translation_domain.

Here what I did

$builder->add ( 'email', 'email', array('label' => 'Email', 'translation_domain' => 'bo') );

The Email tag is written in the messages.fr.xliff instead of bo.fr.xliff

Thank you

@schmittjoh
Copy link
Owner

Your assumption is correct, it does not look at it atm.

On Mon, Jul 23, 2012 at 8:26 PM, Sylvain WITMEYER <
reply@reply.github.com

wrote:

Hi,

Maybe I'm wrong but it looks like the extract method doesn't look for the
translation_domain.

Here what I did

$builder->add ( 'email', 'email', array('label' => 'Email',
'translation_domain' => 'bo') );

The Email tag is written in the messages.fr.xliff instead of bo.fr.xliff

Thank you


Reply to this email directly or view it on GitHub:
#61

@sylwit
Copy link
Author

sylwit commented Jul 23, 2012

Thank you for your fast answer. Do you plan to add this in your bundle as a new feature or not at all ?

@schmittjoh
Copy link
Owner

We can, and should add it :)

On Mon, Jul 23, 2012 at 8:43 PM, Sylvain WITMEYER <
reply@reply.github.com

wrote:

Thank you for your fast answer. Do you plan to add this in your bundle as
a new feature or not at all ?


Reply to this email directly or view it on GitHub:

#61 (comment)

@sylwit
Copy link
Author

sylwit commented Jul 23, 2012

great thank you ;)

@schmittjoh
Copy link
Owner

Fixed

@sylwit
Copy link
Author

sylwit commented Sep 16, 2012

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants