feat(12-02): add missing translation keys to base.html dictionary

- Add ~60 new keys to both fr and en translation objects (dashboard, printers_new, printer_list, clients, client_detail, drivers, packages, printer_detail, edit_modal)
- Fix test_dashboard_shows_recent_packages to use class-specific empty-state assertion (string now appears in i18n JS dictionary)
This commit is contained in:
2026-04-15 15:47:25 +02:00
parent 4e23acb586
commit e8801ecd34
2 changed files with 183 additions and 3 deletions
+1 -1
View File
@@ -110,4 +110,4 @@ def test_dashboard_shows_recent_packages(client):
response = client.get("/")
assert response.status_code == 200
assert "PkgPrinter-Assigned" in response.text
assert "No packages exported yet" not in response.text
assert 'class="empty-state">No packages exported yet' not in response.text