Skip to content

Conversation

@Huskydog9988
Copy link
Contributor

fixes #53, and lays the groundwork for #52

import { taskGroups, type TaskGroup } from "./group";

// a task that has been run
type FinishedTask = {
Copy link
Member

Choose a reason for hiding this comment

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

We should probably keep historic tasks in the database, perhaps with some sort of 'log rotation'?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea, i was probably just gonna create a new task to cleanup logs older then x days

switch (local) {
case "en":
case "en_gb":
case "en_ca":
Copy link
Member

Choose a reason for hiding this comment

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

Can we add Australia and New Zealand (en_au and en_nz), or just match all en_*

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that was mostly just testing on my end, in the future they will just have their own emoji instead of using the US one

@Huskydog9988 Huskydog9988 deleted the more-improvements branch June 4, 2025 14:48
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.

i18n Support

2 participants