Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Omit all taxonomies from translation file
  • Loading branch information
ryelle committed May 30, 2024
commit 1d9884c92fbaaa6f058d560f24b893494f2a320f
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: WordPress/wporg-repo-tools/.github/actions/i18n@try/i18n-action
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --taxonomies=post_tag --post_types=page --url=https://wordpress.org/themes/wp-json/wp/v2/ --textdomain=wporg-themes
args: --no_taxonomies --post_types=page --url=https://wordpress.org/themes/wp-json/wp/v2/ --textdomain=wporg-themes

- name: Commit and push
# Using a specific hash here instead of a tagged version, for risk mitigation, since this action modifies our repo.
Expand Down