Skip to content

Commit 620beb6

Browse files
committed
added phrase dsn to default translation example
1 parent 6812ca9 commit 620beb6

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
framework:
2+
default_locale: en
3+
translator:
4+
default_path: '%kernel.project_dir%/translations'
5+
fallbacks:
6+
- en
7+
# providers:
8+
# crowdin:
9+
# dsn: '%env(CROWDIN_DSN)%'
10+
# loco:
11+
# dsn: '%env(LOCO_DSN)%'
12+
# lokalise:
13+
# dsn: '%env(LOKALISE_DSN)%'
14+
# phrase:
15+
# dsn: '%env(PHRASE_DSN)%'

symfony/translation/6.3/manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"copy-from-recipe": {
3+
"config/": "%CONFIG_DIR%/",
4+
"translations/": "translations/"
5+
},
6+
"aliases": ["translator", "translations"]
7+
}

symfony/translation/6.3/translations/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)