mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects
MIT License
1.05k stars 194 forks source link

Missing Azure Location setting #268

Open JPolonia opened 2 years ago

JPolonia commented 2 years ago

Setting AZURE_CLIENT_SECRET is not enough. Gives the following error:

Microsoft Translation API error: Error code 401000, The request is not authorized because credentials are missing or invalid.

Adding the missing location to API request header solves this issue.

image
ydf commented 1 year ago

u can set location Global

image