🇫🇷Translations
Plugins utiles
Traduction du code source
Using Twig Filters : The trans filter can be used to translate variable texts and complex expressions.
trans filter can be used to translate variable texts and complex expressions.<h1>{{ message|trans }}<h1>
<div>{{ message|trans({'%name%': 'Fabien'}, 'app') }}</div>#Extraire les trad FR (code en fr mais oubligé !)
php bin/console translation:extract --force --clean --prefix="" fr
#Extraire les trad EN
php bin/console translation:extract --force --clean enDoc / Infos pratiques
Traduction des données
Mis à jour