Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update.translate not returning values or throwing an error #158

Open
luke0 opened this issue Dec 18, 2019 · 1 comment
Open

update.translate not returning values or throwing an error #158

luke0 opened this issue Dec 18, 2019 · 1 comment

Comments

@luke0
Copy link

luke0 commented Dec 18, 2019

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"

@Jeehut
Copy link
Member

Jeehut commented Dec 19, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants