I'm developint a Flask-WebApp and I'd like to internationalize it. I'm following the Flask-Babel API but then I faced a problem, the translation with PoEdit.
Do I need to translate every entry I flag as to-translate manually? What if I want to translate content from the database? Such as comments or new posts? How do I maintain it?
Best Regards