-
想把除了简体中文以外的语言都删了。但是又怕有人浏览器是别的语言访问页面的时候出现500server error 不知道怎么办。 |
Beta Was this translation helpful? Give feedback.
Answered by
xycabcd
Nov 18, 2024
Replies: 1 comment
-
修改 config/locales.php,注释掉所有不想要的语言,最后别忘了修改.env里的APP_FALLBACK_LOCALE为留下的语言之一 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xycabcd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
修改 config/locales.php,注释掉所有不想要的语言,最后别忘了修改.env里的APP_FALLBACK_LOCALE为留下的语言之一