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
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?
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.
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"
The text was updated successfully, but these errors were encountered: