Last active
August 12, 2016 17:36
-
-
Save paulrohrbeck/791bf53f5a564dfbeda9ac61c1ba6efd to your computer and use it in GitHub Desktop.
AEM: Finds all i18n strings in Sightly HTML files
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
# Run in parent Maven project to find all: | |
grep -riohE '\$\{(.)* ?@ ?i18n\}' . | |
# Example result: ${'Filter' @ i18n} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment