Navodila za libretranslate api key / url
parent
6b4cd9d784
commit
d2a6db7d27
|
@ -13,3 +13,13 @@ Post request endpoint za dodajanje pojmov.
|
||||||
## Posiljanje emailov
|
## Posiljanje emailov
|
||||||
|
|
||||||
https://drupal.stackexchange.com/questions/235157/message-not-being-sent-in-the-body-of-the-mail
|
https://drupal.stackexchange.com/questions/235157/message-not-being-sent-in-the-body-of-the-mail
|
||||||
|
|
||||||
|
## Libretranslate
|
||||||
|
|
||||||
|
Automatic translations come from a libretranslate instance.
|
||||||
|
You must configure two settings options, the URL and API key:
|
||||||
|
|
||||||
|
```php
|
||||||
|
$settings['yufu_libretranslate_url'] = 'http[s]://<libretranslate_url>';
|
||||||
|
$settings['yufu_libretranslate_apikey'] = '<apikey>';
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue