Skip to content

Instantly share code, notes, and snippets.

@grzegorz-rozycki
Created April 14, 2018 08:08
Show Gist options
  • Save grzegorz-rozycki/873c2093afa265f03a13a59fb8d12b85 to your computer and use it in GitHub Desktop.
Save grzegorz-rozycki/873c2093afa265f03a13a59fb8d12b85 to your computer and use it in GitHub Desktop.
Collects translations from wordpress plugin / theme
#!/bin/bash
# NOTICE it only collects translations made by __() function
find ./ -iname '*.php' | xargs xgettext --keyword=__ --language=PHP --add-comments --sort-output -o languages/gr-sms.pot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment