mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-05-31 20:44:42 +00:00
lang/es/CHANGELOG.md: ship the Spanish-translated changelog
The Next.js changelog page (app/[locale]/changelog/page.tsx) already has the per-locale lookup logic — it reads lang/<locale>/CHANGELOG.md first and falls back to the canonical English CHANGELOG.md at the repo root if no localized copy exists. The Spanish file has lived in develop for weeks (65 KB, 1065 lines, full translation including the v1.2.1 SR-IOV / GPU passthrough hardening notes) but was never committed to the repo, so the live site at proxmenux.com/es/changelog fell back to English on every visit. Add the file to the tree so the lookup finds it. No code change in the page — the resolution logic in `resolveChangelogPath()` already handles both branches and is unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in: