Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Add translators context to two more "middle dot" separators
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan committed Oct 2, 2024
1 parent 064fa4e commit 2319f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patterns/post-with-left-aligned-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="wp-block-group alignwide has-small-font-size">
<!-- wp:post-date /-->
<!-- wp:paragraph -->
<p><?php esc_html_e( '·', 'twentytwentyfive' ); ?></p>
<p><?php echo esc_html_x( '·', 'Separator between date and categories', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:post-terms {"term":"category"} /-->
</div>
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-home-with-sidebar-news-blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="wp-block-group has-small-font-size">
<!-- wp:post-terms {"term":"category","style":{"typography":{"textTransform":"uppercase","letterSpacing":"1.4px"}}} /-->
<!-- wp:paragraph -->
<p><?php esc_html_e( '·', 'twentytwentyfive' ); ?></p>
<p><?php echo esc_html_x( '·', 'Separator between date and categories', 'twentytwentyfive' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:post-date /-->
</div>
Expand Down

0 comments on commit 2319f98

Please sign in to comment.