ongr-io / TranslationsBundle

Translations GUI for translating Symfony static strings
MIT License
5 stars 13 forks source link

TranslationManager doesn't add objects to translations #83

Open einorler opened 8 years ago

einorler commented 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:

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