From 000550fb9ec71a5caa0304601f776ba411247120 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 4 Oct 2025 18:54:27 -0300 Subject: content: remove language.countCoverArts() --- src/data/things/language.js | 1 - src/strings-default.yaml | 10 ---------- 2 files changed, 11 deletions(-) (limited to 'src') diff --git a/src/data/things/language.js b/src/data/things/language.js index 88e8d996..08c52cb8 100644 --- a/src/data/things/language.js +++ b/src/data/things/language.js @@ -937,7 +937,6 @@ Object.assign(Language.prototype, { countArtworks: countHelper('artworks'), countCommentaryEntries: countHelper('commentaryEntries', 'entries'), countContributions: countHelper('contributions'), - countCoverArts: countHelper('coverArts'), countDays: countHelper('days'), countFlashes: countHelper('flashes'), countMonths: countHelper('months'), diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 1dbb6a47..cd170226 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -97,16 +97,6 @@ count: many: "" other: "{CONTRIBUTIONS} contributions" - coverArts: - _: "{COVER_ARTS}" - withUnit: - zero: "" - one: "{COVER_ARTS} cover art" - two: "" - few: "" - many: "" - other: "{COVER_ARTS} cover arts" - flashes: _: "{FLASHES}" withUnit: -- cgit 1.3.0-6-gf8a5