Skip to content

Instantly share code, notes, and snippets.

@driesdesmet
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save driesdesmet/9248082 to your computer and use it in GitHub Desktop.

Select an option

Save driesdesmet/9248082 to your computer and use it in GitHub Desktop.
how to use gettext with php
find . -iname "*.php" > /tmp/my_theme_file_list.txt
xgettext --from-code=utf-8 -f /tmp/my_theme_file_list.txt --keyword=__ --keyword=_e --keyword=_n -o lang/roots.pot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment