mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 03:30:12 +08:00
Fixed slashed to match guide
This commit is contained in:
@@ -32,7 +32,7 @@ class I18N extends Component
|
||||
* for creating the [[MessageSource]] objects.
|
||||
*
|
||||
* The message category patterns can contain the wildcard '*' at the end to match multiple categories with the same prefix.
|
||||
* For example, 'app\*' matches both 'app\cat1' and 'app\cat2'.
|
||||
* For example, 'app/*' matches both 'app/cat1' and 'app/cat2'.
|
||||
*
|
||||
* The '*' category pattern will match all categories that do not match any other category patterns.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user