pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
1.63k stars 513 forks source link

Documentation for Babel/i18n integration #626

Open IngoKl opened 7 years ago

IngoKl commented 7 years ago

While the support for Babel/i18n has been merged (#617) the documentation still lacks information on how to (correctly) implement translations/language support into applications using flask-security.

jirikuncar commented 7 years ago

We should include something very similar to https://flask-admin.readthedocs.io/en/v1.5.0/advanced/#localization-with-flask-babelex together with link to configuration options (e.g. SECURITY_I18N_DOMAIN).