From 92d4073b2a454b58d76b767360e6d089ed6d7fa0 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 30 Jun 2024 13:04:36 +0200 Subject: [PATCH] Remove unused TranslationSet entries Found these by looking for empty strings in en.json. --- pkg/i18n/english.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 0705d1ffb..273dae530 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -255,7 +255,6 @@ type TranslationSet struct { ToggleSelectHunk string ToggleSelectHunkTooltip string ToggleSelectionForPatch string - ToggleSelectionForPatchTooltip string EditHunk string EditHunkTooltip string ToggleStagingView string @@ -314,7 +313,6 @@ type TranslationSet struct { ChangingThisActionIsNotAllowed string CherryPickCopy string CherryPickCopyTooltip string - CherryPickCopyRange string CherryPickCopyRangeTooltip string PasteCommits string SureCherryPick string @@ -562,7 +560,6 @@ type TranslationSet struct { OpenFilteringMenuTooltip string FilterBy string ExitFilterMode string - ExitFilterModeAuthor string FilterPathOption string FilterAuthorOption string EnterFileName string @@ -805,8 +802,6 @@ type TranslationSet struct { type Bisect struct { MarkStart string - MarkSkipCurrent string - MarkSkipSelected string ResetTitle string ResetPrompt string ResetOption string @@ -895,7 +890,6 @@ type Actions struct { Push string Pull string OpenFile string - OpenFileTooltip string StashAllChanges string StashAllChangesKeepIndex string StashStagedChanges string