Skip to content

Instantly share code, notes, and snippets.

@docteurklein
Created December 2, 2011 16:43
Show Gist options
  • Save docteurklein/1423910 to your computer and use it in GitHub Desktop.
Save docteurklein/1423910 to your computer and use it in GitHub Desktop.
extract non translated sentences in twig templates
find . -type f -name "*.html.twig" | xargs perl -pi -e "s/>([^\s<{>].*?)</>{{ '\1'|trans }}</g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment