Skip to content

Commit

Permalink
Merge pull request #2461 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.96.2.0
  • Loading branch information
kurudrive authored Feb 25, 2025
2 parents 8454579 + 1afe8cd commit bc14221
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 307 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 @@ -287,7 +287,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 bc14221

Please sign in to comment.