github (中文汉化):https://github.com/keven1024/chevereto-free-chinese
app
content
images
これらのディレクトリには 777 のパーミッションを設定し、ウェブサイトの設定ファイルに次のコードを追加します:
location / {
if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } try_files $uri $uri/ /api.php; } location /admin { try_files $uri /admin/index.php?$args;
}
ドメインにアクセスしてデータベースを設定し、データベースに移動して chv_users を見つけ、user_language フィールドを zh-CN に変更します。これにより、中国語が表示されます。