Problem/Motivation
In #3414601: Switch command line escaping to Symfony Process, command line parameter escaping was removed in favour of using Symfony Process natively. That made the 'locale' setting redundant.
Proposed resolution
Remove the 'locale' setting from the config and the UI,
User interface changes
The 'locale' setting in the toolkit's setup form is removed, as well as the list of locales installed on the server.
API changes
ImagemagickExecManager::getInstalledLocales()is deprecated- The 'locale' setting in module's configuration is removed.
Issue fork imagemagick-3415326
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mondrakeComment #4
mondrakeComment #7
mondrake