schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Question regarding changing @Desc annotation content #408

Open murhafh opened 8 years ago

murhafh commented 8 years ago

I just have a question, when I change what is inside the annotation @Desc("...") and extract without changing the actual string ID, that doesn't seem to be reflected in the extracted xliff files.

Is there a way to enforce reading the annotation data again even if the string is not new?

iquito commented 7 years ago

I cannot confirm this: if I change the contents of a @Desc annotation and run translation:extract the is updated - while stays the same. The one thing which could be better is to also update if source-language and target-language are identical.