mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
Create pagination.php
This commit is contained in:
parent
a113c0117e
commit
37ab494200
1 changed files with 8 additions and 0 deletions
8
resources/lang/he/pagination.php
Normal file
8
resources/lang/he/pagination.php
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'previous' => '« הקודם',
|
||||||
|
'next' => 'הבא »',
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue