index-main/site/languages/fr.php
Julie Blanc ea35cc1e22
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s
template + blueprint news
2026-02-25 15:22:34 +01:00

19 lines
No EOL
521 B
PHP

<?php
return [
'code' => 'fr',
'default' => true,
'direction' => 'ltr',
'locale' => 'fr_FR.UTF-8',
'name' => 'Français',
'url' => '/',
'translations' => [
'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',
],
];