- Issue created by @murz
- Merge request !66Issue #3540933: Get rid of the ext-intl PHP extension β (Merged) created by Unnamed author
Now the module has a dependency on the ext-intl PHP extension, which is used in the class CommercetoolsLocalization, that may not be installed in some environments.
Because localization is not the main feature of the project, it's better to get rid of this dependency, and use a Composer package or a custom implementation instead of the PHP extension.
Active
2.0
Code