Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 8d100bd

Browse files
committed
Add translators comments
1 parent e64a3a5 commit 8d100bd

File tree

1 file changed

+3
-0
lines changed
  • assets/js/blocks/attribute-filter

1 file changed

+3
-0
lines changed

assets/js/blocks/attribute-filter/block.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ const AttributeFilterBlock = ( {
224224
speak(
225225
sprintf(
226226
__(
227+
// translators: %s attribute terms (for example: 'red', 'blue', 'large'...)
227228
'%s filter replaced with %s.',
228229
'woo-gutenberg-products-block'
229230
),
@@ -235,6 +236,7 @@ const AttributeFilterBlock = ( {
235236
} else if ( filterAddedName ) {
236237
speak(
237238
sprintf(
239+
// translators: %s attribute term (for example: 'red', 'blue', 'large'...)
238240
__( '%s filter added.', 'woo-gutenberg-products-block' ),
239241
filterAddedName
240242
),
@@ -243,6 +245,7 @@ const AttributeFilterBlock = ( {
243245
} else if ( filterRemovedName ) {
244246
speak(
245247
sprintf(
248+
// translators: %s attribute term (for example: 'red', 'blue', 'large'...)
246249
__( '%s filter removed.', 'woo-gutenberg-products-block' ),
247250
filterRemovedName
248251
),

0 commit comments

Comments
 (0)