Commit 514fc3bc by re8us

Update tutorial-i18n.md

parent e7f9b304
...@@ -237,7 +237,7 @@ echo \Yii::t('app', 'Вы находитесь здесь уже {n, duration}', ...@@ -237,7 +237,7 @@ echo \Yii::t('app', 'Вы находитесь здесь уже {n, duration}',
```php ```php
echo \Yii::t( echo \Yii::t(
'app', 'app',
'На диване {n, plural, =0{нет кошек} =1{лежит одна кошка} one{лежит # кошка} few{лежит # кошки}} many{лежит # кошек}} other{лежит # кошки}}!', 'На диване {n, plural, =0{нет кошек} =1{лежит одна кошка} one{лежит # кошка} few{лежит # кошки} many{лежит # кошек} other{лежит # кошки}}!',
['n' => 0] ['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