Skip to content

Instantly share code, notes, and snippets.

View Seraph63's full-sized avatar

Serafino Corriero Seraph63

  • Modugno (Italy)
View GitHub Profile
@marklindhout
marklindhout / gist:2274861
Created April 1, 2012 11:45
Use xgettext to create default.pot from all PHP files in a directory (recursive), and place it in /languages/.
xgettext --from-code=utf-8 -k_e -k_x -k__ -o languages/default.pot $(find . -name "*.php")