thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Missing translation 'contains' in browse.blade.php #5588

Closed toto975 closed 2 years ago

toto975 commented 2 years ago

Laravel version

9

PHP version

8.1.4

Voyager version

1.6.x-dev

Database

MySQL 8.0.28

Description

Missing translation in browse.blade.php, in the select filter

Steps to reproduce

Navigate to a bread

Expected behavior

Display the translation of the word 'contains'

Screenshots

image

Additional context

In browse.blade.php, i changed <option value="contains" @if($search->filter == "contains") selected @endif>contains</option> by <option value="contains" @if($search->filter == "contains") selected @endif>{{ __('voyager::generic.contains') }}</option>

And i had in the generic.php lang file 'contains' => 'contient',

emptynick commented 2 years ago

We are open for PRs.

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.