Skip to content

Commit

Permalink
Merge pull request #3408 from vahonc/3405-elasticsuite-catalog-count-…
Browse files Browse the repository at this point in the history
…variable-translation-2.11-fix

[Catalog] Fix #3405, returning the translation of the variable for Dutch language
  • Loading branch information
romainruaud authored Oct 16, 2024
2 parents 949ecce + fed89d6 commit b564eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/i18n/nl_NL.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Save and Continue Edit","Opslaan en Doorgaan"
"Save","Opslaan"
"1 product","1 artikel"
"<%- count %> products","<%- aantal %> producten"
"<%- count %> products","<%- count %> producten"
"No products in the selected range.","Geen producten in het geselecteerde bereik."
"Search Configuration","Zoekconfiguratie"
"Can be used only with catalog input type Text field, Dropdown, Multiple Select and Price.","Kan alleen gebruikt worden met invoertype catalogus, tekstveld, Dropdown, Multiple select en Prijs."
Expand Down

0 comments on commit b564eb2

Please sign in to comment.