Skip to content

Instantly share code, notes, and snippets.

@nicosomb
Created September 12, 2013 05:17
Show Gist options
  • Save nicosomb/6533285 to your computer and use it in GitHub Desktop.
Save nicosomb/6533285 to your computer and use it in GitHub Desktop.
parse all twig cache files to generate .po file
xgettext --default-domain=messages -p locale --from-code=UTF-8 -n --omit-header -L PHP $(find /tmp/cache -name "*.php")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment