Skip to content

Commit d2a8a1e

Browse files
bocharsky-bwNyholm
authored andcommitted
Mention Yandex as an available alternative translator (#25)
* Mention Yandex as an available alternative translator * Mentioned Yandex Translate in overview.rst
1 parent 537891b commit d2a8a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/configure-httplug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and a PSR-6 cache pool.
5858
# ...
5959
http_client: 'httplug.client.translator_client'
6060
fallback_translation:
61-
service: 'google'
61+
service: 'google' # 'yandex' is available as an alternative
6262
api_key: 'foobar'
6363
6464
.. note::

overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Translator
5353
:alt: Total Downloads
5454

5555
The translator package includes third party translation clients. Use this package
56-
if you want to translate a string with Google Translate or Bing Translate.
56+
if you want to translate a string with Google Translate, Yandex Translate or Bing Translate.
5757
Read more :doc:`about translators <components/translator>`.
5858

5959
Storage adapters

0 commit comments

Comments
 (0)