Browse Source

typo fix

tags/2.0.0-beta
Mark 11 years ago
parent
commit
f80eb9fae0
  1. 4
      docs/guide/i18n.md

4
docs/guide/i18n.md

@ -264,9 +264,9 @@ Views
You can use i18n in your views to provide support for different languages. For example, if you have view `views/site/index.php` and
you want to create special case for russian language, you create `ru-RU` folder under the view path of current controller/widget and
put there file for russian languag as follows `views/site/ru-RU/index.php`.
put there file for russian language as follows `views/site/ru-RU/index.php`.
> **Note**: You should note that in Yii2 language id style has changed, now it use dash **ru-RU, en-US, pl-PL** instead of underscore, because of
> **Note**: You should note that in **Yii2** language id style has changed, now it use dash **ru-RU, en-US, pl-PL** instead of underscore, because of
> php **intl** library.
Formatters

Loading…
Cancel
Save