mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
scim_proto: fix incorrect language tag (#3064)
Co-authored-by: Firstyear <william@blackhats.net.au>
This commit is contained in:
parent
400dfc7e5c
commit
2e4d19f4f8
|
@ -41,7 +41,7 @@ pub enum Locale {
|
|||
#[serde(rename = "en-US")]
|
||||
en_US,
|
||||
de,
|
||||
#[serde(rename = "en-DE")]
|
||||
#[serde(rename = "de-DE")]
|
||||
de_DE,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue