Skip to content

Commit 6ee902d

Browse files
authored
chore: remove redundant colon (#8288)
1 parent 25b5072 commit 6ee902d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ja/console-commands/i18n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ POT ファイルを生成することができます。
1515
このコマンドはアプリケーション全体から
1616
`__()` 形式の関数をスキャンし、メッセージ文字列を
1717
抽出します。アプリケーション中のユニークな文字列は
18-
それぞれひとつの POT ファイルの中にマージされます。 :
18+
それぞれひとつの POT ファイルの中にマージされます。
1919

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

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

0 commit comments

Comments
 (0)