jakubjv's avatar

How translate pagination in Laravel 11 ?

Hello I'm struggling with translating text of pagination in Laravle 11. I did publish files of pagination and changed texts but it doesn't work. For example I need to translate sentece

	Showing 1 to 3 of 7 results

but while I change it in published files to another text, it doesn't work and there is no changes. Is here any better approach how to do it ?

0 likes
3 replies
puklipo's avatar
puklipo
Best Answer
Level 9

Have you changed tailwind.blade.php?

php artisan vendor:publish --tag=laravel-pagination

Edit resources/views/vendor/pagination/tailwind.blade.php

If you're using Livewire, edit another file.

1 like
jakubjv's avatar

@puklipo I did forgot about that I am using Livewire, that was reason why it wasn't working, Thanks for advice!

Please or to participate in this conversation.