🔨 Add max pages to translate to configs (#14840)

This commit is contained in:
Sebastián Ramírez
2026-02-05 11:25:49 -08:00
committed by GitHub
parent 6646e2b94f
commit 23ddf09dd1
2 changed files with 22 additions and 7 deletions

View File

@@ -35,6 +35,11 @@ on:
type: boolean
required: false
default: false
max:
description: Maximum number of items to translate (e.g. 10)
type: number
required: false
default: 10
jobs:
langs:
@@ -115,3 +120,4 @@ jobs:
EN_PATH: ${{ github.event.inputs.en_path }}
COMMAND: ${{ matrix.command }}
COMMIT_IN_PLACE: ${{ github.event.inputs.commit_in_place }}
MAX: ${{ github.event.inputs.max }}