Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ja/console-commands/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ POT ファイルを生成することができます。
このコマンドはアプリケーション全体から
`__()` 形式の関数をスキャンし、メッセージ文字列を
抽出します。アプリケーション中のユニークな文字列は
それぞれひとつの POT ファイルの中にマージされます。 :
それぞれひとつの POT ファイルの中にマージされます。

```text
.. code-block:: console
Expand Down Expand Up @@ -48,7 +48,7 @@ bin/cake i18n extract --plugin <Plugin>
はずです。
それには `--paths` オプションを使用することができます。
そのオプションに抽出する絶対パスをカンマ区切りリストで
渡します。 :
渡します。

bin/cake i18n extract --paths /var/www/app/config,/var/www/app/src

Expand Down