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 4a26e6e + 818726c commit a4384a1Copy full SHA for a4384a1
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