Skip to content

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Sep 4, 2025

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues Fix #61632
License MIT

</trans-unit>
<trans-unit id="128">
<source>The video has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels.</source>
<target state="needs-review-translation">La vidéo a trop peu de pixels ({{ pixels }}). La quantité minimale attendue est {{ min_pixels }}.</target>
<target>La vidéo a trop peu de pixels ({{ pixels }}). La quantité minimale attendue est de {{ min_pixels }} pixels.</target>
Copy link
Member

@nicolas-grekas nicolas-grekas Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FTR, I removed the word "pixels" from all translation in order to not have to deal with plurals: the original sentence has two plurals, and our simple plural system cannot handle this. I made the translated sentences contain none.
Of course, I'm fine re-adding the word. Here, we make the assumption that min_pixel will always be higher than 1. That might be fine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that might be fine in French. Some other locales where plural rules are more complex (locales where not all numbers > 1 use the same plural form) won't be able to make the same assumption.

@nicolas-grekas
Copy link
Member

Thank you @lyrixx.

@nicolas-grekas nicolas-grekas merged commit de58845 into symfony:6.4 Sep 4, 2025
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants