fn extract_zip_renamed<R: Read + Seek>(
reader: R,
dest: &Path,
lang: &str,
) -> Result<(), MonolingualError>Expand description
Extracts all entries from a ZIP archive into dest, renaming each
file to Reader-Dict-<lang><ext> where <ext> is .index, .dict,
or .dict.dz.
Files with unrecognised extensions are skipped. Directories inside the ZIP
are ignored because all output files land flat in dest.