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:
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?
I copied the
vendor/maiconpinto/cakephp-adminlte-theme/src/Locale/pt_BR/default.po
tosrc/Locale/it_IT/default.po
and I edited the contents. MyApp.defaultLocale
is set toit_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?