You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The translation:update command is a great way to extract translation messages and keep them up to date. It's possible to write your own extractors and add them to the chain (by tagging them with translation.extractor).
At the moment we have to hack this by creating our own extractor that replaces the '/Resources/views' in the given $resource variable with the desired target directory/file.
Is there any reason for this restriction? Can it be lifted? If so, perhaps we can help with the implementation?