Skip to content

I18n

I18n #2603

Workflow file for this run

name: I18n
on:
schedule:
- cron: '0 6,18 * * *'
workflow_dispatch:
jobs:
translation-strings:
name: Translation strings
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: i18n
uses: WordPress/wporg-repo-tools/.github/actions/i18n@trunk
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --taxonomies=wporg-pattern-category,wporg-pattern-flag-reason --post_types=page --url=https://wordpress.org/patterns/wp-json/wp/v2/ --textdomain=wporg-patterns
- name: Update the translation context
run: |
sed -i "s/, 'page title'/, 'Page title'/" extra/translation-strings.php
- name: Commit and push
# Using a specific hash here instead of a tagged version, for risk mitigation, since this action modifies our repo.
uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: trunk
message: Update translation strings