From ce2065aec4eaa369fab51a39baa4c57b82ea60b0 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:17:49 +0100 Subject: [PATCH] Add complete GB translations for scanner image split tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add scannerImageSplit section with submit/title/error translations - Update home.scannerImageSplit title and description to match registry expectations - Ensure all React component translation keys are properly supported - Maintain British spelling ("colour") in existing translations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/public/locales/en-GB/translation.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index c30bc7c55..d5b073c13 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -436,8 +436,8 @@ }, "scannerImageSplit": { "tags": "detect,split,photos", - "title": "Detect/Split Scanned photos", - "desc": "Splits multiple photos from within a photo/PDF" + "title": "Detect & Split Scanned Photos", + "desc": "Detect and split scanned photos into separate pages" }, "sign": { "tags": "signature,autograph", @@ -1668,6 +1668,13 @@ }, "info": "Python is not installed. It is required to run." }, + "scannerImageSplit": { + "title": "Extracted Images", + "submit": "Extract Image Scans", + "error": { + "failed": "An error occurred while extracting image scans." + } + }, "sign": { "title": "Sign", "header": "Sign PDFs",