I18n: Pluralize remaining unpluralizable strings - #8112
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR mainly updates localization/pluralization handling for existing UI and error strings, plus documentation. While it improves translation quality in some languages, it is a minor internationalization/internal text change rather than a significant end-user feature, major UX improvement, important bug fix, or major technical infrastructure change. 🤖 Bot Debug InformationModel: |
These were the last few placeholder numbers that didn't support pluralization. Two reasons to pluralize them:
I changed the keys because the placeholder's name changed, so we can't reuse existing translations.
I also changed the "65k+" placeholder in favor of formatting the
65000number because "65k+" is not localized. I assume we're not too concerned about that code path, which implies a backend bug.Testing
Backend checklist
developif necessary for linear migration historyWeb frontend checklist
For maintainers