From 09624c0089f0e29ffb1abc578525b6a07fd95e81 Mon Sep 17 00:00:00 2001
From: pacien
Date: Sun, 3 May 2020 23:05:38 +0200
Subject: viewer/GallerySearch: use proper i18n pluralisation
---
viewer/src/locales/en.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
(limited to 'viewer/src/locales')
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index 9e0fd4b..e6c1df2 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -1,8 +1,7 @@
{
"tagInput.placeholder": "Filters",
"tagInput.nomatch": "No match",
- "search.no-results": "No results",
- "search.no-results.otherfolders": "No results • {0} result{1} in other folders",
+ "search.no-result-fmt": "No result
({0} match in other folders) | No result
({0} matches in other folders)",
"panelLeft.propositions": "Related filters",
"tag-propositions.substraction": "Exclude items with this tag",
"tag-propositions.addition": "Include all items with this tag",
--
cgit v1.2.3