Browse Source

Fixed typos

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
2205586858
  1. 2
      docs/guide/i18n.md

2
docs/guide/i18n.md

@ -40,7 +40,7 @@ Basic message translation
------------------------- -------------------------
Yii basic message translation in its basic variant works without additional PHP extension. What it does is finding a Yii basic message translation in its basic variant works without additional PHP extension. What it does is finding a
translation of the message from source language into targer language. Message itself is specified as the first translation of the message from source language into target language. Message itself is specified as the second
`\Yii::t` method parameter: `\Yii::t` method parameter:
```php ```php

Loading…
Cancel
Save