cakephp-adminlte-theme
cakephp-adminlte-theme copied to clipboard
When does locale update?
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?
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.