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

20 lines
No EOL
602 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',
'news.type' => 'News',
'news.title' => 'News',
'investigation.type' => 'Investigation',
'investigations.related' => 'Related investigations',
'investigations.see_all' => 'See all investigations',
'filter.all' => 'All',
'filter.all.m' => 'All',
],
];