Skip to content

Commit

Permalink
adding other functions/keywords to gettext script
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Nov 16, 2020
1 parent 32c8fe2 commit f02ac5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages/gettext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ xgettext -j -o languages/paid-memberships-pro.pot \
--keyword=_ex \
--keyword=_n \
--keyword=_x \
--keyword=esc_html__ \
--keyword=esc_html_e \
--keyword=esc_html_x \
--keyword=esc_attr__ \
--keyword=esc_attr_e \
--keyword=esc_attr_x \
--sort-by-file \
--package-version=1.0 \
--msgid-bugs-address="[email protected]" \
Expand Down

0 comments on commit f02ac5f

Please sign in to comment.