cakephp-adminlte-theme icon indicating copy to clipboard operation
cakephp-adminlte-theme copied to clipboard

When does locale update?

Open ghost opened this issue 5 years ago • 1 comments

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?

ghost avatar May 18 '19 17:05 ghost

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.

maiconpinto avatar Aug 01 '19 15:08 maiconpinto