Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TranslationManager doesn't add objects to translations #83

Open
einorler opened this issue Jul 27, 2016 · 0 comments
Open

TranslationManager doesn't add objects to translations #83

einorler opened this issue Jul 27, 2016 · 0 comments
Assignees
Labels

Comments

@einorler
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant