- Shipped
- August 15, 2026 at 1:58 AM UTC
- Author
- kamo
- Commit
- 9501611
No source change. 9a5b5167 failed on eleven missing background-slideshow keys because the components reached main at 01:47 and the strings reached kamo-translation-dictionary at 01:54; the guard ran in between and, since the workflow clones the dictionary at build time, saw a messages/ that did not yet define them. That was my doing: a `git add -A` swept the component half of someone else's in-flight change into an unrelated commit, ahead of its strings. All eleven are on the dictionary's main now, and replaying the failing step against origin/main plus the dictionary's current main passes, so this only needs the build run again.