Skip to content

Commit 96c1d7c

Browse files
authored
Merge pull request #45 from php-translation/bocharsky-bw-patch-3
Add 'enabled: true' and list supported translators
2 parents 63f0fee + 9310b0b commit 96c1d7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

symfony/auto-translate.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Configuration
3131
translation:
3232
# ..
3333
fallback_translation:
34-
service: 'google'
34+
enabled: true
35+
service: 'google' # One of "google", "yandex", or "bing"
3536
api_key: 'foobar'
3637
# ..
3738

0 commit comments

Comments
 (0)