Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate Leaf to Japanese #1005

Merged
Prev Previous commit
Next Next commit
review-fix: Link was incorrect
  • Loading branch information
KaitoMuraoka committed Sep 6, 2024
commit b33141d0410a4b30edaf7666da9718c0c092fe77
2 changes: 1 addition & 1 deletion docs/leaf/getting-started.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ app.views.use(.leaf)
Leaf には、ページをレンダリングするための内部キャッシュがあります。`Application` の環境が `.development` に設定されている場合、このキャッシュは無効になり、テンプレートへの変更が即座に反映されます。`.production` やその他の環境では、キャッシュがデフォルトで有効になっており、テンプレートに加えた変更はアプリケーションを再起動するまで反映されません。

!!! warning
Xcode から実行する際に Leaf がテンプレートを見つけられるようにするためには、 Xcode ワークスペースの [custom working directory](../getting-started/xcode/#_1) を設定する必要があります。
Xcode から実行する際に Leaf がテンプレートを見つけられるようにするためには、 Xcode ワークスペースの [custom working directory](../../getting-started/xcode/#_1) を設定する必要があります。
## フォルダ構成

Leaf を設定したら、`.leaf` ファイルを格納するための `Views` フォルダを用意する必要があります。デフォルトでは、Leaf はプロジェクトのルートに対して `./Resources/Views` というフォルダを要求します。
Expand Down