mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-23 22:22:56 +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() {
|
||||
"English" => "en".to_string(),
|
||||
"Japanese" => "jp".to_string(),
|
||||
|
||||
_ => default_locale(),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue