maiconpinto / cakephp-adminlte-theme

CakePHP AdminLTE Theme
http://maiconpinto.github.io/cakephp-adminlte-theme/
MIT License
172 stars 111 forks source link

When does locale update? #85

Open ghost opened 5 years ago

ghost commented 5 years ago

I copied the vendor/maiconpinto/cakephp-adminlte-theme/src/Locale/pt_BR/default.po to src/Locale/it_IT/default.po and I edited the contents. My App.defaultLocale is set to it_IT:

defaultLocale' => env('APP_DEFAULT_LOCALE', 'it_IT'),

it happens that when I change something in the file and reload the page it retains the old values. Even clearing all the cache data of the browser does not always force the loading of the latest version. I'm using Chrome 74.x. After "some time" it magically shows the latest data.

Is there something I can do to force the update to the last edit?

maiconpinto commented 5 years ago

Hi @Mark-81 you can clear file cache of CakePHP.

I'm sorry for a long time to answer.

Let me know if you need any help.