Added language "Ru".

This commit is contained in:
2023-06-29 22:13:48 +06:00
parent 2ebc9e3218
commit fe967d71a7
5 changed files with 286 additions and 0 deletions

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

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