Browse Source

i18n doc typo fix

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

2
docs/guide/i18n.md

@ -205,7 +205,7 @@ Will produce "You are 42nd visitor here!".
```php ```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!". Will produce "You are here for 47 sec. already!".

Loading…
Cancel
Save