index-main/site/languages/en.php

20 lines
602 B
PHP
Raw Normal View History

<?php
return [
'code' => 'en',
'default' => false,
'direction' => 'ltr',
'locale' => 'en_US.UTF-8',
'name' => 'English',
'url' => '/en',
2026-02-25 15:08:45 +01:00
'translations' => [
2026-02-25 15:22:34 +01:00
'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',
2026-02-25 16:07:14 +01:00
'filter.all' => 'All',
'filter.all.m' => 'All',
2026-02-25 15:08:45 +01:00
],
];