Skip to content

Commit

Permalink
Fix search index
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic16x committed Nov 30, 2024
1 parent 066bc57 commit 37222ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ class DictionaryClass {

[
'isv-src',
...this.langsList,
'isv',
// ...this.langsList,
].forEach((lang) => {
searchIndex[lang] = Array.from(this.splittedMap[lang].keys()).map((key: string) => [
key,
Expand Down

0 comments on commit 37222ec

Please sign in to comment.