Merge pull request #2704 from ShNURoK42/patch-3

Update i18n.md
This commit is contained in:
Alexander Makarov
2014-03-11 20:18:37 +03:00

View File

@@ -97,7 +97,7 @@ language is used.
`fileMap` specifies how message categories specified in the first argument of `\Yii::t()` are mapped to files when `fileMap` specifies how message categories specified in the first argument of `\Yii::t()` are mapped to files when
`PhpMessageSource` is used. In the example we're defining two categories `app` and `app/error`. `PhpMessageSource` is used. In the example we're defining two categories `app` and `app/error`.
Instead of configuring `fileMap` you can rely on convention which is `messages/BasePath/LanguageID/CategoryName.php`. Instead of configuring `fileMap` you can rely on convention which is `BasePath/messages/LanguageID/CategoryName.php`.
#### Named placeholders #### Named placeholders
@@ -425,4 +425,4 @@ After cofiguring the component can be accessed as `Yii::$app->formatter`.
Note that in order to use i18n formatter you need to install and enable Note that in order to use i18n formatter you need to install and enable
[intl](http://www.php.net/manual/en/intro.intl.php) PHP extension. [intl](http://www.php.net/manual/en/intro.intl.php) PHP extension.
In order to learn about formatter methods refer to its API documentation: [[yii\i18n\Formatter]]. In order to learn about formatter methods refer to its API documentation: [[yii\i18n\Formatter]].