Skip to content

Add monthly stats on yearly stats page#116

Open
lgoettgens wants to merge 6 commits intoBorealBaguette:mainfrom
lgoettgens:lg/stats-months
Open

Add monthly stats on yearly stats page#116
lgoettgens wants to merge 6 commits intoBorealBaguette:mainfrom
lgoettgens:lg/stats-months

Conversation

@lgoettgens
Copy link
Copy Markdown
Contributor

Resolves FR #39

Copy link
Copy Markdown
Contributor

@simfr24 simfr24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can avoid adding labels in every language, using Intl.DateTimeFormat module instead will remove the need for 12 new keys :

new Date(2000, 11).toLocaleString("fr", { month: "long" }); // "Décembre"

lgoettgens and others added 5 commits March 18, 2026 14:36
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
@lgoettgens
Copy link
Copy Markdown
Contributor Author

I think we can avoid adding labels in every language, using Intl.DateTimeFormat module instead will remove the need for 12 new keys :

new Date(2000, 11).toLocaleString("fr", { month: "long" }); // "Décembre"

Good idea. This is implemented now.

Co-authored-by: Codex <codex@openai.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants