refactor: rename packages → dossiers throughout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-27 11:27:10 +01:00
parent 0b1f8c94b2
commit 8d808a87fe
4 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ de la vérité et de la justice.</p>
<ul>
<li><a href="<?= page('a-propos')->url() ?>"><?= kirby()->language() && kirby()->language()->code() === 'en' ? 'About' : 'À propos' ?></a></li>
<li><a href="<?= page('enquetes')->url() ?>"><?= t('investigations.title') ?></a></li>
<li><a href="<?= page('packages')->url() ?>"><?= t('packages.title') ?></a></li>
<li><a href="<?= page('dossiers')->url() ?>"><?= t('packages.title') ?></a></li>
<li><a href="<?= page('impacts')->url() ?>"><?= t('impacts.title') ?></a></li>
<li><a href="<?= page('news')->url() ?>"><?= t('news.title') ?></a></li>
<li><a href="<?= page('ressources')->url() ?>"><?= t('resources.title') ?></a></li>