pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.76k stars 1.57k forks source link

Fixes #1728 #2383

Closed macnewbold closed 11 months ago

macnewbold commented 1 year ago

Correct a bug when lazy_gettext is used for translations, since it returns the lazy string class instead of a string, causing the join to fail. Evaluate them to strings before trying to join them.