Commit 00923815 by Alexander Makarov

Fixed slashed to match guide

parent 7f74e953
...@@ -32,7 +32,7 @@ class I18N extends Component ...@@ -32,7 +32,7 @@ class I18N extends Component
* for creating the [[MessageSource]] objects. * for creating the [[MessageSource]] objects.
* *
* The message category patterns can contain the wildcard '*' at the end to match multiple categories with the same prefix. * 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. * The '*' category pattern will match all categories that do not match any other category patterns.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment