Skip to content

Missing support for translate-namespace #18

@tiltec

Description

@tiltec

If the HTML template uses the translate-namespace directive, the tool will not assemble the translation IDs correctly.

Example case:

<div translate-namespace="CONTENT"
      <div>
          <h3 translate translate-default="Hello">.TITLE</h3>
      </div>
<div translate-namespace="SECTION"
      <div>
          <h3 translate translate-default="Article 1">.TITLE</h3>
      </div>

It will report that the translation ID .TITLE is duplicate, with different default texts.

The directive is documented in the angular-translate API guide.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions