Skip to content

TranslationManager doesn't add objects to translations #83

Open
@einorler

Description

@einorler

Currently TranslationManager is responsible for adding new objects like messages and tags to translation documents. The process is being handled by addObject() method, which at the moment does not add any objects to the given document:

private function addObject($document, $options)

The result of this is that the bundle is not capable of adding tags or new messages to translations

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions