index-main/site/languages/fr.php
Julie Blanc 494dd15166
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s
sort js
2026-02-25 16:07:14 +01:00

21 lines
No EOL
603 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',
'filter.all' => 'Toutes',
'filter.all.m' => 'Tous',
],
];