Cecil logo
September 8, 2022

Cecil 7.1.0 released

Features

Translations configuration options

translations:
  dir: translations       # translations directory
  formats: ['yaml', 'mo'] # translations files format (`yaml` and `mo` by default)

Refer to the documentation.

Translations cache options

cache:
  dir: '.cache' # cache directory
  translations:
    dir: 'translations' # translations cache directory
    enabled: true       # enables translations cache

Refer to the documentation.

New command to clear translations cache

Use the following command to remove the translations cache directory:

php cecil.phar cache:clear:translations

Fixes

  • Create a default translator to always support the trans tag or filter, even if there is not translations
Release notes on GitHub