Commit graph

6 commits

Author SHA1 Message Date
Josh Megnauth
0c7280ab01
Try LC_TIME before LANG for time localization 2024-09-01 01:30:04 -04:00
Josh Megnauth
748d53fdbe
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.
2024-07-12 02:20:41 -04:00
Josh Megnauth
d7114aaeb9
Handle language sorter errors 2024-07-08 02:28:35 -04:00
Josh Megnauth
783256fe8b
fix: Panic on long numerical file names
Closes: #258

[lexical_sort](https://github.com/Aloso/lexical-sort) is currently
unmaintained. The author recommends switching to the `icu` crate which
is maintained by the Unicode Consortium.
2024-07-08 02:00:52 -04:00
Wyatt Herkamp
65227fcd76 update depends 2024-01-28 17:54:13 -07:00
Jeremy Soller
9978f246b9
Basic implementation 2024-01-03 15:27:32 -07:00