tchapi / davis

🗓 A simple, fully translatable admin interface for sabre/dav based on Symfony 5 and Bootstrap 5, initially inspired by Baïkal.
https://github.com/users/tchapi/projects/1/views/1
MIT License
388 stars 21 forks source link

Add "symfony/polyfill-intl-messageformatter" to Composer Dependencies #171

Open IGLOU-EU opened 6 days ago

IGLOU-EU commented 6 days ago

Hello team,

I encountered an issue during a fresh installation where the following error message was displayed:

An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.").

Environment:

Proposed Solution: To resolve this, I suggest adding "symfony/polyfill-intl-messageformatter" to the Composer dependencies. This will provide a fallback for systems where the intl PHP extension is unavailable.

Thank you.

tchapi commented 5 days ago

Hi @IGLOU-EU

What kind of shared hosting doesn't provide php-intl 😨 ? Can you make a PR adding the polyfill please?