mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Implemented translation
This commit is contained in:
		| @@ -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 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user