[i18n] Translations update from Hosted Weblate #630
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: i18n Parser | |
on: | |
pull_request: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
i18n_parser: | |
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main | |
with: | |
node_version: '20' | |
pkg_manager: 'pnpm' | |
install: 'pnpm run setup' | |
name: 'i18n parser' | |
command_one: 'pnpm i18n --fail-on-update' | |
command_one_name: 'i18n parser' | |
checkout_recursive: false | |
secrets: | |
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}' | |
pat: ${{ secrets.pat }} |