Localize date strings
Mostly closes: #103 Analogous to my other patches that localize date strings (e.g. pop-os/cosmic-files#277). The "password:" prompt is not localized in this patch because PAM should yield translated strings on its own. This needs further investigation.
This commit is contained in:
parent
17b554d0dd
commit
4050ea8bfe
5 changed files with 31 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.38"
|
||||
chrono = { version = "0.4", features = ["unstable-locales"] }
|
||||
cosmic-bg-config.workspace = true
|
||||
cosmic-comp-config.workspace = true
|
||||
cosmic-config = { workspace = true, features = ["calloop", "macro"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue