Preserve old string for now

This commit is contained in:
Damien Elmes 2025-09-17 15:05:08 +10:00
parent 6a1e5210c9
commit 311b1073dd

View file

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