1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-07 21:21:02 +02:00

feat(clock): localization support

This commit is contained in:
Jake Stanger 2023-07-03 23:20:37 +01:00
parent 7c8d4668bc
commit b310ea7636
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 37 additions and 8 deletions

View file

@ -110,7 +110,7 @@ reqwest = { version = "0.11.18", optional = true }
nix = { version = "0.26.2", optional = true, features = ["event"] }
# clock
chrono = { version = "0.4.26", optional = true }
chrono = { version = "0.4.26", optional = true, features = ["unstable-locales"] }
# music
mpd_client = { version = "1.2.0", optional = true }