Update French translations for various keys#14437
Update French translations for various keys#14437darkskygit merged 1 commit intotoeverything:canaryfrom
Conversation
📝 WalkthroughWalkthroughFrench translation file updated with corrected and refined translations, including improved grammar, gender neutrality, and consistency. New translation keys for AFFiNE AI features added, alongside UI text refinements and minor punctuation adjustments across 112 additions and 45 removals. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@packages/frontend/i18n/src/resources/fr.json`:
- Line 2275: The translation key com.affine.integration.calendar.account.count
currently only defines a single string and needs plural forms; add
com.affine.integration.calendar.account.count_one with "{{count}} calendrier"
and com.affine.integration.calendar.account.count_other with "{{count}}
calendriers" (keeping the same {{count}} interpolation) to match the existing
pluralization pattern (e.g., com.affine.tags.count_one/_other) so plural
rendering works when count > 1.
🧹 Nitpick comments (1)
packages/frontend/i18n/src/resources/fr.json (1)
2267-2267: Consider translating "Team" in the plan name for consistency.Line 2267 uses "AFFiNE Team" while elsewhere in the file (e.g., line 1571) the team concept is translated as "Équipe". If "AFFiNE Team" is a branded plan name, keeping it in English is fine, but it would be worth confirming the intended convention.
ajout de definition
Summary by CodeRabbit