I am trying to extend the date filters transloco locale provides by default with some others that meet our customer requirements. However, documentation does not provide examples or good explanations about this. Have any of you managed to add custom filters to transloco locale library?
The only place where I found something was here and does not help much. It does not say where should I invoke those transformers classes: https://ngneat.github.io/transloco/docs/plugins/locale/
I appreciate your time, guys. Any help will be very welcome.

finally got something working although through the use of angular pipes itself. I do not know if someone else will find this useful, but here are my two cents:
Background: The original idea was to be able to create a custom date pipe so we can provide specific formats. After investigation, I had discovered none of transloco locale service were enough to achieve my goals. Although they allow you to specify date formats, you have to stick to the bunch of options they provide. (See the LOCALE_DATE_FORMATS object) Original idea:
Solution: I created a custom date pipe as follows:
Usage:
Programatically
in-line