mirror of
https://github.com/jbcr/core.git
synced 2026-04-02 06:12:15 +02:00
Bump php-translation/symfony-bundle to 0.9.0
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"nelmio/cors-bundle": "^1.5",
|
||||
"nesbot/carbon": "^1.38 || ^2.19",
|
||||
"peterkahl/country-code-to-emoji-flag": "^0.9.1",
|
||||
"php-translation/symfony-bundle": "^0.8",
|
||||
"php-translation/symfony-bundle": "^0.9",
|
||||
"phpdocumentor/reflection-docblock": "^4.3",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"sensio/framework-extra-bundle": "^5.3",
|
||||
|
||||
@@ -29,10 +29,14 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
{% block body %}{% endblock %}
|
||||
{% block _translation_bundle_body %}{% endblock %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block _translation_bundle_js %}
|
||||
<script type="text/javascript" src="{{ asset("bundles/translation/js/webui.js") }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
{{ parent() }}
|
||||
<script type="text/javascript" src="{{ asset("bundles/translation/js/webui.js") }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user