Skip to content

Commit 834c904

Browse files
authored
Merge pull request #8 from rwl-dev/improved-generatedicbytype
improved file path
2 parents 55a807a + ff2e01a commit 834c904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const generateDictionaryFileByType = async (
2020
insert?: Insert,
2121
) => {
2222
for (const dictionary in combineDictionaries) {
23-
const filepath = `${basePath}/googleime_${dictionary.toLowerCase()}.txt`;
23+
const filepath = `${basePath}/${imeType}_${dictionary.toLowerCase()}.txt`;
2424
await generateDictionaryFile(
2525
convertJsonToTsv(combineDictionaries[dictionary], imeType, insert),
2626
filepath,

0 commit comments

Comments
 (0)