mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: "locale" behavior #207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ptath on GitHub.
Reproduction steps
When I create new user via API
Expected behavior
User open email and login to web with defined locale already set
Actual Behavior
User open (not-translated) email and login to web with default locale (en-EN)
Version and Environment
v.0.53.0
Log Output
not applicable
@ptath commented on GitHub:
Right, but the problem magically disappeared in 1.0.0 =) Closing, thanks.
P.S. System emails don't have the ability to translate
@kmendell commented on GitHub:
If you look in the database in the users table, do you see the locale being set for the user after that api call?
@stonith404 commented on GitHub:
@ptath Could you elaborate on the issue you're experiencing. From what I understand, you expect the Pocket ID to display in Russian when users click the link in the email. But after the user signs in the locale is correctly set to Russian, right?