Serghei Iakovlev

Results 380 comments of Serghei Iakovlev

1. Disable in `bootstrap.php` **autolocale** ``` php Kohana::init(array( 'autolocale' => FALSE )); ``` 1. Force language in `bootstrap.php` ``` php I18n::$lang = 'en'; ``` 1. Delete cookies

@sandeepone Not needed to modify config file

@sandeepone Hence we have 2 methods to solve this issue :)

Yes, but `I18n::$lang = '...';` should sets needed value

@sandeepone Let's quickly go to BS3 :)

@sandeepone Yes! It's perfect idea :+1: May be also you would be interested to look at the [imagefly module](https://github.com/Bodom78/imagefly)? I understand you correctly - you do make it module?

I have skills with a small part in the development of the [Wordpress Backup module](https://github.com/iclanzan/Backup) We could have fork it for Gleez..

Somebody busy with the **Gleez Media**? :)

**This should be moved from core class Gleez_Core:** ``` php /** * Create a image tag for sprite images * * @param mixed $class Image class name * @param string...