Navodila za libretranslate api key / url

popravki-prevodi-urednikovanje
Jurij Podgoršek 2024-07-11 12:05:14 +02:00
parent 6b4cd9d784
commit d2a6db7d27
1 changed files with 10 additions and 0 deletions

View File

@ -13,3 +13,13 @@ Post request endpoint za dodajanje pojmov.
## Posiljanje emailov
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>';
```