Skip to content

Commit c634779

Browse files
committed
change default language
1 parent bab4d7b commit c634779

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/notation_bevy/src/settings/notation_settings.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ use serde::{Deserialize, Serialize};
22
use unic_langid::LanguageIdentifier;
33
use unic_langid::langid;
44

5-
use crate::lane::lane_bundle::LaneBundle;
6-
75
use super::layout_settings::{LayoutSettings, LayoutMode, GridAlignMode};
86

97
#[derive(Clone, Serialize, Deserialize, Debug)]
@@ -40,7 +38,7 @@ pub struct NotationSettings {
4038
impl Default for NotationSettings {
4139
fn default() -> Self {
4240
Self {
43-
lang: "zh-CN".to_owned(),
41+
lang: Self::EN_US.to_string(),
4442
layout: LayoutSettings::default(),
4543
add_ready_section: false,
4644
should_loop: false,

0 commit comments

Comments
 (0)