@@ -52,7 +52,8 @@ more details for each provider below.
5252### DeepL
5353
5454* Identifier is ` deepl ` .
55- * Supported translation directions can be found [ here] ( https://www.deepl.com/docs-api/general/get-languages/ ) .
55+ * See [ supported translation directions] ( https://www.deepl.com/docs-api/general/get-languages/ )
56+ for more details.
5657 * Be aware that source and target languages should be separated by ` - ` (hyphen)
5758 character while using them in ` lang ` input. For example, ` en-uk ` should be used
5859 in case you want to translate text from English into Ukrainian. See example
@@ -92,7 +93,8 @@ Translation is 'Любов'
9293### Google
9394
9495* Identifier is ` google ` .
95- * Supported translation directions can be found [ here] ( https://github.com/AidanWelch/google-translate-api/blob/master/index.d.ts#L67 ) .
96+ * See [ supported translation directions] ( https://github.com/AidanWelch/google-translate-api/blob/master/index.d.ts#L67 )
97+ for more details.
9698 * Be aware that source and target languages should be separated by ` - ` (hyphen)
9799 character while using them in ` lang ` input. For example, ` ms-en ` should be used
98100 in case you want to translate text from Malay into English. See example below
@@ -128,7 +130,8 @@ Translation is 'Victory'
128130### LibreTranslate
129131
130132* Identifier is ` libretranslate ` .
131- * Supported translation directions can be found [ here] ( https://libretranslate.com/languages ) .
133+ * See [ supported translation directions] ( https://libretranslate.com/languages )
134+ for more details.
132135 * Be aware that source and target languages should be separated by ` - ` (hyphen)
133136 character while using them in ` lang ` input. For example, ` en-es ` should be used
134137 in case you want to translate text from English into Spanish. See example
@@ -199,10 +202,10 @@ with:
199202### MyMemory
200203
201204* Identifier is ` mymemory`.
202- * Supported translation directions:
205+ * [ Supported translation directions](https://mymemory.translated.net/doc/spec.php) :
203206
204207Language direction should be separated by `|` character. For example, `en|it`
205- (from English to Italian). More details [here](https://mymemory.translated.net/doc/spec.php).
208+ (from English to Italian).
206209
207210* How to get API key:
208211
@@ -215,10 +218,11 @@ and generate a new key.
215218# ## FunTranslations
216219
217220* Identifier is `funtranslations`.
218- * Supported translation directions:
221+ * [Supported translation directions](https://funtranslations.com/api/):
222+
223+ > `from` direction is English only at this moment.
219224
220- ` from` direction is English only at this moment, so `lang` parameter can be
221- found [here](https://funtranslations.com/api/). Example :
225+ Example :
222226
223227` ` ` yaml
224228- uses: fabasoad/translation-action@main
0 commit comments