added phrase dsn to default translation example

This commit is contained in:
wickedOne
2023-02-04 11:50:27 +01:00
parent 6812ca9199
commit 620beb614c
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,15 @@
framework:
default_locale: en
translator:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en
# providers:
# crowdin:
# dsn: '%env(CROWDIN_DSN)%'
# loco:
# dsn: '%env(LOCO_DSN)%'
# lokalise:
# dsn: '%env(LOKALISE_DSN)%'
# phrase:
# dsn: '%env(PHRASE_DSN)%'
+7
View File
@@ -0,0 +1,7 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
},
"aliases": ["translator", "translations"]
}