BartyCrouch icon indicating copy to clipboard operation
BartyCrouch copied to clipboard

update.translate not returning values or throwing an error

Open luke0 opened this issue 4 years ago • 1 comments

I have included the below in an Xcode project but it doesnt seem to be making the translate request. I have tested my API secret and that seems to be working fine, does anyone have any experience with the translate request?

[update] tasks = ["interfaces", "code", "translate"]

[update.translate] path = "." secret = "XXX" sourceLocale = "en"

luke0 avatar Dec 18 '19 11:12 luke0

Can you please provide your full config file and the exact error message you're getting? Also your Swift version, macOS version, BartyCrouch version would help a lot. One thing I've noticed already is that you're using path = "." which is not recommended. You should set all path parameters to the most specific subpath possible.

Jeehut avatar Dec 19 '19 07:12 Jeehut