1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 01:05:36 +00:00
pixelfed/resources/lang/he/pagination.php
2018-05-22 06:43:48 +00:00

8 lines
93 B
PHP

<?php
return [
'previous' => '&laquo; הקודם',
'next' => 'הבא &raquo;',
];