From 1dc3e6bc3a9aa0f973207ac24c73ed816c3e44ad Mon Sep 17 00:00:00 2001 From: Pieterjan Deneys Date: Tue, 5 Dec 2023 16:17:07 +0100 Subject: [PATCH 1/5] Update en.json5 --- 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..47970008247 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", }, }, From d769f300c1780bf7e612a937d14aed3a12739b9d Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Tue, 5 Dec 2023 18:24:37 +0300 Subject: [PATCH 2/5] Update frontend/src/locales/scripts/en.json5 --- frontend/src/locales/scripts/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index 47970008247..cf2e138b3bf 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -804,7 +804,7 @@ 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: { From 6b9a69d048f887cda908a878c4374beca35ed10d Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Tue, 5 Dec 2023 18:24:42 +0300 Subject: [PATCH 3/5] Update frontend/src/locales/scripts/en.json5 --- frontend/src/locales/scripts/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index cf2e138b3bf..b4d46ca9152 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -809,7 +809,7 @@ }, 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", }, }, From 07ccd91f17018580a91de2ac94456b44beecced4 Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Tue, 5 Dec 2023 18:24:47 +0300 Subject: [PATCH 4/5] Update frontend/src/locales/scripts/en.json5 --- frontend/src/locales/scripts/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index b4d46ca9152..7328871f331 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -816,7 +816,7 @@ 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: { From 9cb9e403a3bd2de1b11ef6b7fe34795132f857ab Mon Sep 17 00:00:00 2001 From: Olga Bulat Date: Tue, 5 Dec 2023 18:24:52 +0300 Subject: [PATCH 5/5] Update frontend/src/locales/scripts/en.json5 --- frontend/src/locales/scripts/en.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index 7328871f331..ba290436deb 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -821,7 +821,7 @@ }, 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", }, },