You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,11 @@ Create a **poeditor-config.json** in the root directory, and config information
37
37
"apiToken":"", // POEditor api token
38
38
"projectId":0, // project id
39
39
"fileType":"", // fileType to upload or download, supports files format (po, pot, mo, xls, csv, resw, resx, android_strings, apple_strings, xliff, properties, key_value_json, json, xmb, xtb)
40
-
"targetDir":""// directory where translated files live
40
+
"targetDir":"", // directory where translated files live
41
+
"syncTerms":true, // (optional) set it to true if you want to sync your terms (terms that are not found in the uploaded file will be deleted from project and the new ones added)
42
+
"sourceLang":"en-US", // (optional, required when syncTerms set to true) language to sync the terms from
43
+
"pullParams": {}, // (optional) allows to pass any parameters available on the POEditor's export endpoint, full list here: https://poeditor.com/docs/api#projects_export
44
+
"pushParams": {} // (optional) allows to pass any parameters available on the POEditor's upload endpoint, full list here: https://poeditor.com/docs/api#projects_upload
0 commit comments