You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
Is it possible (or could be a nice improvement) to allow the extraction by domain ?
I havn't found that feature in the doc...
Currently in our team, when we extract by configuration (--config=...), the command regenerate useless files with only a timestamp changed in top file (xliff). These committed files in our project are useless for our diff check before a production delivery. Sometimes we would love to extract translations by domains only.
Hello !
Is it possible (or could be a nice improvement) to allow the extraction by domain ?
I havn't found that feature in the doc...
Currently in our team, when we extract by configuration (--config=...), the command regenerate useless files with only a timestamp changed in top file (xliff). These committed files in our project are useless for our diff check before a production delivery. Sometimes we would love to extract translations by domains only.
$container->get('translator')->trans('our_key', [], 'specific_domain_to_extract');
Thank you for your advice :)
| ---------------- | ---
| Bundle version | 1.3.2
| Symfony version | 3.3.9
| PHP version | 7.0
The text was updated successfully, but these errors were encountered: