-
Notifications
You must be signed in to change notification settings - Fork 59
Add border.radiusSizes to theme-i18n.json #468
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Thanks. Please note we have automation in place nowadays to handle this: i18n-command/.github/workflows/update-schemas.yml Lines 22 to 77 in 94f72dd
These file updates aren't usually necessary anyway as they are just fallbacks for when we can't fetch the file from SVN for whatever reason. |
This reverts commit 0fceca8.
|
Yeah that test will fail until the change is merged in core. |
|
Should I update the tests in this PR after the changes are committed in core? |
|
Sure, why not :) You already wrote them, so can't hurt :) |
This reverts commit c9b43a2.
WordPress 6.9 introduces a new
border.radiusSizeskey in theme.json to define border-radius presets.I have submitted this PR to make these preset names translatable in the
make-potcommand.