fix(translations): resolve duplicate unit id in messages.fr - #3795
Merged
Conversation
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
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up of #3753
Changes
label.emailandlabel.aboutsharedid="D2N6_cP"inmessages.fr.xlf; XLIFF 2.0 requires unit ids to be unique per<file>, solabel.aboutnow usesD2N7_cPasmessages.en/ru/skalready do — metadata only, no runtime change since Symfony keys catalogues by<source>.