Dummy change to trigger CI build

This commit is contained in:
biroder 2023-12-27 03:07:33 +02:00 committed by GitHub
parent 690c97e44d
commit 99f13a746e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -328,7 +328,6 @@ impl Settings {
self.locale = match self.locale.as_str() {
"English" => "en".to_string(),
"Japanese" => "jp".to_string(),
_ => default_locale(),
};
}