From 311b1073ddeb01bb8271f5061a836304bb7e5068 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 17 Sep 2025 15:05:08 +1000 Subject: [PATCH] Preserve old string for now --- ftl/core/studying.ftl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ftl/core/studying.ftl b/ftl/core/studying.ftl index 7220da385..a317a68ba 100644 --- a/ftl/core/studying.ftl +++ b/ftl/core/studying.ftl @@ -57,3 +57,16 @@ studying-card-studied-in-minute = } studying-question-time-elapsed = Question time elapsed studying-answer-time-elapsed = Answer time elapsed + +## OBSOLETE; you do not need to translate this + +studying-card-studied-in = + { $count -> + [one] { $count } card studied in + *[other] { $count } cards studied in + } +studying-minute = + { $count -> + [one] { $count } minute. + *[other] { $count } minutes. + }