mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-24 06:32:46 +00:00
Dummy change to trigger CI build
This commit is contained in:
parent
690c97e44d
commit
99f13a746e
|
@ -328,7 +328,6 @@ impl Settings {
|
||||||
self.locale = match self.locale.as_str() {
|
self.locale = match self.locale.as_str() {
|
||||||
"English" => "en".to_string(),
|
"English" => "en".to_string(),
|
||||||
"Japanese" => "jp".to_string(),
|
"Japanese" => "jp".to_string(),
|
||||||
|
|
||||||
_ => default_locale(),
|
_ => default_locale(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue