Skip to content

Commit ed8f760

Browse files
nickygerritsenvmcj
authored andcommitted
Add Symfony translation component, which is now required to render pagination templates
1 parent 2c7943f commit ed8f760

File tree

5 files changed

+119
-1
lines changed

5 files changed

+119
-1
lines changed

webapp/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"symfony/security-csrf": "6.4.*",
9494
"symfony/serializer": "6.4.*",
9595
"symfony/stopwatch": "6.4.*",
96+
"symfony/translation": "6.4.*",
9697
"symfony/twig-bundle": "6.4.*",
9798
"symfony/validator": "6.4.*",
9899
"symfony/web-profiler-bundle": "6.4.*",

webapp/composer.lock

Lines changed: 100 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
framework:
2+
default_locale: en
3+
translator:
4+
default_path: '%kernel.project_dir%/translations'
5+
providers:

webapp/symfony.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,19 @@
617617
"symfony/string": {
618618
"version": "v5.2.3"
619619
},
620+
"symfony/translation": {
621+
"version": "6.4",
622+
"recipe": {
623+
"repo": "github.com/symfony/recipes",
624+
"branch": "main",
625+
"version": "6.3",
626+
"ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
627+
},
628+
"files": [
629+
"config/packages/translation.yaml",
630+
"translations/.gitignore"
631+
]
632+
},
620633
"symfony/translation-contracts": {
621634
"version": "v1.1.6"
622635
},

webapp/translations/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)