From 3c3a43a38f6cc9bccbf518a51ff7a0404e9ef047 Mon Sep 17 00:00:00 2001 From: Tomas Vondracek Date: Fri, 14 Aug 2026 10:57:36 +0200 Subject: [PATCH] fix(translations): resolve duplicate unit id in messages.fr label.email and label.about both declared id="D2N6_cP", so the French catalogue had two elements sharing one id. XLIFF 2.0 requires unit ids to be unique within a , 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. --- translations/messages.fr.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/messages.fr.xlf b/translations/messages.fr.xlf index 14567af8b..78bd8be17 100644 --- a/translations/messages.fr.xlf +++ b/translations/messages.fr.xlf @@ -448,7 +448,7 @@ Adresse Email - + src/Form/UserType.php:38 new