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

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"