Commit f03c689b by Alexander Makarov

typo fix

parent 38ccc9e7
...@@ -71,7 +71,7 @@ Yii tries to load approprite translation from one of the message sources defined ...@@ -71,7 +71,7 @@ Yii tries to load approprite translation from one of the message sources defined
In the above `app*` is a pattern that specifies which categories are handled by the message source. In this case we're In the above `app*` is a pattern that specifies which categories are handled by the message source. In this case we're
handling everything that begins with `app`. handling everything that begins with `app`.
`class` defines which message source is used. There following message sources are available: `class` defines which message source is used. The following message sources are available:
- PhpMessageSource that uses PHP files. - PhpMessageSource that uses PHP files.
- GettextMessageSource that uses GNU Gettext MO or PO files. - GettextMessageSource that uses GNU Gettext MO or PO files.
......
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