Revision #65 has been created by rackycz on Sep 20, 2019, 2:08:43 PM with the memo:
edit
« previous (#64) next (#66) »
Changes
Title
unchanged
Yii v2 for beginners
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
], // end of 'components'
```
Explanation of the asterisk * can be found in article [https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n](https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n)
You surely saw that in views and models there are texts saved like this:
```php
Yii::t('app', 'New password'),
```[...]