mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Implemented translation
This commit is contained in:
parent
66ee985b7d
commit
3a4f3f6654
@ -18,6 +18,7 @@
|
||||
"symfony/security-bundle": "*",
|
||||
"symfony/serializer-pack": "*",
|
||||
"symfony/swiftmailer-bundle": "^3.1",
|
||||
"symfony/translation": "*",
|
||||
"symfony/twig-bundle": "*",
|
||||
"symfony/validator": "*",
|
||||
"symfony/web-link": "*",
|
||||
|
2
application/composer.lock
generated
2
application/composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5e543217d5543d73ee0a263f3ea204f2",
|
||||
"content-hash": "4a81ce4d1d5455ef63a078844aa4940a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
|
@ -3,5 +3,9 @@
|
||||
Homepage
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Welcome to infinito!</h2>
|
||||
<h2>
|
||||
{% trans %}
|
||||
Welcome to infinito!
|
||||
{% endtrans %}
|
||||
</h2>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user