php-translation / symfony-bundle

Symfony integration for Translations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"The "desc" filter must be applied after a "trans", or "transchoice" filter."

plesigne opened this issue · comments

Hello,

I'd like to use this bundle on Ibexa/ezplatform (symfony 5/php7.3) project.
But this error is throw : "The "desc" filter must be applied after a "trans", or "transchoice" filter."

{{ 'content.hidden.message'|trans()|desc('This Content item or its Location is hidden.') }}

FYI :

  - Installing nyholm/nsa (1.2.1): Loading from cache
  - Installing php-translation/extractor (2.0.2): Loading from cache
  - Installing php-translation/common (3.0.1): Loading from cache
  - Installing php-translation/symfony-storage (2.2.0): Loading from cache
  - Installing php-translation/symfony-bundle (0.12.1): Loading from cache

Kind regards