Skip to content

Commit ec5eb8a

Browse files
hahwulKeats
authored andcommitted
fix: add Korean language support to elasticlunr-rs features (#2881)
1 parent 2c18805 commit ec5eb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/libs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ammonia = "4"
99
atty = "0.2.11"
1010
base64 = "0.22"
1111
csv = "1"
12-
elasticlunr-rs = { version = "3.0.2", features = ["da", "no", "de", "du", "es", "fi", "fr", "hu", "it", "pt", "ro", "ru", "sv", "tr"] }
12+
elasticlunr-rs = { version = "3.0.2", features = ["da", "no", "de", "du", "es", "fi", "fr", "hu", "it", "pt", "ro", "ru", "sv", "tr", "ko"] }
1313
filetime = "0.2"
1414
gh-emoji = "1"
1515
glob = "0.3"

0 commit comments

Comments
 (0)