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.
1 parent 4a26e6e commit 818726cCopy full SHA for 818726c
index.js
@@ -47,7 +47,7 @@ class Glossary {
47
async upload () {
48
const url = `https://api.crowdin.com/api/project/${this.project}/upload-glossary?key=${this.crowdinKey}`
49
50
- const glossaryFile = tmp.fileSync().name
+ const glossaryFile = tmp.fileSync({postfix: '.csv'}).name
51
fs.writeFileSync(glossaryFile, this.csv)
52
53
const form = new FormData()
0 commit comments