Revision #67 was created by rackycz on Sep 20, 2019, 2:22:19 PM.
edit
Content
[...]
The idea behind is that in the code ther are used only English texts and if you want to change from English to some other language this file will be used.
Now go to file config/web.php, find section "components" and paste this code:
],
], // end of 'i18n'
// ... other configurations
], // 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)