We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dd5ca commit bf1335cCopy full SHA for bf1335c
i18n/en_US.csv
@@ -36,6 +36,7 @@ Go,Go
36
"See products in","See products in"
37
"All departments","All departments"
38
"or in","or in"
39
+"out of","out of"
40
"
41
42
Algolia Search
view/frontend/templates/instant/stats.phtml
@@ -2,7 +2,7 @@
2
{{#hasOneResult}}<strong>1</strong> <?php echo $block->escapeHtml(__('result')); ?> found{{/hasOneResult}}
3
4
{{#hasManyResults}}
5
- {{^hasNoResults}}{{first}}-{{last}} out of{{/hasNoResults}}
+ {{^hasNoResults}}{{first}}-{{last}} <?php echo $block->escapeHtml(__('out of')); ?>{{/hasNoResults}}
6
<strong>
7
<span itemprop="numberOfItems">{{nbHits}}</span>
8
<?php echo $block->escapeHtml(__('results found')); ?>
0 commit comments