Description
I can extract all translations using php bin/console translation:extract --force --format=yaml en
But in the project in many places I have written form fields like :
{{ form_label(form.apiToken, 'admin.company.apiToken', {label_attr: {class: 'form-label'}}) }}
But the extractor is not extracting this translation : admin.company.apiToken
Example
No response