template + blueprint news
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s

This commit is contained in:
Julie Blanc 2026-02-25 15:22:34 +01:00
parent 224ddedc93
commit ea35cc1e22
11 changed files with 286 additions and 8 deletions

View file

@ -7,7 +7,12 @@ return [
'name' => 'English',
'url' => '/en',
'translations' => [
'impact.type' => 'Impact',
'impacts.title' => 'Impacts',
'impact.type' => 'Impact',
'impacts.title' => 'Impacts',
'news.type' => 'News',
'news.title' => 'News',
'investigation.type' => 'Investigation',
'investigations.related' => 'Related investigations',
'investigations.see_all' => 'See all investigations',
],
];

View file

@ -8,7 +8,12 @@ return [
'name' => 'Français',
'url' => '/',
'translations' => [
'impact.type' => 'Impact',
'impacts.title' => 'Impacts',
'impact.type' => 'Impact',
'impacts.title' => 'Impacts',
'news.type' => 'Brève',
'news.title' => 'Brèves',
'investigation.type' => 'Enquête',
'investigations.related' => 'Enquêtes liées',
'investigations.see_all' => 'Voir toutes les enquêtes',
],
];