Skip to content

Commit

Permalink
Make punctuation marks consistent for singular & plural strings (#3462)
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
NekoJonez and obulat committed Dec 5, 2023
1 parent cfdfd43 commit d13cde6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/locales/scripts/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
Expand Down

0 comments on commit d13cde6

Please sign in to comment.