z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

已配置本地化,但是不显示中文! #5735

Open suzhiF opened 1 year ago

suzhiF commented 1 year ago

Description:

image image

image

image

Steps To Reproduce:

alexoleynik0 commented 1 year ago

I think it expects the locale to be "zh-CH" with a dash. Can you test that?

alexoleynik0 commented 1 year ago

You can also rename the dir to be lang/zh_CH (or resources/lang/zh_CH for Laravel < 9.x) if you feel like it suits you better.