docs/.github/workflows/translate-fa.yml
2026-04-29 10:15:11 -07:00

21 lines
328 B
YAML

name: Translate fa
on:
repository_dispatch:
types:
- translate-fa-release
schedule:
- cron: "17 11 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
translate:
uses: ./.github/workflows/translate-locale-reusable.yml
with:
locale: fa
locale_slug: fa
secrets: inherit