Evgeniy Tkachenko

Results 72 comments of Evgeniy Tkachenko
trafficstars

If you want enhancement translation for your language just update files in messages/your-languages follow this example code: ```php return [ 'Issue' => 'Your translation for `Issue` message', 'Tracker issues' =>...

You can translate local files by minor changes. After full translation you may send new file by Pull Request

For example: for this settings ![image](https://user-images.githubusercontent.com/874234/46057795-3d0bba00-c160-11e8-9020-159b5bcb4708.png) You can see `TRACKER ISSUES` and `DOCUMENTS` titles. For translation it you should find this message in `protected/modules/tracker/messages/de`. DE - is German translation ![image](https://user-images.githubusercontent.com/874234/46057930-f4083580-c160-11e8-8bec-db82fc008e99.png)...

Ah...got you My working project on Russian and for intranet. That why I can't share this. It is expensive to think out the demo tasks, in the light of the...

I get it in iOS 16.1 only

Store passwords in its original form is bad.

I'm really trying to understand what you need, but did not understand how and what you want to improve in behavior. I read: > And it makes the behavior logic...

Hmm.. Which scenario uses the `newpassword`? (login, registration, changePassword) I use safe rule for password only in login scenario and i use `$user->verifyPassword($this->password)` for valid it, because password cannot be...

And I also do. But this is associated with the logic of my app, at what here behavior?