Commit cd03517b by grohot88

Update tutorial-i18n.md

Забыли закрыть фигурную скобку.
parent 7e46829b
......@@ -277,7 +277,7 @@ for an argument: U_ARGUMENT_TYPE_MISMATCH":
демонстрирует возможность подстановки корректного рода в зависимости от параметра:
```php
echo \Yii::t('app', '{name} - {gender} и {gender, select, женщина{ей} мужчина{ему} other{ему} нравится Yii!', [
echo \Yii::t('app', '{name} - {gender} и {gender, select, женщина{ей} мужчина{ему} other{ему}} нравится Yii!', [
'name' => 'Василий',
'gender' => 'мужчина',
]);
......
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