Hi everyone,
I published a small plugin for Mautic 6 and 7:
Mautic Locale Fix Bundle adds regional UI calendar settings without patching Mautic core files.
Current scope:
- Calendar popup language follows the current Mautic interface locale.
- Calendar week start can be configured as Sunday or Monday.
- Dashboard/date-range calendar fields are covered as well.
- Supported versions: Mautic 6 and Mautic 7.
Install:
cp -R MauticLocaleFixBundle /path/to/mautic/plugins/
php bin/console mautic:plugins:reload
php bin/console cache:clear