Search result info as translatable text

However it is NOT actually translated by the backend yet
This commit is contained in:
Veloman Yunkan
2024-01-30 16:21:00 +04:00
parent 8f5714be07
commit 33a3277400
4 changed files with 22 additions and 8 deletions

View File

@ -119,12 +119,12 @@
{{#snippet}}
<cite>{{>snippet}}...</cite>
{{/snippet}}
{{#bookTitle}}
<div class="book-title">from {{bookTitle}}</div>
{{/bookTitle}}
{{#wordCount}}
<div class="informations">{{wordCount}} words</div>
{{/wordCount}}
{{#bookInfo}}
<div class="book-title">{{bookInfo}}</div>
{{/bookInfo}}
{{#wordCountInfo}}
<div class="informations">{{wordCountInfo}}</div>
{{/wordCountInfo}}
</li>
{{/results.items}}
</ul>