ベストアンサー
私はどのようにUIを介してそれを行うには見つかりませんでしたが、キーとして変換ファイルにセクション名を追加し、次に
{{"key_name" |翻訳}}
。
rel=”nofollow
noreferrer”>この例に従う必要がありますが、翻訳
a href =
“https://github.com/craftcms/docs/blob/master/en/upgrade.md#static-translation-files”
rel = “nofollow noreferrer”>場所と構造をCraft 2からCraft
3に変更しましたをご覧ください。
プロジェクトディレクトリのすぐ下に配置する必要があります:
yourProject
|--templates
|--translations/
|---en/
|-----site.php
|---es/
|-----site.php
|--vendor