Browse Source

formatting

pull/20/head
aptalca 7 years ago
committed by GitHub
parent
commit
18a45863bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/lang/tr/pagination.php

4
resources/lang/tr/pagination.php

@ -1,5 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
@ -10,6 +12,8 @@ return [
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Önceki',
'next' => 'Sonraki &raquo;',
];

Loading…
Cancel
Save