untranslated strings
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3529609. --> Reported by: [joachim](https://www.drupal.org/user/107701) Related to !19 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>There are various places that have strings that are not translated.</p> <p>e.g.:</p> <p>In PHP code:</p> <pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $collection["type"]["label"] . ' bin collection tomorrow, have your bins or sacks out by 7:00am');</pre><p>(additionally, this should use placeholders rather than string concatenation.)</p> <p>In Twig templates:</p> <pre>&nbsp;&nbsp;&nbsp; &lt;p class="waste-collection__print-alert"&gt;Collections may change during public holidays.&lt;/p&gt;</pre><p>This is going to be a problem for Welsh councils!</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue