-
Notifications
You must be signed in to change notification settings - Fork 54
Minor translation tweaks #2346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor translation tweaks #2346
Conversation
📊 Performance Test ResultsComparing 040e0ec vs trunk site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change |
katinthehatsite
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, I only reviewed the phrases that were changed in this PR and not all the comments from the Slack thread though 👍
| showLabels | ||
| valueLabel={ formattedSize } | ||
| limitLabel={ formattedLimit } | ||
| // translators: %s is a filesize string. This label is displayed if a sync archive is larger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT I am thinking, does it make sense to add an example with such a "translators" comment?
e.g::
| // translators: %s is a filesize string. This label is displayed if a sync archive is larger | |
| // translators: %s is a filesize string, e.g. "1.3GB over". This label is displayed if a sync archive is larger |
Of course, it's obvious, but if we go this way with "translators", maybe we could have it as an agreement for the future cases. Current one is preety good w/o it.
nightnei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
nightnei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Related issues
p1767093925737899-slack-C06DRMD6VPZ
Proposed Changes
Minor translation tweaks to ensure consistency and good translations.
Testing Instructions
Code review should suffice
Pre-merge Checklist