Localgov guides blocks translations
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3445440. --> Reported by: [antonio_zoocha](https://www.drupal.org/user/3640861) >>> <h3 id="summary-problem-motivation">We are using localgov guides module on a multilingual project and it looks like some of the blocks are not considering the node translations.</h3> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Create a guide overview page</li> <li>Create a couple of guide pages by using the previous overview page as parent</li> <li>Translate all the pages and go to the overview page translated version</li> <li>The guide page links are not translated and don't point to the translated versions</li> <li>The navigation links (prev and next) don't point to the translated versions</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>To update GuidesAbstractBaseBlock.php and PageHeaderSubscriber.php so that we consider the translated versions if they exist.</p>
issue