Skip to content

docs(changelog): make English the source language for release notes (1.36.0+) - #75

Merged
iscarelli merged 1 commit into
mainfrom
docs/changelog-english
Aug 7, 2026
Merged

docs(changelog): make English the source language for release notes (1.36.0+)#75
iscarelli merged 1 commit into
mainfrom
docs/changelog-english

Conversation

@iscarelli

Copy link
Copy Markdown
Owner

Why

The app is trilingual (PT/EN/ES), but templates/admin/update.html:48 dumps the release-notes body raw, with no notion of language: the frame around it is translated, the content is not. An admin running the system in English gets a block of Portuguese. CLAUDE.md also describes these notes as "written for people on the outside" in an open project — which Portuguese contradicts.

So English becomes the source language for release notes, matching the commits and PRs, which are already in English.

What changed

CHANGELOG.md only. No code, no VERSION bump — this is a documentation fix, not a release.

  • 14 entries translated, ## [1.36.0] through ## [1.39.1].
  • Translation is faithful, not a rewrite: same structure, same sections, same items in the same order. Versions, dates, file paths, file:line pointers, route names, code identifiers, PR/issue IDs and CWE numbers are left literal. Nothing was reworded for clarity, merged, added or removed.
  • The Portuguese labels that some entries quote as data ((sem marca), (sem local), …) are deliberately kept literal — they are the strings being described, not prose.

Why the older entries stay in Portuguese

Everything below 1.36.0 is untouched, behind an explicit boundary marker in the file:

Entries below this line are in Brazilian Portuguese. Release notes switched to English as of v1.36.0. Older entries are historical record and were deliberately left untranslated — retranslating them would risk altering what was actually recorded.

CLAUDE.md forbids rewriting or inventing existing entries. Translating recent notes preserves the record; retranslating years of history is a much larger surface on which to silently corrupt it. A visible language boundary is honest; a subtly wrong translation is not.

Verify

  • .\run-tests.ps1249 passed (unchanged). _slice_changelog keys off ## [x.y.z] headers only, and those are untouched.
  • grep -c '^## \[' CHANGELOG.md104, unchanged: no entry gained or lost.
  • git diff origin/main -- CHANGELOG.md | grep '^-' | grep -E "1\.35|1\.34|1\.33" → empty: nothing below 1.36.0 was removed.
  • git diff --stat origin/mainCHANGELOG.md only.

🤖 Generated with Claude Code

English is now the source language for release notes, matching commits and PRs.
The Updates page (templates/admin/update.html:48) renders the notes body
verbatim with no notion of language, so an admin running the system in English
or Spanish was handed a block of Portuguese inside a translated frame.

Entries from 1.36.0 to 1.39.1 (14 of them) are translated faithfully: same
structure, same sections, same items and order, with versions, file paths,
route names and code identifiers left literal. Nothing was reworded, merged,
added or dropped.

Entries below 1.36.0 stay in Portuguese behind an explicit boundary marker.
They are historical record; retranslating them would risk altering what was
actually written at the time.

No VERSION bump: this is a documentation fix, not a release.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@iscarelli
iscarelli merged commit 9af27bd into main Aug 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant