Bonjour,
Je rencontre un gros problème. Quand j’exécute la commande suivante :
php symfony i18n:extract "ma_app" en --auto-save
Il me sort :
1 2 3 4 5
|
>> i18n extracting i18n strings for the "ma_app" application
>> i18n found "0" new i18n strings
>> i18n found "0" old i18n strings
>> i18n saving new i18n strings |
Et pourtant j'ai bien des helpers dans mes templates et j'ai bien activé dans le settings.yml le i18n comme ceci :
1 2 3 4 5
|
i18n: on
charset: utf-8
default_culture: fr_FR
standard_helpers: [Partial, Cache, Form, jQuery, I18N] |
Quelqu'un aurai une idée ? Une piste ?
Partager