lajax / yii2-translate-manager

Translation Manager
MIT License
227 stars 90 forks source link

Added option to search for not yet translated items #29

Closed rhertogh closed 9 years ago

rhertogh commented 9 years ago

Added option to search for not yet translated items on the translation page. When you search for ! (configurable via the settings) only the rows that are not yet translated are displayed.

I have set the default value for the searchEmptyCommand to !, but for backwards compatibility you can also change this to null. In that case this feature would be disabled.

lajax commented 9 years ago

Thanks!