KnpLabs / KnpTimeBundle

Provides helpers for time manipulation
http://knplabs.com
MIT License
604 stars 105 forks source link

Unusable with translator component disabled. #135

Closed Nathanael-Shermett closed 3 years ago

Nathanael-Shermett commented 4 years ago

I am attempting to make use of the Twig ago filter in my project. However, for various reasons that are not relevant here, I have the translator component disabled. As a result, this filter (and the bundle as a whole) does not work.

I understand why this bundle uses the translator component, but that utilization should be a feature, not a prerequisite.

Any chance something will be done to change this?

jrushlow commented 3 years ago

There are no plans to remove the symfony/translation composer requirement at this time. Thanks!