yii-starter-kit / yii2-starter-kit

Yii2 Starter Kit
http://yii2-starter-kit.terentev.net
Other
1.42k stars 648 forks source link

Backend translations manager not found on demo #722

Closed victorpdiez closed 4 years ago

victorpdiez commented 4 years ago

First, thanks for this great job.

Little thing that bothers me is that Backend translations manager are not showing on demo.

Not really important but to me it is one of the strongest point to use your yii2 ;)

XzAeRo commented 4 years ago

The backend translations only show up when using the database translations module. By default the project uses file translations instead of the database one, so that's why it shows up empty.

A while ago I tried to hide the translation manager if the database translation module wasn't active, but a lot of people didn't liked that idea. Maybe we will need to find a more elegant solution for that, maybe a flash message.