Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようにロケールを変更したい:
locale='zh_CN'
管理者のアプリケーションのロケールではなく、flask-admin のロケール コードを変更する必要があります。
パラメータを追加してみる
?lang=zh_CN
URLリクエストの最後まで。
それが機能する場合は、追加できます
set $args $args&lang=zh_CN;
nginx conf ファイルに追加します。