You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:TranslationsBundle/Translation/TranslationManager.php
Line 140 in 5190dc9
The result of this is that the bundle is not capable of adding tags or new messages to translations
The text was updated successfully, but these errors were encountered: