Commit b8b4193b by Alexander Makarov

Merge pull request #6828 from re8us/patch-1

[skip ci] Update tutorial-i18n.md
parents 6c598340 514fc3bc
......@@ -237,7 +237,7 @@ echo \Yii::t('app', 'Вы находитесь здесь уже {n, duration}',
```php
echo \Yii::t(
'app',
'На диване {n, plural, =0{нет кошек} =1{лежит одна кошка} one{лежит # кошка} few{лежит # кошки}} many{лежит # кошек}} other{лежит # кошки}}!',
'На диване {n, plural, =0{нет кошек} =1{лежит одна кошка} one{лежит # кошка} few{лежит # кошки} many{лежит # кошек} other{лежит # кошки}}!',
['n' => 0]
);
```
......
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