Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Jinja2==3.1.6
marisa-trie==1.3.1
mediawiki-langcodes==0.2.18 # for up-to-date langs data, required by wikitextprocessor
mistune==3.1.4 # for DictFile reading
pyglossary==5.2.0
pyglossary==5.2.1
python-idzip==0.3.10
requests==2.32.5
rich==14.2.0
Expand Down
3 changes: 0 additions & 3 deletions wikidict/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,6 @@ def _convert(self) -> None:
if isinstance(self, StarDictFormat):
writer_cls = glos.plugins["Stardict"].writerClass

# We do not want to compress the `.syn` file as it does not work everywhere (see issue #2407)
writer_cls.dictzipSynFile = False

# Do not append extra data to the book name
def get_bookname(cls) -> str: # type: ignore[no-untyped-def]
bookname = str(cls._glos.getInfo("name"))
Expand Down