Skip to content

Commit

Permalink
Merge branch 'develop' into feature/post-list/sticky-posts
Browse files Browse the repository at this point in the history
  • Loading branch information
mthaichi authored Feb 28, 2025
2 parents e8ccb43 + 8528752 commit a8fd9c5
Show file tree
Hide file tree
Showing 11 changed files with 325 additions and 302 deletions.
2 changes: 1 addition & 1 deletion inc/vk-blocks/view/class-vk-blocks-postlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public static function get_render_no_post( $wp_query = null ) {
}

/* translators: %s: 投稿タイプ名 */
$html = '<div class="alert alert-warning text-center">' . sprintf( __( 'There are no %ss.', 'vk-blocks-pro' ), $name ) . '</div>';
$html = '<div class="alert alert-warning text-center">' . sprintf( __( 'There are no %s.', 'vk-blocks-pro' ), strtolower( $name ) ) . '</div>';
return apply_filters( 'vk_blocks_post_list_render_no_post', $html, $wp_query );
}
}
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja.l10n.php

Large diffs are not rendered by default.

Binary file modified languages/vk-blocks-pro-ja.mo
Binary file not shown.
Loading

0 comments on commit a8fd9c5

Please sign in to comment.