Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ordinal date toolbar format specifier to clock module #2885

Merged
merged 3 commits into from
Feb 19, 2024
Merged

Add ordinal date toolbar format specifier to clock module #2885

merged 3 commits into from
Feb 19, 2024

Conversation

jones-josh
Copy link
Contributor

Implements #2878.

Ideally this would happen in the call to fmt_lib::vformat so it could be used outside of just the toolbar but, as described in the issue, format libraries do not support ordinals due to their extremely nonstandard nature across languages.

Perhaps better might be to have our own format(...) function that formats our own overrides before an underlying call to fmt_lib::vformat is made, but this would be a not insignificant refactor to how strings are currently formatted.

@Alexays Alexays merged commit 3471978 into Alexays:master Feb 19, 2024
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