thedevdojo / voyager

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

Language file not working #5763

Open mayutheandev opened 1 year ago

mayutheandev commented 1 year ago

Laravel version

9.19

PHP version

8.1

Voyager version

1.6

Database

8.0

Description

image

Steps to reproduce

I have type

  1. composer install
  2. php artisan config:cache
  3. composer dump-autoload

Expected behavior

All languages can't translate. How to resolve

Screenshots

image

Additional context

No response

web-ruslan commented 1 year ago

@mayutheandev try in config/app.php set

'locale' => 'en',
'fallback_locale' => 'en'

DROP TABLES from database then php artisan voyager:install --with-dummy