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
{{ message }}
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.
I'm using flask_user with babelex. flask_user provides i18n for its registration pages, but not for emails it's sending. I'd like to implement only translations for my custom emails, but not for the standard pages. I can provide my own domain to Babel instance. I'd like flask_user to get email translations from my custom Domain, but fall back to its own on standard pages. Having two Domains -- mine and flask_user's -- how can I merge them to the single domain and pass it to Babel?
The text was updated successfully, but these errors were encountered:
I'm using
flask_user
withbabelex
.flask_user
provides i18n for its registration pages, but not for emails it's sending. I'd like to implement only translations for my custom emails, but not for the standard pages. I can provide my own domain toBabel
instance. I'd likeflask_user
to get email translations from my customDomain
, but fall back to its own on standard pages. Having twoDomains
-- mine andflask_user
's -- how can I merge them to the single domain and pass it toBabel
?The text was updated successfully, but these errors were encountered: