Localized date strings

Fixes some of #256

This patch also cleans up the `icu` dependencies from my last PR. I
added all of `icu` as a dependency last time because I assumed it would
be needed for this fix. However, `chrono` supports localization and
`icu` seemed harder to use anyway.
This commit is contained in:
Josh Megnauth 2024-07-12 02:20:41 -04:00
parent eba72e131a
commit 748d53fdbe
No known key found for this signature in database
GPG key ID: 70813183462EFAD3
4 changed files with 27 additions and 313 deletions

View file

@ -21,8 +21,8 @@ ignore = "0.4"
image = "0.24"
once_cell = "1.19"
open = "5.0.2"
icu = { version = "1.5", features = [ "sync" ] }
icu_provider = "1.5"
icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] }
libc = "0.2"
log = "0.4"
mime_guess = "2"