Fix push-strings script
This commit is contained in:
@@ -46,11 +46,11 @@ async function main() {
|
|||||||
'json',
|
'json',
|
||||||
|
|
||||||
`--${boundaryString}`,
|
`--${boundaryString}`,
|
||||||
'Content-Disposition: form-data; name="file"',
|
'Content-Disposition: form-data; name="file"; filename="_locales/en/messages.json"',
|
||||||
'Content-Type: text/plain',
|
'Content-Type: text/plain',
|
||||||
'',
|
'',
|
||||||
await readFile('_locales/en/messages.json', 'utf8'),
|
await readFile('_locales/en/messages.json', 'utf8'),
|
||||||
`--${boundaryString}`,
|
`--${boundaryString}--`,
|
||||||
'',
|
'',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user