We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55a807a + ff2e01a commit 834c904Copy full SHA for 834c904
core/build.ts
@@ -20,7 +20,7 @@ export const generateDictionaryFileByType = async (
20
insert?: Insert,
21
) => {
22
for (const dictionary in combineDictionaries) {
23
- const filepath = `${basePath}/googleime_${dictionary.toLowerCase()}.txt`;
+ const filepath = `${basePath}/${imeType}_${dictionary.toLowerCase()}.txt`;
24
await generateDictionaryFile(
25
convertJsonToTsv(combineDictionaries[dictionary], imeType, insert),
26
filepath,
0 commit comments