Skip to content

Commit

Permalink
Uncomment providers option in translation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
welcoMattic committed Nov 21, 2023
1 parent 049ea5e commit 578ea30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
8 changes: 1 addition & 7 deletions symfony/translation/5.3/config/packages/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ framework:
default_path: '%kernel.project_dir%/translations'
fallbacks:
- en
# providers:
# crowdin:
# dsn: '%env(CROWDIN_DSN)%'
# loco:
# dsn: '%env(LOCO_DSN)%'
# lokalise:
# dsn: '%env(LOKALISE_DSN)%'
providers:
10 changes: 1 addition & 9 deletions symfony/translation/6.3/config/packages/translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ framework:
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)%'
providers:

0 comments on commit 578ea30

Please sign in to comment.