kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
557 stars 302 forks source link

pjax loading translate #1018

Closed ghaithatfeh closed 2 years ago

ghaithatfeh commented 2 years ago

Hi Kartik V, Really great extension, thank you for your efforts I need help, how can i translate "loading...", or customize it.

kartik-v commented 2 years ago

Currently its some CSS styling done (viakv-grid-loading and kv-loader CSS classes) to render an animated gif file which has that LOADING text embedded. SInce it is embedded in the animated GIF file you may not be able to translate.

For achieving this currently, you may want to override CSS Styles for kv-grid-loading and kv-loader on your page to render another different GIF file with your translated language text.

Will figure out later if there is a better way to enhance this.