Skip to content

Commit

Permalink
feat: Add quarterly abbr (#33)
Browse files Browse the repository at this point in the history
* feat: Add quarterly abbr

* chore: auto-fix linting and formatting issues

---------

Co-authored-by: yorunning <[email protected]>
  • Loading branch information
yorunning and yorunning authored Feb 28, 2025
1 parent 24f5095 commit 57256fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export function getDaysBetweenDatesWithAutoRenewal({ autoRenewal, cycle, startDa
months = 12
break
case "季":
case "q":
case "qr":
case "quarterly":
cycleLabel = "季"
months = 3
Expand Down

0 comments on commit 57256fc

Please sign in to comment.