Created
December 2, 2011 16:43
-
-
Save docteurklein/1423910 to your computer and use it in GitHub Desktop.
extract non translated sentences in twig templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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