cherry-studio/.github
Phantom ca7c85139d
feat: change auto-i18n workflow to run daily instead of weekly (#12899)
### 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>
2026-02-13 00:26:50 +08:00
..
ISSUE_TEMPLATE chore: update issue template names by removing language specification 2025-10-31 21:29:29 +08:00
workflows feat: change auto-i18n workflow to run daily instead of weekly (#12899) 2026-02-13 00:26:50 +08:00
CODEOWNERS Add CODEOWNER for app-upgrade-config.json 2025-11-14 19:02:03 +08:00
dependabot.yml chore: remove dependency updates (#7743) 2025-07-03 14:05:35 +08:00
pull_request_template.md docs: update PR template and README with feature PR restrictions (#10955) 2025-10-26 00:14:27 +08:00