Skip to content

fix(translations): resolve duplicate unit id in messages.fr - #3795

Merged
bobvandevijver merged 1 commit into
bolt:6.1from
Vondry:fix/fr-duplicate-unit-id
Aug 14, 2026
Merged

fix(translations): resolve duplicate unit id in messages.fr#3795
bobvandevijver merged 1 commit into
bolt:6.1from
Vondry:fix/fr-duplicate-unit-id

Conversation

@Vondry

@Vondry Vondry commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Follow up of #3753

Changes

label.email and label.about shared id="D2N6_cP" in messages.fr.xlf; XLIFF 2.0 requires unit ids to be unique per <file>, so label.about now uses D2N7_cP as messages.en/ru/sk already do — metadata only, no runtime change since Symfony keys catalogues by <source>.

Screenshot 2026-08-14 at 11 00 14 Screenshot 2026-08-14 at 11 00 05

label.email and label.about both declared id="D2N6_cP", so the French
catalogue had two <unit> elements sharing one id. XLIFF 2.0 requires
unit ids to be unique within a <file>, and lint:xliff does not catch it.

Only the id changes; label.about is now "D2N7_cP", matching what
messages.en, messages.ru and messages.sk already use for that key.
Nothing else in the file is touched and both keys still load with the
same targets.
@bobvandevijver
bobvandevijver merged commit d86338d into bolt:6.1 Aug 14, 2026
35 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.

2 participants