Bug Description
Related or same as #2041
In some parts of the CP, there is a race condition between the locale defined in app.php and the locale defined in your user's yaml file
How to Reproduce
Set the locale to en in config/app.php and set the locale to another language in your user yaml file.
Login to the CP. It's apparently fully translated in your user's locale
Create a new set of Permissions
Look as most settings are still displayed in English
Then, change the locale to your user's language in config/app.phpand navigate to the same set of permissions
Look as ALL settings are now displayed in your user's locale.
Extra Detail



Environment
Statamic version: 3.1.3 Pro
PHP version: 7.4.2 via MAMP
Install method (choose one):
- Fresh install from
statamic/statamic
Bug Description
Related or same as #2041
In some parts of the CP, there is a race condition between the locale defined in app.php and the locale defined in your user's yaml file
How to Reproduce
Set the locale to
eninconfig/app.phpand set the locale to another language in your user yaml file.Login to the CP. It's apparently fully translated in your user's locale
Create a new set of Permissions
Look as most settings are still displayed in English
Then, change the locale to your user's language in
config/app.phpand navigate to the same set of permissionsLook as ALL settings are now displayed in your user's locale.
Extra Detail
Environment
Statamic version: 3.1.3 Pro
PHP version: 7.4.2 via MAMP
Install method (choose one):
statamic/statamic