fix(i18n): correct Spanish room-details-pinned-yes to «Sí» (LC-579) #545
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/lc-579-es-pinned-yes-accent"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves LC-579 (follow-up on LC-568).
The Spanish value for
room-details-pinned-yesinserver/locales/es/room.ftlreadSi, which means "if". The word for "yes" carries an accent:Sí. This shows on the room Details panel's Pinned row when a room has pinned messages.The
i18n_catalogtest only checks key coverage (every key present in both locales), not translation correctness, so the typo passed CI. One-line fix;cargo test --test i18n_catalogstays green (2/2). No other bare= Sivalues remain in the es locale.🤖 Generated with Claude Code
https://claude.ai/code/session_01GJbJChgMXj7m1Q8GdnTPyT
The Spanish value for `room-details-pinned-yes` read `Si` ("if"); the word for "yes" needs the accent, `Sí`. The `i18n_catalog` test only checks key coverage, not translation correctness, so the typo passed CI. One-line fix; `cargo test --test i18n_catalog` stays green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GJbJChgMXj7m1Q8GdnTPyT