Description
When i set up a symfony project i like to use existing bundles (fos user, knp paginator eq). But when i import translations the existing translations extracted are empty.
<segment>
<source>resetting.check_email</source>
<target></target>
</segment>
Can the extractor to be set up to extract the translations, and when a translation exists in the bundle we include the base translation on extract?
<segment>
<source>resetting.check_email</source>
<target>An email has been sent to %email%. It contains an activation link you must click to activate your account.</target>
</segment>
Or am i missing a flag that does just this?
Metadata
Metadata
Assignees
Labels
No labels