Opened 7 weeks ago
Last modified 6 weeks ago
#64979 new defect (bug)
Align needs gettext
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 5.7 |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | ui-copy | Cc: |
Description
this string is used in core as a noun and in Gutenberg it is used for a button (verb)
Attachments (2)
Change History (7)
#2
@
7 weeks ago
- Component changed from I18N to Editor
- Focuses ui-copy added
- Version changed from trunk to 5.7
I found "Align" in block-editor.js as early as 5.7, for the block alignment settings, and the media library had the string earlier.
The English "Align" is used as a verb, both in the media library and in the editor. Some translations have changed the word to a noun, which can be appropriate in each location.
If the string is changed in the editor, however, I would suggest using "Align block" to differentiate it from the "Align text" settings that can appear immediately next to it. (This discussion would belong on the Gutenberg repository).
@
7 weeks ago
block alignment toolbar options open, next to text alignment settings, showing text labels instead of icons, over a Quote block
#3
@
7 weeks ago
Does it make sense to change the align legend to alignment in English, too?
https://build.trac.wordpress.org/browser/branches/7.0/wp-includes/media-template.php?marks=1154#L1154
https://build.trac.wordpress.org/browser/branches/7.0/wp-includes/media-template.php?marks=1090#L1090
This ticket was mentioned in PR #11398 on WordPress/wordpress-develop by @timse201.
7 weeks ago
#4
- Keywords has-patch added
Hi there!
Thanks for the ticket!
Does all this text introduce in
7.0?