We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of the USA order confirmation emails use the translated string ("Awesome") from en_US.yml and some use the fallback en.yml string ("Well Done")
The emails should all use the en_US string
Some emails use the untranslated en string.
en
We're not sure if there's a specific pattern to when the translated string gets used vs the untranslated one.
bug-s4: it's annoying, but you can use it
Are background workers maybe not getting restarted on deploys? It looks like the delayed_job process was restarted at the last deploy.
delayed_job
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Some of the USA order confirmation emails use the translated string ("Awesome") from en_US.yml and some use the fallback en.yml string ("Well Done")
Expected Behavior
The emails should all use the en_US string
Actual Behaviour
Some emails use the untranslated
en
string.Steps to Reproduce
We're not sure if there's a specific pattern to when the translated string gets used vs the untranslated one.
Animated Gif/Screenshot
Severity
bug-s4: it's annoying, but you can use it
Your Environment
Possible Fix
Are background workers maybe not getting restarted on deploys?It looks like thedelayed_job
process was restarted at the last deploy.The text was updated successfully, but these errors were encountered: