WordPress/wp-includes/block-patterns
Sergey Biryukov effd0cc28e Editor: Don't unnecessarily split a translatable string in block templates.
As a best practice, strings available for translation should contain entire sentences whenever possible.

Splitting a sentence in two parts and putting them back together after translation should be avoided, as the word order in other languages can be different from English.

Props tobifjellner, kebbet, audrasjb, mukesh27, hellofromTonya, azaozz, SergeyBiryukov.
Reviewed by azaozz, SergeyBiryukov.
Merges [49722] to the 5.6 branch.
Fixes #51893.
Built from https://develop.svn.wordpress.org/branches/5.6@49723


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-12-01 17:06:05 +00:00
..
heading-paragraph.php Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color. 2020-08-26 13:34:03 +00:00
large-header-button.php Editor: Don't unnecessarily split a translatable string in block templates. 2020-12-01 17:06:05 +00:00
large-header.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 17:01:05 +00:00
quote.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 17:01:05 +00:00
text-three-columns-buttons.php Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color. 2020-08-26 13:34:03 +00:00
text-two-columns-with-images.php Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color. 2020-08-26 13:34:03 +00:00
text-two-columns.php Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color. 2020-08-26 13:34:03 +00:00
three-buttons.php Block Editor: Update the Core Block Patterns. 2020-07-27 15:14:04 +00:00
two-buttons.php Block Editor: Update the Core Block Patterns. 2020-07-27 15:14:04 +00:00
two-images.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 17:01:05 +00:00