From d13cde65acd270fe0101b5bda1965f169f3a3f41 Mon Sep 17 00:00:00 2001 From: Pieterjan Deneys Date: Tue, 5 Dec 2023 16:42:47 +0100 Subject: [PATCH] Make punctuation marks consistent for singular & plural strings (#3462) Co-authored-by: Olga Bulat --- frontend/src/locales/scripts/en.json5 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index 0fabb7a102f..ba290436deb 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -804,24 +804,24 @@ source: { audio: { zero: "No audio files provided by this source", - count: "{count} audio file provided by this source.|{count} audio files provided by this source", + count: "{count} audio file provided by this source|{count} audio files provided by this source", countMore: "Over {count} audio files provided by this source", }, image: { zero: "No images provided by this source", - count: "{count} image provided by this source.|{count} images provided by this source", + count: "{count} image provided by this source|{count} images provided by this source", countMore: "Over {count} images provided by this source", }, }, tag: { audio: { zero: "No audio files with the selected tag", - count: "{count} audio file with the selected tag.|{count} audio files with the selected tag", + count: "{count} audio file with the selected tag|{count} audio files with the selected tag", countMore: "Over {count} audio files with the selected tag", }, image: { zero: "No images with the selected tag", - count: "{count} image with the selected tag.|{count} images with the selected tag", + count: "{count} image with the selected tag|{count} images with the selected tag", countMore: "Over {count} images with the selected tag", }, },