Skip to content

Commit d8b31a0

Browse files
committed
Use wooorm for Swedish
1 parent 374bb6a commit d8b31a0

File tree

1 file changed

+2
-2
lines changed
  • crates/codebook/src/dictionaries

1 file changed

+2
-2
lines changed

crates/codebook/src/dictionaries/repo.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ static HUNSPELL_DICTIONARIES: LazyLock<Vec<HunspellRepo>> = LazyLock::new(|| {
9696
),
9797
HunspellRepo::new(
9898
"sv",
99-
"https://raw.githubusercontent.com/titoBouzout/Dictionaries/refs/heads/master/Swedish.aff",
100-
"https://raw.githubusercontent.com/titoBouzout/Dictionaries/refs/heads/master/Swedish.dic",
99+
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/sv/index.aff",
100+
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/sv/index.dic",
101101
),
102102
]
103103
});

0 commit comments

Comments
 (0)