1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +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

7
Cargo.lock generated
View file

@ -440,6 +440,7 @@ dependencies = [
"iana-time-zone",
"js-sys",
"num-traits",
"pure-rust-locales",
"time 0.1.45",
"wasm-bindgen",
"winapi",
@ -2246,6 +2247,12 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "pure-rust-locales"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45c49fc4f91f35bae654f85ebb3a44d60ac64f11b3166ffa609def390c732d8"
[[package]]
name = "quick-xml"
version = "0.23.1"