Skip to content

Inherit existing translations #228

Closed
php-translation/documentation
#49
@disjfa

Description

@disjfa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions