Skip to content
Snippets Groups Projects

Localization support

Merged mikrats requested to merge localization-fi into main
+ 1
1
@@ -87,7 +87,7 @@ app = create_app()
# a simple page that says hello
@flask_app.route('/hello')
@app.route('/hello')
def hello():
return _('Hello, World!')
Loading