mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 08:07:11 -05:00
* Improve natural unit conversion for a time b/w 360 to 365 days Previously, 363 days would be converted to 12.1 months, which is quite confusing because - a user would think that if the value is more than 12 months, why it isn't displayed in years - the value is actually less than a year, which is counterintuitive as 12.1 m suggests a value more than a year. * precise * Update time.ts to match timespan.rs * Add another test * Use average duration of a month instead * Update time.ts * Update test_schedv3.py * Update time.test.ts |
||
|---|---|---|
| .. | ||
| ankidroid | ||
| ankihub | ||
| backend | ||
| card | ||
| card_rendering | ||
| collection | ||
| config | ||
| deckconfig | ||
| decks | ||
| error | ||
| i18n | ||
| image_occlusion | ||
| import_export | ||
| media | ||
| notes | ||
| notetype | ||
| revlog | ||
| scheduler | ||
| search | ||
| stats | ||
| storage | ||
| sync | ||
| tags | ||
| undo | ||
| adding.rs | ||
| browser_table.rs | ||
| cloze.rs | ||
| dbcheck.rs | ||
| findreplace.rs | ||
| latex.rs | ||
| lib.rs | ||
| links.rs | ||
| log.rs | ||
| markdown.rs | ||
| ops.rs | ||
| preferences.rs | ||
| prelude.rs | ||
| progress.rs | ||
| serde.rs | ||
| services.rs | ||
| template.rs | ||
| template_filters.rs | ||
| tests.rs | ||
| text.rs | ||
| timestamp.rs | ||
| typeanswer.rs | ||
| types.rs | ||
| version.rs | ||