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
the locale for invitation emails triggered by the api resource /api/v1/users/invite is always English and I cannot make it works with other locales (it in my case).
Hi everyone,
the locale for invitation emails triggered by the api resource
/api/v1/users/invite
is always English and I cannot make it works with other locales (it in my case).The call to the api is done with:
$ curl -X POST -H "X-Token: $TOKEN" -F'emails=<email>' -F'role=user' -F'message=<message>' https://<domain>/api/v1/users/invite
In configuration files
config/environments/*
I tried to set the following configuration:And in file
config/initializers/default_settings.rb
I also tried:but nothing helped: I keep receiving invitation emails in English.
Thank you,
Stefano
The text was updated successfully, but these errors were encountered: