+2
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -20,7 +20,8 @@ | ||
"drupal/tmgmt": "~1.14"
|
||
},
|
||
"suggest": {
|
||
"drupal/search_api_solr": "Currently only the Solr backend provides the source strings for search_api_clir."
|
||
"drupal/search_api_solr": "Currently only the Solr backend provides the source strings for search_api_clir.",
|
||
"drupal/tmgmt_deepl": "Machine translation is sufficient for CLIR."
|
||
},
|
||
"extra": {
|
||
"drush": {
|
||
drush.services.yml
0 → 100644
+6
−0
+5
−14
src/Commands/SearchApiClirCommands.php
0 → 100644
+59
−0
Loading