leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Translations #104

Open Nuranto opened 5 years ago

Nuranto commented 5 years ago

__() is missing everywhere (pagination, filter placeholder, buttons labels and title, etc...)

For example : 'refresh table for ' . strtolower($this->name)

should be __('refresh table for :name', ['name' => strtolower($this->name)])