Last active
October 10, 2017 01:21
-
-
Save sutara79/7e6e97dbb16049bde7875c5b408fd70a to your computer and use it in GitHub Desktop.
Laravel 5.4, 5.5 日本語メッセージ: ページネーション
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
/* | |
|-------------------------------------------------------------------------- | |
| Pagination Language Lines | |
|-------------------------------------------------------------------------- | |
| | |
| The following language lines are used by the paginator library to build | |
| the simple pagination links. You are free to change them to anything | |
| you want to customize your views to better match your application. | |
| | |
*/ | |
'previous' => '« 前', | |
'next' => '次 »', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment