index-main/site/languages/en.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

13 lines
No EOL
268 B
PHP

<?php
return [
'code' => 'en',
'default' => false,
'direction' => 'ltr',
'locale' => 'en_US.UTF-8',
'name' => 'English',
'url' => '/en',
'translations' => [
'impact.type' => 'Impact',
'impacts.title' => 'Impacts',
],
];