Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken translation in JS. #620

Merged
merged 1 commit into from
Nov 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Attributes,Attributes
Yes,Yes
No,No
"Use Category Name in product search","Use Category Name in product search"
"No value matching the search <b>%1</b>.","No value matching the search <b>%1</b>."
"No value matching the search <b>%s</b>.","No value matching the search <b>%s</b>."
2 changes: 1 addition & 1 deletion src/module-elasticsuite-catalog/i18n/fr_FR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Attributes,Attributs
Yes,Oui
No,Non
"Use Category Name in product search","Utiliser le nom de la catégorie dans les résultats de recherche"
"No value matching the search <b>%1</b>.","Aucun résultat pour la recherche <b>%s</b>."
"No value matching the search <b>%s</b>.","Aucun résultat pour la recherche <b>%s</b>."
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ define([
template: "Smile_ElasticsuiteCatalog/attribute-filter",
showMoreLabel : $.mage.__("Show more"),
showLessLabel : $.mage.__("Show less"),
noSearchResultLabel : $.mage.__("No value matching the search <b>%1</b>.")
noSearchResultLabel : $.mage.__("No value matching the search <b>%s</b>.")
},

/**
Expand Down