Fix - 332 - Fix the both script.
This commit is contained in:
parent
38a4531d60
commit
8930f9a53a
2 changed files with 5 additions and 35 deletions
|
|
@ -45,9 +45,7 @@ var crowdin_api_key = fs.readFileSync(path.join(__dirname, 'crowdin_api_key.txt'
|
|||
if (crowdin_api_key != '') {
|
||||
|
||||
var payload = {
|
||||
'files[template.pot]': local_file1,
|
||||
'files[appstore/appstore_en.txt]': local_file2,
|
||||
'files[appstore/updateinfo_en.txt]': local_file3
|
||||
'files[template.pot]': local_file1
|
||||
};
|
||||
|
||||
bhttp.post('https://api.crowdin.com/api/project/' + crowdin_identifier + '/update-file?key=' + crowdin_api_key, payload, {}, function(err, response) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue