Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5fe273ef2d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| } | ||
| }, | ||
| "likesCount": "{count, plural, =1{1 j'aime} other{{count} j'aime}}", | ||
| "likesCount": "{count, plural, one {}=1{1 j'aime} other{{count} j'aime}}", |
There was a problem hiding this comment.
Restore non-empty French plural form for zero likes
likesCount now defines an empty one {} branch (intl_fr.arb), and French plural rules classify 0 as one, so likesCount(count: 0) renders as an empty string instead of a count label. This is user-visible in comment_likes_bottom_sheet.dart where the header always calls l10n.likesCount(count: _likes.length) even when _likes is empty, so French users can get a blank title for the zero-likes state.
Useful? React with 👍 / 👎.
b1a6e27 to
4205b5b
Compare
4205b5b to
26ba26e
Compare
New translations from Crowdin