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. + }