gitlabModifier

🇫🇷Translations

Plugins utiles

Traduction du code source

triangle-exclamation

Using Twig Filtersarrow-up-right : The trans filter can be used to translate variable texts and complex expressions.

<h1>{{ message|trans }}<h1>
<div>{{ message|trans({'%name%': 'Fabien'}, 'app') }}</div>

Comande utiles

#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 en

Doc / Infos pratiques

Traduction des données

Utilisation de bundle, au choix !

Mis à jour