From a8ded5339d1c5c4c8f1c592d37754fd472fbee7c Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Thu, 8 Jan 2026 13:58:25 +0700 Subject: [PATCH] docs(common): Update Crowdin workflow description --- .github/workflows/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 0c0420c443..5cd93474ea 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -64,8 +64,14 @@ itself: .... -# crowdin.yml -TODO +# crowdin.yml: Upload translation sources to Crowdin translate.keyman.com + +This action automatically updates the English source strings on Crowdin +https://crowdin.com/project/keyman/sources/files + +based on the root [crowdin.yml](../../crowdin.yml) configuration file. The daily cron job currently runs at 6:00AM. + +This should match the behavior of locally using the [Crowdin CLI to upload sources](https://crowdin.github.io/crowdin-cli/commands/crowdin-upload-sources). # deb-packaging.yml: Ubuntu Packaging GitHub Action