schmittjoh / JMSTranslationBundle

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

Message sources are not available in the web interface #443

Open mcorteel opened 7 years ago

mcorteel commented 7 years ago
Q A
Bundle version master (c837dc6)
Symfony version 3.2.8
PHP version 7.1.4

I created a custom web interface using the default templates. But message meta data isn't displayed. message.sources is always empty though my xliff files contain <jms:reference-file> tags. I also tried with the default web interface but it didn't work either.

Expected behavior

JMS\TranslationBundle\Model\Message->getSources() should return the sources.

Actual behavior

It doesn't seem that it does AFAICT.

Steps to reproduce

Open the web interface, there is no context displayed.

Am I missing something?