From 74eb3141cd9170766adee1df89a34a29acf996d3 Mon Sep 17 00:00:00 2001 From: icarus Date: Thu, 23 Oct 2025 15:48:03 +0800 Subject: [PATCH] feat(i18n): add missing pluralization strings for citations and search results --- src/renderer/src/i18n/locales/en-us.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/src/i18n/locales/en-us.json b/src/renderer/src/i18n/locales/en-us.json index 8a9a3ac678..43b4ae5b95 100644 --- a/src/renderer/src/i18n/locales/en-us.json +++ b/src/renderer/src/i18n/locales/en-us.json @@ -1563,6 +1563,7 @@ "paused": "Chat completion paused" } }, + "citation": "{{count}} citation(s)", "citation_one": "{{count}} citation", "citation_other": "{{count}} citations", "citations": "References", @@ -1982,6 +1983,7 @@ "search": { "both": "Name+Content", "content": "Content", + "found_results": "Found {{count}} result(s) (Name: {{nameCount}}, Content: {{contentCount}})", "found_results_one": "Found {{count}} result (Name: {{nameCount}}, Content: {{contentCount}})", "found_results_other": "Found {{count}} results (Name: {{nameCount}}, Content: {{contentCount}})", "more_matches": "more matches",