Skip to content
Snippets Groups Projects

Localization support

Merged mikrats requested to merge localization-fi into main
+ 2
0
@@ -8,3 +8,5 @@ def test_hello(client):
response = client.get('/hello', headers={'Accept-Language': 'en_US'})
assert response.data == b'Hello, World!'
def client(app):
return app.test_client()
\ No newline at end of file
Loading