Skip to content

Instantly share code, notes, and snippets.

@paulrohrbeck
Last active August 12, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulrohrbeck/791bf53f5a564dfbeda9ac61c1ba6efd to your computer and use it in GitHub Desktop.
Save paulrohrbeck/791bf53f5a564dfbeda9ac61c1ba6efd to your computer and use it in GitHub Desktop.
AEM: Finds all i18n strings in Sightly HTML files
# 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