VTrickでは 投稿をもっと読み込む のボタンで前の投稿をどんどんロードしていけるのですが
最後まで読み込むと、一致する検索結果はありません となるのが少し気になっていたので
該当部分
<span class='no-more load-more btn'><b:include data='{ message: "noMorePosts" }' name='theme-custom-lang'/></span> <b:else/> <span class='no-more load-more btn show'><b:include data='{ message: "noMorePosts" }' name='theme-custom-lang'/></span>
<b:include data='{ message: "noMorePosts" }' name='theme-custom-lang'/>
を
<data:messages.theresNothingHere/>
(投稿がありません。)
に変更します
変更後
<span class='no-more load-more btn'><data:messages.theresNothingHere/></span> <b:else/> <span class='no-more load-more btn show'><data:messages.theresNothingHere/></span>
私のブログの中にはあえて日本語を優先的に使っているものがありますが、今回は多言語対応させました





0 comments:
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。