Skip to content

Commit fe17aa8

Browse files
committed
Update symfony/translation recipe
1 parent e8cad35 commit fe17aa8

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

config/packages/translation.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ framework:
77
default_path: '%kernel.project_dir%/translations'
88
fallbacks:
99
- '%locale%'
10+
# providers:
11+
# crowdin:
12+
# dsn: '%env(CROWDIN_DSN)%'
13+
# loco:
14+
# dsn: '%env(LOCO_DSN)%'
15+
# lokalise:
16+
# dsn: '%env(LOKALISE_DSN)%'
17+
# phrase:
18+
# dsn: '%env(PHRASE_DSN)%'

symfony.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,12 @@
437437
"version": "v6.0.0"
438438
},
439439
"symfony/translation": {
440-
"version": "5.3",
440+
"version": "6.4",
441441
"recipe": {
442442
"repo": "github.com/symfony/recipes",
443-
"branch": "master",
444-
"version": "5.3",
445-
"ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
443+
"branch": "main",
444+
"version": "6.3",
445+
"ref": "64fe617084223633e1dedf9112935d8c95410d3e"
446446
},
447447
"files": [
448448
"config/packages/translation.yaml",

0 commit comments

Comments
 (0)