Skip to content

Commit 83b0257

Browse files
committed
Add Russian dictionary \(ru\)
1 parent 6e0ce3f commit 83b0257

File tree

1 file changed

+5
-0
lines changed
  • crates/codebook/src/dictionaries

1 file changed

+5
-0
lines changed

crates/codebook/src/dictionaries/repo.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ static HUNSPELL_DICTIONARIES: LazyLock<Vec<HunspellRepo>> = LazyLock::new(|| {
6464
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/es/index.aff",
6565
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/es/index.dic",
6666
),
67+
HunspellRepo::new(
68+
"ru",
69+
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/ru/index.aff",
70+
"https://raw.githubusercontent.com/wooorm/dictionaries/refs/heads/main/dictionaries/ru/index.dic",
71+
),
6772
]
6873
});
6974

0 commit comments

Comments
 (0)