Skip to content

Commit

Permalink
Update exported filename
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Feb 11, 2024
1 parent eafc491 commit b2af212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convertToHonziDictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isSingleCJKHanzi } from 'is-cjk-hanzi';
const { dictionaryEntries, dateString } = await readAndParseCSVs(dataFolder);

const dictionary = new Dictionary({
fileName: `Words.hk 漢字 ${dateString}.zip`,
fileName: `Words.hk Honzi ${dateString}.zip`,
});

const dictionaryIndex = new DictionaryIndex()
Expand Down

0 comments on commit b2af212

Please sign in to comment.