mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
fix plural
This commit is contained in:
parent
25948a328e
commit
fcbf254917
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ statistics-intervals-day-range =
|
|||
statistics-intervals-day-single =
|
||||
{ $cards ->
|
||||
[one] 1 card with a { $day } day interval
|
||||
*[other] { $cards } card with a { $day } day interval
|
||||
*[other] { $cards } cards with a { $day } day interval
|
||||
}
|
||||
# hour range, eg "From 14:00-15:00"
|
||||
statistics-hours-range = From { $hourStart }:00~{ $hourEnd }:00
|
||||
|
|
Loading…
Reference in a new issue