From e7cb469fd0e889804dc2f460bae7b9d9eed8fb26 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Thu, 3 Jul 2025 16:51:28 +0200 Subject: [PATCH] Remove unused text StashPrefix --- pkg/i18n/english.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 223cf93f8..e0b2f1ed3 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -447,7 +447,6 @@ type TranslationSet struct { IncorrectNotARepository string AutoStashTitle string AutoStashPrompt string - StashPrefix string AutoStashForUndo string AutoStashForCheckout string AutoStashForNewBranch string @@ -1544,7 +1543,6 @@ func EnglishTranslationSet() *TranslationSet { IncorrectNotARepository: "The value of 'notARepository' is incorrect. It should be one of 'prompt', 'create', 'skip', or 'quit'.", AutoStashTitle: "Autostash?", AutoStashPrompt: "You must stash and pop your changes to bring them across. Do this automatically? (enter/esc)", - StashPrefix: "Auto-stashing changes for ", AutoStashForUndo: "Auto-stashing changes for undoing to %s", AutoStashForCheckout: "Auto-stashing changes for checking out %s", AutoStashForNewBranch: "Auto-stashing changes for creating new branch %s",