docs/.github/workflows/translate-th.yml
2026-04-23 06:22:53 +01:00

21 lines
327 B
YAML

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