Ships the one dev-only commit (3c7ab44) to production.
Per-field language detection: each of title/description is detected and translated independently, so a non-English description still gets translated when the title is already English (mixed-language posts) instead of the whole post being skipped on the aggregate first-item detection.
CI-green on dev (run 2057). No migration, no stack-file change required — a plain image redeploy of :latest picks it up.
Ships the one dev-only commit (`3c7ab44`) to production.
Per-field language detection: each of title/description is detected and translated independently, so a non-English description still gets translated when the title is already English (mixed-language posts) instead of the whole post being skipped on the aggregate first-item detection.
CI-green on dev (run 2057). No migration, no stack-file change required — a plain image redeploy of `:latest` picks it up.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
_translate_one translated [title, description] in ONE Interpreter call and keyed
the whole-post passthrough on the aggregate detected_lang (the FIRST item). So an
English title + non-English description detected "en" and marked the post handled,
leaving the description untranslated. Now each field is translated independently
(its own detected_lang / passthrough) and the non-target field is stored on its
own; translated_source_lang reflects the translated field's language.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Ships the one dev-only commit (
3c7ab44) to production.Per-field language detection: each of title/description is detected and translated independently, so a non-English description still gets translated when the title is already English (mixed-language posts) instead of the whole post being skipped on the aggregate first-item detection.
CI-green on dev (run 2057). No migration, no stack-file change required — a plain image redeploy of
:latestpicks it up.🤖 Generated with Claude Code