From 1f177d2d7b95c04806353d862e5ee5ad6e49b2bc Mon Sep 17 00:00:00 2001 From: Robert Schlittler Date: Fri, 25 Oct 2024 13:27:56 +0200 Subject: [PATCH] feat(frontend): test i18n workflow --- src/frontend/src/lib/i18n/en.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/src/lib/i18n/en.json b/src/frontend/src/lib/i18n/en.json index 346bfb876f..49b0682a00 100644 --- a/src/frontend/src/lib/i18n/en.json +++ b/src/frontend/src/lib/i18n/en.json @@ -1,7 +1,6 @@ { "core": { "text": { - "test": "test", "cancel": "Cancel", "next": "Next", "save": "Save",