modify translations 🤦

This commit is contained in:
2023-11-28 17:31:52 +05:00
parent 45b42d47e8
commit af9afd5113
28 changed files with 3240 additions and 956 deletions

8
lang/ru/pagination.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
'next' => 'Вперёд &raquo;',
'previous' => '&laquo; Назад',
];