Is there a preferred way to make a Flask application multilingual? Ideally, the solution would enable to @app.route
the same view to use different urls for each languages, like @app.route(en='/staff/', fr='/equipe/)
. I'm pretty confident I could hack something like that together, but an existing library would sure save me some time. Thanks.
views:
79answers:
1Thanks, It looks very promising.
sharvey
2010-08-07 17:58:04