mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-02-22 02:24:46 +08:00
### What this PR does Before this PR: - Auto i18n workflow runs weekly on Sundays at 00:00 UTC - Workflow name was "Auto I18N Weekly" After this PR: - Auto i18n workflow runs daily at 00:00 UTC - Workflow name is "Auto I18N Daily" ### Why we need it and why it was done in this way The following tradeoffs were made: - More frequent syncs mean more PR noise, but translations stay more up-to-date The following alternatives were considered: - Keeping weekly schedule: translations may lag behind source changes - Running on weekdays only: skipped in favor of daily for simplicity ### Breaking changes None ### Special notes for your reviewer None ### Checklist - [x] PR: The PR description is expressive enough and will help future contributors - [x] Code: [Write code that humans can understand](https://en.wikiquote.org/wiki/Martin_Fowler#code-for-humans) and [Keep it simple](https://en.wikipedia.org/wiki/KISS_principle) - [x] Refactor: You have [left the code cleaner than you found it (Boy Scout Rule)](https://learning.oreilly.com/library/view/97-things-every/9780596809515/ch08.html) - [x] Upgrade: Impact of this change on upgrade flows was considered and addressed if required - [x] Documentation: A [user-guide update](https://docs.cherry-ai.com) was considered and is present (link) or not required. You want a user-guide update if it's a user facing feature. ### Release note ```release-note Change auto-i18n workflow schedule from weekly to daily for more frequent translation synchronization. ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||
| pull_request_template.md | ||