Skip to content
Snippets Groups Projects

Localization support

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