mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
fix plural definition
This commit is contained in:
parent
be5c162e6a
commit
6ce63b4889
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def convertSecondsTo(seconds, type):
|
|||
def _pluralCount(time):
|
||||
if round(time, 1) == 1:
|
||||
return 1
|
||||
return 2
|
||||
return round(time, 1)
|
||||
|
||||
# HTML
|
||||
##############################################################################
|
||||
|
|
Loading…
Reference in a new issue