Provide sensible default settings
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3544849. -->
Reported by: [idebr](https://www.drupal.org/user/1879760)
Related to !50
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>\Drupal\tmgmt_deepl\Plugin\tmgmt\Translator\DeeplTranslator::getDefaultSettings lists available configuration keys, but does not provide any default settings. Typically this is an associative array with sensible defaults, see for example <a href="https://git.drupalcode.org/project/tmgmt/-/blob/8.x-1.x/translators/tmgmt_file/src/Plugin/tmgmt/Translator/FileTranslator.php?ref_type=heads#L61">https://git.drupalcode.org/project/tmgmt/-/blob/8.x-1.x/translators/tmgmt_file/src/Plugin/tmgmt/Translator/FileTranslator.php?ref_type=heads#L61</a></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Provide sensible default settings</p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<ol>
<li>Write a merge request</li>
<li>Review</li>
<li>Commit</li>
</ol>
<h3 id="summary-ui-changes">User interface changes</h3>
<p>None</p>
<h3 id="summary-api-changes">API changes</h3>
<p>None</p>
<h3 id="summary-data-model-changes">Data model changes</h3>
<p>None</p>
issue