-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Translation
Description
Nowadays i'm often getting Error's if I try to update translation-file like this:
[Twig_Error_Runtime]
Attribute "value" does not exist for Node "Twig_Node_Expression_GetAttr".
It seem's it come's from dynamic part of a transaltion. The Problem is, that it abort on the first twig error, it would be nice if the command run through and make what he can make. --ignore-expetions
Or just get in a prefix-viewfolder as argument:
$extractor->extract($foundBundle->getPath().'/Resources/views/'.$viewfolder, $catalogue);
Metadata
Metadata
Assignees
Labels
Good first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)Translation