feat(clock): localization support

This commit is contained in:
Jake Stanger
2023-07-03 23:20:37 +01:00
parent 7c8d4668bc
commit b310ea7636
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 }