index-main/site/languages/fr.php
Julie Blanc 224ddedc93
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s
fichiers translation
2026-02-25 15:08:45 +01:00

14 lines
No EOL
268 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',
],
];