russian translation

This commit is contained in:
2025-11-02 23:03:26 +05:00
parent 3916f7f8ea
commit 8c1b128df2
7 changed files with 1058 additions and 48 deletions

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

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