Open einorler opened 8 years ago
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:
addObject()
https://github.com/ongr-io/TranslationsBundle/blob/5190dc91b838e4028a5e3141c28020179a91898f/Translation/TranslationManager.php#L140
The result of this is that the bundle is not capable of adding tags or new messages to translations
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:https://github.com/ongr-io/TranslationsBundle/blob/5190dc91b838e4028a5e3141c28020179a91898f/Translation/TranslationManager.php#L140
The result of this is that the bundle is not capable of adding tags or new messages to translations