- clean target erases the *.pot

- don't modify the resurt of url_for() calls
- don't translate the language description
This commit is contained in:
Stefan Allius
2025-04-28 20:45:19 +02:00
parent e51f54381f
commit 0c981f214d
7 changed files with 34 additions and 35 deletions

View File

@@ -153,5 +153,5 @@ async def test_language_de(client):
async def test_language_unknown(client):
"""Test the language/en route."""
response = await client.get('/language/unknonw')
assert response.status_code == 400
assert response.status_code == 404
assert response.mimetype == 'text/html'