Cecil logo
September 8, 2022

Cecil 7.0.0 released

Features

i18n support migrated to Symfony Translation + Twig Intl

Twig Extensions have been removed in favor of Symfony Translation and Twig Intl Extension.

With Symfony Translation Gettext is no more required.

Breaking changes about localization:

  1. the short trans tag {% trans "text" %} is no more supported
  2. variables must set between %% instead of {{}}
  3. localizeddate filter is replaced by format_date
Release notes on GitHub