Skip to content

Commit

Permalink
fix: still including lithuanian spacy model by default
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 13, 2024
1 parent 9a73473 commit 29a5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ impl Default for LanguageSettings {
(String::from("Front"), String::from("{sent}")),
(String::from("Back"), String::from("{word}:{def}")),
]),
model: String::from("lt_core_news_sm"),
model: String::new(),
dicts: Vec::new(),
anki_parser: HashMap::new(),
frequency_list: String::from(""),
Expand Down

0 comments on commit 29a5212

Please sign in to comment.