We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accesssing theTranslation Web Interface (http:///app_dev.php/_trans failes with:
Unable to find template "@JMSTranslation/translate/index.html.twig"
creating a symlink in vendor/jms/translation-bundle/JMS/TranslationBundle/Resources/views fixes it:
ln -s Translate translate
The text was updated successfully, but these errors were encountered:
My solution is to override indexAction in a controller and replace this line in annotations (read Template)
Sorry, something went wrong.
But this shouid work out of the box I think
No branches or pull requests
Accesssing theTranslation Web Interface (http:///app_dev.php/_trans failes with:
Unable to find template "@JMSTranslation/translate/index.html.twig"
creating a symlink in vendor/jms/translation-bundle/JMS/TranslationBundle/Resources/views fixes it:
ln -s Translate translate
The text was updated successfully, but these errors were encountered: