Commit ee2f2650 by Alexander Makarov

i18n doc typo fix

parent b03b38fb
......@@ -205,7 +205,7 @@ Will produce "You are 42nd visitor here!".
```php
echo \Yii::t('app', 'You are here for {n, duration} already!', ['n' => 42]);
echo \Yii::t('app', 'You are here for {n, duration} already!', ['n' => 47]);
```
Will produce "You are here for 47 sec. already!".
......
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