wordpress-develop/src/wp-includes/block-patterns
Sergey Biryukov b4819255d3 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.
Fixes #51893.

git-svn-id: https://develop.svn.wordpress.org/trunk@49722 602fd350-edb4-49c9-b593-d223f7449a82
2020-12-01 17:01:50 +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:32:05 +00:00
large-header-button.php Editor: Don't unnecessarily split a translatable string in block templates. 2020-12-01 17:01:50 +00:00
large-header.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 16:59:03 +00:00
quote.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 16:59:03 +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:32:05 +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:32:05 +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:32:05 +00:00
three-buttons.php Block Editor: Update the Core Block Patterns. 2020-07-27 15:12:13 +00:00
two-buttons.php Block Editor: Update the Core Block Patterns. 2020-07-27 15:12:13 +00:00
two-images.php Editor: Make some hardcoded strings in block patterns translatable. 2020-08-04 16:59:03 +00:00